Bug 123572 - [Maintainer] www/squid30: correct problems regarding cachemgr.conf
Summary: [Maintainer] www/squid30: correct problems regarding cachemgr.conf
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-10 18:10 UTC by Thomas-Martin Seck
Modified: 2008-05-16 13:30 UTC (History)
0 users

See Also:


Attachments
file.diff (5.54 KB, patch)
2008-05-10 18:10 UTC, Thomas-Martin Seck
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas-Martin Seck 2008-05-10 18:10:01 UTC
- Correct an issue that prevented the definition of the default cachemgr.cgi
  configuration file to be passed to the C++ preprocessor (Squid bug #2346).
  Thanks to Laurent Levier for reporting this issue to the maintainer.
- Fix a mistake I (the maintainer) introduced regarding the installation
  of the cachemgr.conf.default file: instead of explicitly installing it
  I thought it would be enough to change an automake variable that served
  an entirely different purpose. This is also a bug in www/squid which
  will be addressed in a separate PR.
- Portrevision bumped because the content of the package changed
  (the cachemgr.cgi binary now has the correct path to cachemgr.conf
  hardcoded).

Fix: Apply this patch:
How-To-Repeat: Install squid30 and run 'grep -a cachemgr.conf' on
libexec/squid/cachemgr.cgi.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-05-14 19:01:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-16 13:27:29 UTC
miwi        2008-05-16 12:27:16 UTC

  FreeBSD ports repository

  Modified files:
    www/squid30          Makefile 
    www/squid30/files    patch-tools-Makefile.in 
  Log:
  - Correct an issue that prevented the definition of the default cachemgr.cgi
  configuration file to be passed to the C++ preprocessor (Squid bug #2346).
  Thanks to Laurent Levier for reporting this issue to the maintainer.
  - Fix a mistake I (the maintainer) introduced regarding the installation
  of the cachemgr.conf.default file: instead of explicitly installing it
  I thought it would be enough to change an automake variable that served
  an entirely different purpose. This is also a bug in www/squid which
  will be addressed in a separate PR.
  - Portrevision bumped because the content of the package changed
  (the cachemgr.cgi binary now has the correct path to cachemgr.conf
  hardcoded).
  
  PR:             123572
  Submitted by:   Thomas-Martin Seck <tmseck@web.de> (maintainer)
  
  Revision  Changes    Path
  1.212     +1 -4      ports/www/squid30/Makefile
  1.2       +59 -7     ports/www/squid30/files/patch-tools-Makefile.in
_______________________________________________
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 Martin Wilke freebsd_committer freebsd_triage 2008-05-16 13:27:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!