Bug 137215 - www/mod_security ports has wrong pkg-plist with WITH_MLOGC=yes
Summary: www/mod_security ports has wrong pkg-plist with WITH_MLOGC=yes
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 16:20 UTC by Oleg Ginzburg
Modified: 2009-07-28 22:00 UTC (History)
0 users

See Also:


Attachments
file.diff (491 bytes, patch)
2009-07-28 16:20 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 16:20:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-07-28 16:20:40 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:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!