Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -24,7 +24,7 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
nss$secondaryArchSuffix = $portVersion compat >= 3
cmd:addbuiltin$secondaryArchSuffix = $portVersion compat >= 3
cmd:atob$secondaryArchSuffix = $portVersion compat >= 3
cmd:atob$secondaryArchSuffix = ompat >= 3
cmd:baddbdir$secondaryArchSuffix = $portVersion compat >= 3
cmd:bltest$secondaryArchSuffix = $portVersion compat >= 3
cmd:btoa$secondaryArchSuffix = $portVersion compat >= 3
@@ -128,7 +128,7 @@ BUILD()
# FIXME: $secondaryArchSuffix is wrong here (_arch). What should be used?
myCPPFLAGS="${CPPFLAGS} `pkg-config nspr --cflags`"
myLDFLAGS="${LDFLAGS} `pkg-config nspr --libs-only-L`"
export BUILD_OPT=1
export NSDISTMODE=copy
export FREEBL_NO_DEPEND=1
@@ -151,16 +151,16 @@ INSTALL()
mv ../dist/*/bin/* $binDir
mv ../dist/*/lib $libDir
mv ../dist/public/nss $includeDir
# set up the develop directory correctly
prepareInstalledDevelLibs libnss3 libfreebl3 libnssckbi libnssdbm3 \
libnssutil3 libsmime3 libsoftokn3 libssl3
fixPkgconfig
# devel package
packageEntries devel \
$developDir
rm $libDir/*.a
}