A port revision (3.0.3_2) enabled OpenSSL support for syslog-ng3, which required a subsequent revision (3.0.3_3) to mark it broken < 7. Since there are a lot of useful features in syslog-ng3 other than SSL support, using this on 6.x clients is still desirable. The attached patch makes SSL support an OPTION. Since TCP_WRAPPERS relied on environmental settings, I've added that as well. Fix: Apply the following patch, then run make config. Patch attached with submission follows: How-To-Repeat: 1. Attempt to build on 6.x (build fails) 2. Apply patch 3. make config 4. Attempt to rebuild (build succeeds)
Responsible Changed From-To: freebsd-ports-bugs->cy Fix synopsis and assign.
cy 2009-12-22 00:16:49 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng3 Makefile Log: Make OpenSSL support an OPTION to unbreak on FreeBSD < 7. Make TCP/Wrappers an menu option. PR: 141287 Submitted by: Sean McAfee <smcafee@collaborativefusion.com> Revision Changes Path 1.21 +8 -6 ports/sysutils/syslog-ng3/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.