svn commit: r385201 - head/lang/luajit

Sean Bruno sbruno at FreeBSD.org
Sat May 2 17:59:01 UTC 2015


Author: sbruno
Date: Sat May  2 17:59:00 2015
New Revision: 385201
URL: https://svnweb.freebsd.org/changeset/ports/385201

Log:
  revert r385200 as it is breaks the port due to missing include.

Modified:
  head/lang/luajit/Makefile

Modified: head/lang/luajit/Makefile
==============================================================================
--- head/lang/luajit/Makefile	Sat May  2 17:52:28 2015	(r385200)
+++ head/lang/luajit/Makefile	Sat May  2 17:59:00 2015	(r385201)
@@ -22,7 +22,10 @@ post-install:
 		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 	@${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
-ONLY_FOR_ARCHS= i386 amd64 armv6
-ONLY_FOR_ARCHS_REASON= Requires newer gcc/clang to compile.
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN=		Does not compile on ia64, powerpc, or sparc64
+.endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list