svn commit: r483372 - head/lang/luajit

Mark Linimon linimon at FreeBSD.org
Mon Oct 29 07:14:39 UTC 2018


Author: linimon
Date: Mon Oct 29 07:14:38 2018
New Revision: 483372
URL: https://svnweb.freebsd.org/changeset/ports/483372

Log:
  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)

Modified:
  head/lang/luajit/Makefile

Modified: head/lang/luajit/Makefile
==============================================================================
--- head/lang/luajit/Makefile	Mon Oct 29 06:21:47 2018	(r483371)
+++ head/lang/luajit/Makefile	Mon Oct 29 07:14:38 2018	(r483372)
@@ -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


More information about the svn-ports-all mailing list