mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has, is transformed into "all", and then the other entries in ARCHITECTURES either dropped or rearranged appropriately.
This commit is contained in:
@@ -16,7 +16,7 @@ SOURCE_URI="http://rephial.org/downloads/4.2/angband-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d3e1495c7cc2a4ee66de7b4e612d3b133048072e37504bd2e58a2351ab0fb56d"
|
||||
PATCHES="angband-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
|
||||
@@ -13,7 +13,7 @@ SOURCE_FILENAME="crawl-$portVersion.tar.xz"
|
||||
SOURCE_DIR="stone_soup-$portVersion"
|
||||
PATCHES="crawl-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="all !x86_gcc2 ?x86"
|
||||
commandBinDir=$binDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -13,7 +13,7 @@ PATCHES="nethack-$portVersion.patchset"
|
||||
|
||||
#the x86 is left is somebody wanted to edit it to work under gcc4
|
||||
#(it compiles in gcc4, but what is the point if it compiles under gcc2)
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
ARCHITECTURES="all ?x86"
|
||||
|
||||
GLOBAL_WRITABLE_FILES="
|
||||
settings/nethack directory keep-old
|
||||
|
||||
@@ -31,7 +31,7 @@ SOURCE_URI="https://github.com/kuroneko/sais/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="7516f26eb418336275a2e947dd4cc9880500ab4553d2bb14f8ca628df697232d"
|
||||
SOURCE_DIR="sais-$srcGitRev"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -12,7 +12,7 @@ CHECKSUM_SHA256="e5d3dc784bc117a3fe2f4449c74cb896310760ae5a82a50f8c1045705416cef
|
||||
SOURCE_DIR="scourge"
|
||||
PATCHES="scourge-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="?all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
Reference in New Issue
Block a user