Summary: | [new port] devel/lua-alien: Lua -> C FFI | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | swell.k <swell.k> | ||||
Component: | Individual Port(s) | Assignee: | Philip Paeps <philip> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
swell.k
2010-08-26 10:30:12 UTC
Responsible Changed From-To: freebsd-ports-bugs->philip philip@ wants this port PRs (via the GNATS Auto Assign Tool) Anonymous <swell.k@gmail.com> writes: > +.if !defined(NOPORTDATA) > + ${MKDIR} ${DATADIR} > + ${INSTALL_PROGRAM} ${WRKSRC}/src/constants ${DATADIR} Of course it should be INSTALL_SCRIPT. Since I have DEBUG_FLAGS in make.conf STRIP here is usually empty. philip 2010-08-26 10:49:27 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/lua-alien Makefile distinfo pkg-descr pkg-plist devel/lua-alien/files patch-Makefile Log: Add lua-alien 0.5.0, lua -> C FFI. PR: ports/149983 Submitted by: Anonymous <swell.k-at-gmail.com> Revision Changes Path 1.4025 +1 -0 ports/devel/Makefile 1.1 +65 -0 ports/devel/lua-alien/Makefile (new) 1.1 +3 -0 ports/devel/lua-alien/distinfo (new) 1.1 +31 -0 ports/devel/lua-alien/files/patch-Makefile (new) 1.1 +4 -0 ports/devel/lua-alien/pkg-descr (new) 1.1 +17 -0 ports/devel/lua-alien/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" philip 2010-08-26 11:00:36 UTC FreeBSD ports repository Modified files: Mk bsd.lua.mk Log: Add lua-alien 0.5.0, lua -> C FFI. PR: ports/149983 Submitted by: Anonymous <swell.k-at-gmail.com> Revision Changes Path 1.20 +5 -3 ports/Mk/bsd.lua.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed New port added. Thanks! |