diff --git a/dev-util/re2c/re2c-0.16.recipe b/dev-util/re2c/re2c-0.16.recipe index 8198d72ee..36eb79e42 100644 --- a/dev-util/re2c/re2c-0.16.recipe +++ b/dev-util/re2c/re2c-0.16.recipe @@ -20,6 +20,7 @@ else commandSuffix= commandBinDir=$prefix/bin fi + PROVIDES=" re2c$secondaryArchSuffix = $portVersion cmd:re2c$commandSuffix = $portVersion @@ -29,8 +30,8 @@ REQUIRES=" " BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " + haiku${secondaryArchSuffix}_devel + " BUILD_PREREQUIRES=" cmd:autoconf cmd:awk diff --git a/games-arcade/edgar/edgar-1.16_1.recipe b/games-arcade/edgar/edgar-1.16_1.recipe index 620382c63..9b1ea744b 100644 --- a/games-arcade/edgar/edgar-1.16_1.recipe +++ b/games-arcade/edgar/edgar-1.16_1.recipe @@ -15,7 +15,6 @@ SOURCE_DIR="edgar-1.16" PATCHES="edgar-1.16.patch" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" -SECONDARY_ARCHITECTURES="?x86 ?x86_64" PROVIDES=" edgar = $portVersion diff --git a/haiku-apps/aplayer/aplayer-4.0_svn.recipe b/haiku-apps/aplayer/aplayer-4.0_svn.recipe index 1929fe5e9..87e7583e1 100644 --- a/haiku-apps/aplayer/aplayer-4.0_svn.recipe +++ b/haiku-apps/aplayer/aplayer-4.0_svn.recipe @@ -31,7 +31,7 @@ BUILD_PREREQUIRES=" cmd:g++$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:make - cmd:nasm$secondaryArchSuffix + cmd:nasm " BUILD() diff --git a/haiku-apps/paladin/paladin-git.recipe b/haiku-apps/paladin/paladin-git.recipe index a8b82ca93..247e1a325 100644 --- a/haiku-apps/paladin/paladin-git.recipe +++ b/haiku-apps/paladin/paladin-git.recipe @@ -28,7 +28,7 @@ COPYRIGHT="2001-2010 DarkWyrm " ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" paladin = $portVersion diff --git a/media-libs/mediainfo/mediainfo-0.7.61.recipe b/media-libs/mediainfo/mediainfo-0.7.61.recipe index e81d58a77..90f1700d2 100644 --- a/media-libs/mediainfo/mediainfo-0.7.61.recipe +++ b/media-libs/mediainfo/mediainfo-0.7.61.recipe @@ -22,7 +22,7 @@ SOURCE_DIR="MediaInfo_CLI_GNU_FromSource" PATCHES="mediainfo-0.7.61.patch" ARCHITECTURES="!x86_gcc2 x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86 ?x86_64" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" mediainfo$secondaryArchSuffix = $portVersion diff --git a/media-libs/sdl2_mixer/sdl2_mixer-2.0.1.recipe b/media-libs/sdl2_mixer/sdl2_mixer-2.0.1.recipe index fae898540..1f0695d2e 100644 --- a/media-libs/sdl2_mixer/sdl2_mixer-2.0.1.recipe +++ b/media-libs/sdl2_mixer/sdl2_mixer-2.0.1.recipe @@ -14,7 +14,7 @@ SOURCE_DIR="SDL2_mixer-$portVersion" PATCHES="sdl2_mixer-${portVersion}.patch" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" sdl2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0 diff --git a/media-libs/sdl2_net/sdl2_net-2.0.1.recipe b/media-libs/sdl2_net/sdl2_net-2.0.1.recipe index 4445787f3..0fdce8e4d 100644 --- a/media-libs/sdl2_net/sdl2_net-2.0.1.recipe +++ b/media-libs/sdl2_net/sdl2_net-2.0.1.recipe @@ -13,7 +13,7 @@ CHECKSUM_SHA256="15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d2 SOURCE_DIR="SDL2_net-$portVersion" ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64" +SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" sdl2_net$secondaryArchSuffix = $portVersion compat >= 2.0 diff --git a/media-video/live555/live555-2016.01.29.recipe b/media-video/live555/live555-2016.01.29.recipe index a5e047d2c..7a376df8a 100644 --- a/media-video/live555/live555-2016.01.29.recipe +++ b/media-video/live555/live555-2016.01.29.recipe @@ -5,7 +5,7 @@ applications using various audio and video codecs." HOMEPAGE="http://www.live555.com/liveMedia/" COPYRIGHT="Live Networks, Inc." LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/xanview/live555/archive/d9e97d7953d531a243a8372870bdb6c7a9bb80cb.tar.gz" CHECKSUM_SHA256="c6cb4a6ad32a329b95cc16fa97b6c3ac43c70ac27c97bf1b2f56dc4a474759d7" SOURCE_DIR="live555-d9e97d7953d531a243a8372870bdb6c7a9bb80cb" @@ -48,6 +48,6 @@ BUILD() INSTALL() { - make install PREFIX=$prefix INSTALLDIR=$prefix/bin LIBDIR=$developDir/lib \ + make install PREFIX=$prefix INSTALLDIR=$prefix/bin LIBDIR=$developLibDir \ MANDIR=$manDir/man1 BINDIR=$binDir DESTDIR=${DESTDIR} }