currently, the upstream doesn't create shared lib in build process. this is intentional and will not fix soon. Re: Build lua shared libraries http://lua-users.org/lists/lua-l/2006-10/msg00098.html liblua.so is reuired in building mod_security, wireshark and possibly others with lua support. - create shared lib - use PREFIX, not LOCALBASE, in INSTALL_* Added file(s): - files/patch-src-Makefile Port maintainer (andrew+ports@fubar.geek.nz) is cc'd. Generated with FreeBSD Port Tools 0.77
Maintainer of lang/lua, Please note that PR ports/124297 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/124297 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it.
araujo 2008-07-04 00:55:59 UTC FreeBSD ports repository Modified files: lang/lua Makefile pkg-plist Added files: lang/lua/files patch-Makefile Log: - liblua.so is required in building mod_security, wireshark and possibly others with lua support, now create a shared lib is needed. - Bump PORTREVISION. PR: ports/124297 Submitted by: Tomoyuki Sakurai <cherry@trombik.org> Approved by: maintainer timeout ( > 2 weeks) Revision Changes Path 1.32 +5 -2 ports/lang/lua/Makefile 1.1 +27 -0 ports/lang/lua/files/patch-Makefile (new) 1.10 +2 -0 ports/lang/lua/pkg-plist _______________________________________________ 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: feedback->closed Committed. Thanks!