Bug 137214 - www/mod_security ports has wrong LIB_DEPEND for lang/lua
Summary: www/mod_security ports has wrong LIB_DEPEND for lang/lua
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-28 15:30 UTC by Oleg Ginzburg
Modified: 2009-07-28 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (420 bytes, patch)
2009-07-28 15:30 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Ginzburg 2009-07-28 15:30:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-28 15:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-28 21:51:57 UTC
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"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2009-07-28 21:52:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!