diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-27 07:44:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-27 07:44:13 +0800 |
commit | 86e4267f70c9b364412c3cc4b961ffcf83c7b829 (patch) | |
tree | b0b1d2a97bc192589be71bbde232bf3ed1ab1951 /lang | |
parent | 6983461536180fc1cd720f5effb64395846dd74b (diff) | |
download | freebsd-ports-gnome-86e4267f70c9b364412c3cc4b961ffcf83c7b829.tar.gz freebsd-ports-gnome-86e4267f70c9b364412c3cc4b961ffcf83c7b829.tar.zst freebsd-ports-gnome-86e4267f70c9b364412c3cc4b961ffcf83c7b829.zip |
Sort ARCHS. Pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/go14/Makefile | 5 | ||||
-rw-r--r-- | lang/luajit/Makefile | 2 | ||||
-rw-r--r-- | lang/mono/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile index c3c13562d4ee..261e7a1c6c89 100644 --- a/lang/go14/Makefile +++ b/lang/go14/Makefile @@ -28,7 +28,8 @@ sh_OLD_CMD= "/usr/bin/env bash" sh_CMD= ${SH} WRKSRC= ${WRKDIR}/go -ONLY_FOR_ARCHS= amd64 armv6 i386 + +ONLY_FOR_ARCHS= amd64 armv6 i386 # NB: apparently this failure is only when running under emulation via # qemu; it works fine on native hardware. Let's leave the line in as a @@ -48,7 +49,7 @@ GOOBJ=8 .elif ${ARCH} == "amd64" GOARCH=amd64 GOOBJ=6 -.elif ${ARCH} == "armv6" || ${ARCH} == "armv6hf" +.elif ${ARCH} == "armv6" GOARCH=arm GOOBJ=5 .else diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index aa52c8fd1951..fa3356aefc9f 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -16,7 +16,7 @@ USE_LDCONFIG= yes PLIST_SUB+= VERSION=${DISTVERSION} -ONLY_FOR_ARCHS= i386 amd64 armv6 +ONLY_FOR_ARCHS= amd64 armv6 i386 ONLY_FOR_ARCHS_REASON= Requires newer gcc/clang to compile. post-install: diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 8978ea6ec749..dac5baf3de1c 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -65,7 +65,8 @@ MAKE_ENV= MONO_SHARED_DIR="${WRKDIR}" \ TEST_TARGET= check TEST_WRKSRC= ${WRKSRC}/mono/tests -ONLY_FOR_ARCHS= i386 amd64 armv6 powerpc +ONLY_FOR_ARCHS= amd64 armv6 i386 powerpc + PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d* LOCALBASE?= /usr/local |