mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
Drop some quotes to make the recipes consistent with the wiki.
The quotes around $binDir and $prefix are not needed in the definitions of commandBinDir. There are over 120 recipes which define commandBinDir, and *most* of them don't have quotes in the lines defining commandBinDir and commandSuffix. 15 recipes were not consistent with the wiki. Now they are.
This commit is contained in:
@@ -38,11 +38,11 @@ SOURCE_DIR="testdisk-$srcGitRev"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir="$prefix/bin"
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
#TODO: add SVG icon to qphotorec
|
||||
|
||||
@@ -22,8 +22,8 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
@@ -31,11 +31,11 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir="$prefix/bin"
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -12,8 +12,8 @@ SOURCE_DIR="zopfli-zopfli-$portVersion"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
@@ -17,8 +17,8 @@ SOURCE_FILENAME="zstd-$portVersion.tar.gz"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86_gcc2 x86"
|
||||
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
@@ -19,8 +19,8 @@ CHECKSUM_SHA256_2="60e91e4a3c7b64d18a144b0e2bc0499c1ab10db3676c099725aca820ff429
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
@@ -23,8 +23,8 @@ ARCHITECTURES="?x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
@@ -17,10 +17,10 @@ SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
|
||||
|
||||
# Provide cmd:xxhash on all primary architectures except x86_gcc2,
|
||||
# as well as on x86 secondary arch if the primary arch is x86_gcc2.
|
||||
commandBinDir="$binDir"
|
||||
commandBinDir=$binDir
|
||||
provideRuntime=yes
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir="$prefix"/bin
|
||||
commandBinDir=$prefix/bin
|
||||
else
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
provideRuntime=no
|
||||
|
||||
@@ -18,11 +18,11 @@ SECONDARY_ARCHITECTURES="?x86_gcc2 x86"
|
||||
# Provide cmd:xxhash on all primary architectures except x86_gcc2,
|
||||
# as well as on x86 secondary arch if the primary arch is x86_gcc2.
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir="$binDir"
|
||||
commandBinDir=$binDir
|
||||
provideRuntime=yes
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir="$prefix"/bin
|
||||
commandBinDir=$prefix/bin
|
||||
else
|
||||
if [ -n "$secondaryArchSuffix" ]; then
|
||||
provideRuntime=no
|
||||
|
||||
@@ -31,7 +31,7 @@ PATCHES="alembic-$portVersion.patchset"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandBinDir="$binDir"
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
@@ -16,8 +16,8 @@ SOURCE_DIR="lcms2-$portVersion"
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
@@ -12,10 +12,10 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir="$binDir"
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir="$prefix"/bin
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="2.0.2"
|
||||
|
||||
@@ -15,8 +15,8 @@ CHECKSUM_SHA256="66adacd705a7d19895e08eac46d1e851332adf2e736c566bef1164e7a442519
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
@@ -15,8 +15,8 @@ ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
@@ -23,8 +23,8 @@ ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
# On x86_gcc2 we don't want to install the commands in bin/<arch>/, but in bin/.
|
||||
commandSuffix="$secondaryArchSuffix"
|
||||
commandBinDir="$binDir"
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
|
||||
Reference in New Issue
Block a user