aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-10-29 07:14:38 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-10-29 07:14:38 +0000
commit68285a824bf3d63ea0018bad5650b067c70e06e7 (patch)
tree38b10a78360034bf483e3fe6138b3d1b10fa1bdb /lang
parent24031bf445a325989dcabb044016868f97c577b8 (diff)
downloadports-68285a824bf3d63ea0018bad5650b067c70e06e7.tar.gz
ports-68285a824bf3d63ea0018bad5650b067c70e06e7.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)
Notes
Notes: svn path=/head/; revision=483372
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