Date: Tue, 26 May 2020 01:13:00 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r536548 - branches/2020Q2/lang/luajit-openresty Message-ID: <202005260113.04Q1D0n8017651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005260113.04Q1D0n8017651>