Mark as broken on aarch64.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-03-18 15:08:18 +00:00
parent 61e4d580d5
commit 606b871f73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464920

View File

@ -11,13 +11,15 @@ DISTNAME= LuaJIT-${DISTVERSION}
MAINTAINER= osa@FreeBSD.org
COMMENT= Just-In-Time Compiler for Lua
BROKEN_aarch64= fails to compile: lj_arch.h:55:2: No support for this architecture (yet)
BROKEN_powerpc64= not ported to powerpc64 upstream
WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION}
USES= gmake
USE_LDCONFIG= yes
MAKE_ARGS= CC=${CC}
PLIST_SUB+= VERSION=${DISTVERSION}
BROKEN_powerpc64= Not ported to powerpc64 upstream
.include <bsd.port.options.mk>
@ -28,6 +30,6 @@ USE_GCC=yes
post-install:
${LN} -sf ${PORTNAME}-${DISTVERSION} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
@${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>