"Philip M. Gollucci" <[email protected]> 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 <[email protected]>
>   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=    [email protected]
 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to