| Summary: | www/mod_security ports has wrong LIB_DEPEND for lang/lua | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Oleg Ginzburg <oleg.ginzburg> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->araujo Over to maintainer (via the GNATS Auto Assign Tool) araujo 2009-07-28 20:51:46 UTC
FreeBSD ports repository
Modified files:
www/mod_security Makefile
Log:
- Support updated to latest lang/lua library version.
- Fixed a wrong prefix when use WITH_MLOGC=yes.
PR: ports/137214, ports/137215
Submitted by: Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
Revision Changes Path
1.31 +3 -2 ports/www/mod_security/Makefile
_______________________________________________
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 Committed. Thanks! |
Currenlty, lang/lua ports produced library liblua-5.1.so.1 Fix: diff -ruN mod_security.bak/Makefile mod_security/Makefile --- mod_security.bak/Makefile 2009-07-28 14:20:41.000000000 +0000 +++ mod_security/Makefile 2009-07-28 14:21:14.000000000 +0000 @@ -75,7 +75,7 @@ .if defined(WITH_LUA) USE_LUA= 5.1+ CONFIGURE_ARGS+= --with-lua=${LOCALBASE} -LIB_DEPENDS+= lua.1:${PORTSDIR}/lang/lua +LIB_DEPENDS+= lua-5.1.1:${PORTSDIR}/lang/lua .else CONFIGURE_ARGS+= --without-lua .endif Patch attached with submission follows: How-To-Repeat: make WITH_LUA=yes -C /usr/ports/www/mod_security