Skip to content

Commit

Permalink
Fix copytree
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmarino committed May 9, 2017
1 parent 3d14cd3 commit b55d66b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Mk/Scripts/copytree.sh
Expand Up @@ -46,7 +46,7 @@ chmod 755 ${target_dirs}
[ $? -eq 0 ] || (echo "failed to change directory modes" && exit 1)

# Get list of new files
target_files=$(find ${DESTINO} -depth -type f)
target_files=$(find ${DESTINO}/${SEARCH_PATH} -depth -type f)
[ $? -eq 0 ] || (echo "failed target_files step" && exit 1)

chmod ${FILE_MODE} ${target_files}
Expand Down
6 changes: 2 additions & 4 deletions bucket_B4/ravensys-root
Expand Up @@ -19,10 +19,8 @@ SPKGS[dragonfly]= single

OPTIONS_AVAILABLE= DRAGONFLY FREEBSD
OPTIONS_STANDARD= none
VOPTS[freebsd64]= DRAGONFLY=OFF
FREEBSD=ON
VOPTS[dragonfly]= DRAGONFLY=ON
FREEBSD=OFF
VOPTS[freebsd64]= DRAGONFLY=OFF FREEBSD=ON
VOPTS[dragonfly]= DRAGONFLY=ON FREEBSD=OFF

BUILD_DEPENDS= nawk:single:standard
bzip2:static:standard
Expand Down
9 changes: 4 additions & 5 deletions bucket_B5/libressl
Expand Up @@ -18,8 +18,7 @@ SPKGS[static]= single

OPTIONS_AVAILABLE= STATIC SKIP_MANPAGES
OPTIONS_STANDARD= SKIP_MANPAGES
VOPTS[static]= STATIC=ON
SKIP_MANPAGES=ON
VOPTS[static]= STATIC=ON SKIP_MANPAGES=ON

USES= cpe libtool pkgconfig

Expand Down Expand Up @@ -89,7 +88,7 @@ It also has stack-smashing protection disabled.
14e34cc586ec4ce5763f76046dcf366c45104b2cc71d77b63be5505608e68a30 3285151 libressl-2.5.3.tar.gz


[FILE:61798:manifests/plist.single.standard]
[FILE:61840:manifests/plist.single.standard]
@dir etc/ssl/certs
bin/
nc
Expand Down Expand Up @@ -187,10 +186,10 @@ lib/pkgconfig/
libssl.pc
libtls.pc
openssl.pc
share/man/man1/
%%SKIP_MANPAGES-OFF%%share/man/man1/
nc.1.gz
openssl.1.gz
share/man/man3/
%%SKIP_MANPAGES-OFF%%share/man/man3/
ACCESS_DESCRIPTION_free.3.gz
ACCESS_DESCRIPTION_new.3.gz
ASN1_BIT_STRING_free.3.gz
Expand Down
9 changes: 2 additions & 7 deletions bucket_C1/binutils
Expand Up @@ -20,13 +20,8 @@ SPKGS[standard]= single

OPTIONS_AVAILABLE= NLS RELRO RAVENSYS
OPTIONS_STANDARD= NLS RELRO
VOPTS[ravensys]= NLS=OFF
RELRO=OFF
RAVENSYS=ON
VOPTS[nls]= NLS=ON
RELRO=OFF
RAVENSYS=OFF
OPT_ON[all]= RELRO
VOPTS[ravensys]= NLS=OFF RELRO=OFF RAVENSYS=ON
VOPTS[nls]= NLS=ON RELRO=OFF RAVENSYS=OFF

BUILD_DEPENDS= zlib:static:standard
mpfr:static:standard
Expand Down

0 comments on commit b55d66b

Please sign in to comment.