Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2018 07:14:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483372 - head/lang/luajit
Message-ID:  <201810290714.w9T7Ecaf016235@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810290714.w9T7Ecaf016235>