aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-10-29 15:14:38 +0800
committerlinimon <linimon@FreeBSD.org>2018-10-29 15:14:38 +0800
commit842385eb0fc38e5527596f4700f6c534587ce5dc (patch)
tree38b10a78360034bf483e3fe6138b3d1b10fa1bdb /lang
parente479b0ba5d196f4c7b1fae8079ba4b85481475e7 (diff)
downloadfreebsd-ports-gnome-842385eb0fc38e5527596f4700f6c534587ce5dc.tar.gz
freebsd-ports-gnome-842385eb0fc38e5527596f4700f6c534587ce5dc.tar.zst
freebsd-ports-gnome-842385eb0fc38e5527596f4700f6c534587ce5dc.zip
Give the powerpc64 failure mode a more useful message.
While here, swap BROKEN for IGNORED. "Not supported upstream" is supposed to be the latter. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang')
-rw-r--r--lang/luajit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile
index 1731abfac504..9a2a6b25be20 100644
--- a/lang/luajit/Makefile
+++ b/lang/luajit/Makefile
@@ -15,8 +15,8 @@ LICENSE= MIT PD
LICENSE_COMB= multi
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
-BROKEN_aarch64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet)
-BROKEN_powerpc64= not ported to powerpc64 upstream
+IGNORE_aarch64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet)
+IGNORE_powerpc64= fails to compile: lj_arch.h:346:2: No support for PowerPC 64 bit mode
WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION}
USES= gmake