Even when configuring pound to no log to syslog make WITHOUT_LOG=yes the logs are written to syslog. Fix: In the Makefile of the port replace .if defined(WITHOUT_LOG) CONFIGURE_ARGS+= --without-log .endif by .if defined(WITHOUT_LOG) CONFIGURE_ARGS+= --disable-log .endif How-To-Repeat: see above
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer
anders 2007-06-14 21:43:55 UTC FreeBSD ports repository Modified files: www/pound Makefile Log: Make disabling syslog support actually work. PR: ports/111538 Submitted by: Stefan Witzel<stefan.witzel@zvw.uni-goettingen.de> Revision Changes Path 1.14 +1 -1 ports/www/pound/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!