svn commit: r536548 - branches/2020Q2/lang/luajit-openresty

Mark Linimon linimon at FreeBSD.org
Tue May 26 01:13:01 UTC 2020


Author: linimon
Date: Tue May 26 01:13:00 2020
New Revision: 536548
URL: https://svnweb.freebsd.org/changeset/ports/536548

Log:
  MFH: r535694
  
  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:
  branches/2020Q2/lang/luajit-openresty/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/lang/luajit-openresty/Makefile
==============================================================================
--- branches/2020Q2/lang/luajit-openresty/Makefile	Tue May 26 01:10:26 2020	(r536547)
+++ branches/2020Q2/lang/luajit-openresty/Makefile	Tue May 26 01:13:00 2020	(r536548)
@@ -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