Index: head/lang/luajit/Makefile =================================================================== --- head/lang/luajit/Makefile (revision 385198) +++ head/lang/luajit/Makefile (revision 385199) @@ -1,30 +1,31 @@ # Created by: Sergey A. Osokin # $FreeBSD$ PORTNAME= luajit DISTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://luajit.org/download/ DISTNAME= LuaJIT-${DISTVERSION} MAINTAINER= osa@FreeBSD.org COMMENT= Just-In-Time Compiler for Lua WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION} USES= gmake USE_LDCONFIG= yes PLIST_SUB+= VERSION=${DISTVERSION} post-install: ${LN} -sf ${PREFIX}/bin/${PORTNAME}-${DISTVERSION} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerpc, or sparc64 .endif .include Index: head/lang/luajit/files/patch-etc_luajit.pc =================================================================== --- head/lang/luajit/files/patch-etc_luajit.pc (nonexistent) +++ head/lang/luajit/files/patch-etc_luajit.pc (revision 385199) @@ -0,0 +1,9 @@ +--- etc/luajit.pc.orig 2015-05-02 20:12:57.483801000 +0300 ++++ etc/luajit.pc 2015-05-02 20:13:06.917300000 +0300 +@@ -21,5 +21,5 @@ + Version: ${version} + Requires: + Libs: -L${libdir} -l${libname} +-Libs.private: -Wl,-E -lm -ldl ++Libs.private: -Wl,-E -lm + Cflags: -I${includedir} Property changes on: head/lang/luajit/files/patch-etc_luajit.pc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property