svn commit: r535694 - head/lang/luajit-openresty

Mark Linimon linimon at FreeBSD.org
Mon May 18 00:41:59 UTC 2020


Author: linimon
Date: Mon May 18 00:41:58 2020
New Revision: 535694
URL: https://svnweb.freebsd.org/changeset/ports/535694

Log:
  Mark as BROKEN on powerpc64:
  
    gmake[2]: *** No rule to make target 'vm_ppc64.dasc', needed by 'host/buildvm_arch.h'.
  
  While here, remove sparc stanza, as we no longer support the arch.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/luajit-openresty/Makefile

Modified: head/lang/luajit-openresty/Makefile
==============================================================================
--- head/lang/luajit-openresty/Makefile	Mon May 18 00:37:06 2020	(r535693)
+++ head/lang/luajit-openresty/Makefile	Mon May 18 00:41:58 2020	(r535694)
@@ -14,6 +14,8 @@ LICENSE=	MIT PD
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
+BROKEN_powerpc64=	fails to build: gmake[2]: *** No rule to make target 'vm_ppc64.dasc', needed by 'host/buildvm_arch.h'.
+
 USES=		gmake
 
 CONFLICTS_INSTALL=	luajit
@@ -32,7 +34,7 @@ PLIST_SUB+=	VERSION=${LUAJIT_VERSION} SOVERSION=${LUAJ
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH:Mpowerpc*} || ${ARCH:Mmips*} || ${ARCH:Msparc*}
+.if ${ARCH:Mpowerpc*} || ${ARCH:Mmips*}
 USE_GCC=yes
 .endif
 


More information about the svn-ports-all mailing list