- Fix installation and removal of default configuration: the package installs syslog-ng.conf.sample, but the port installs syslog-ng.conf.dist which is also used in the @unexec test. - Remove empty sgml directory in DOCSDIR (which was not installed by the package and produced warnings on pkg-delete). - Install patterndb.d directory from pkg-plist, and use @dirrmtry to remove it. - Building without libnet produced this log while configuring: ===> Configuring for syslog-ng-3.3.1_1 --cflags: not found --cflags: not found --libs: not found checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel ...so I moved the libnet stuff under the WITH_SPOOF section. - Pet portlint where applicable (mainly whitespace issues). - Fix "date created" in comment :) PR probably applies to syslog-ng-devel too. portlint complains about: FATAL: Package conflicts with itself. You should remove "syslog-ng-[0-9]*" from CONFLICTS. but I didn't dare to touch it since there are a few syslog-ng ports around. Port maintainer (cy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99
Responsible Changed From-To: freebsd-ports-bugs->cy Over to maintainer (via the GNATS Auto Assign Tool)
cy 2012-06-19 05:12:27 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng Makefile pkg-plist Log: Miscellaneous fixes: - Fix installation and removal of default configuration: the package installs syslog-ng.conf.sample, but the port installs syslog-ng.conf.dist which is also used in the @unexec test. - Remove empty sgml directory in DOCSDIR (which was not installed by the package and produced warnings on pkg-delete). - Install patterndb.d directory from pkg-plist, and use @dirrmtry to remove it. - Building without libnet. PR: ports/162414 Submitted by: olgeni Revision Changes Path 1.52 +18 -16 ports/sysutils/syslog-ng/Makefile 1.13 +3 -3 ports/sysutils/syslog-ng/pkg-plist _______________________________________________ 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"
Hi Jimmy, Committed to syslog-ng. I'll do the same to syslog-ng-devel. Thanks. -- Cheers, Cy Schubert <Cy.Schubert@komquats.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few.
cy 2012-06-20 04:50:12 UTC FreeBSD ports repository Modified files: sysutils/syslog-ng-devel Makefile pkg-plist Log: MF sysutils/syslog-ng: Miscellaneous fixes: - Fix installation and removal of default configuration: the package installs syslog-ng.conf.sample, but the port installs syslog-ng.conf.dist which is also used in the @unexec test. - Remove empty sgml directory in DOCSDIR (which was not installed by the package and produced warnings on pkg-delete). - Install patterndb.d directory from pkg-plist, and use @dirrmtry to remove it. - Building without libnet. PR: ports/162414 Submitted by: olgeni Revision Changes Path 1.57 +16 -15 ports/sysutils/syslog-ng-devel/Makefile 1.20 +3 -3 ports/sysutils/syslog-ng-devel/pkg-plist _______________________________________________ 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 to sysutils/syslog-ng and sysutils/syslog-ng-devel.