| Summary: | www/mod_security ports has wrong pkg-plist with WITH_MLOGC=yes | ||||||
|---|---|---|---|---|---|---|---|
| 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! |
Records in Makefile "PLIST_FILES+= ${PREFIX}/bin/mlogc" add extra PREFIX in standart configuration. As result, content has full path grep mlogc$ /var/db/pkg/mod_security-2.5.9/+CONTENTS /usr/local/bin/mlogc and this make incorrect pkg_delete procedure: -- pkg_delete: file '/usr/local//usr/local/bin/mlogc' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) -- How-To-Repeat: make WITH_MLOGC=yes -C /usr/ports/www/mod_security install && make WITH_MLOGC=yes -C /usr/ports/www/mod_security deinstall