Date: Wed, 14 Mar 2012 01:43:48 +1000 From: Jan Beich <jbeich@tormail.net> To: "Philip M. Gollucci" <pgollucci@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/lua-alien Makefile distinfo pkg-descr Message-ID: <1S7TtD-000NZE-Rd@internal.tormail.net> In-Reply-To: <201202082009.q18K9TpA004881@repoman.freebsd.org> (Philip M. Gollucci's message of "Wed, 8 Feb 2012 20:09:29 %2B0000 (UTC)") References: <201202082009.q18K9TpA004881@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Philip M. Gollucci" <pgollucci@FreeBSD.org> writes:
> pgollucci 2012-02-08 20:09:29 UTC
>
> FreeBSD ports repository
>
> Modified files:
> devel/lua-alien Makefile distinfo pkg-descr
> Log:
> - Update to 0.5.1
>
> PR: ports/161002
> Submitted by: h h <aakuusta@gmail.com>
> Approved by: maintainer timeout (philip ; 136 days)
Why different from the PR?
- LICENSE defined twice, portlint warning is still there
- CFLAGS unwrapped to make reading on 80-col terminal harder,
#-fno-stack-protector wasn't removed
Index: devel/lua-alien/Makefile
===================================================================
RCS file: /a/.csup/ports/devel/lua-alien/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- devel/lua-alien/Makefile 8 Feb 2012 20:09:29 -0000 1.7
+++ devel/lua-alien/Makefile 18 Feb 2012 18:05:56 -0000
@@ -16,15 +16,15 @@ DIST_SUBDIR= lua-${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Lua -> C FFI
-LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi
-
LICENSE= MIT
-LICENSE= MIT
+LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi
+
USE_LUA= 5.1
WRKSRC= ${WRKDIR}/${GITHUB_USER}-${PORTNAME}-${GITHUB_SRC_SUFX}
-CFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} -DBSD -fPIC #-fno-stack-protector
+CFLAGS+= -I${LOCALBASE}/include -I${LUA_INCDIR} \
+ -DBSD -fPIC
LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} -llua -shared
MAKE_ENV+= LIB_OPTION="${LDFLAGS}" LIB_EXT=".so" LUA="${LUA_CMD}"
TESTS_EXCLUDE= tests/alien tests/alien.lua
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1S7TtD-000NZE-Rd>
