- Add syslog-ng34 to sysutils/Makefile
- Adjust the newly moved syslog-ng34 to its new status
- Adjust the newly copied syslog-ng to its new status
Submitted by: Peter Czanik <czanik@balabit.hu> (syslog-ng upline)
I spent a long while trying to figure out why the GNU makefile just
suddenly stopped installing five man pages. I never did understand what
changed externally to cause that.
In the end, I took a shortcut and just manually installed the man pages
in the post-install target that was already being used. That is simple
and robust.
- Handle scl.conf like syslog-ng.conf (with scl.conf.dist).
- Always install syslog-ng.conf.sample/dist, since they are example files.
- Use mkdir -p in pkg-plist to fix warning during reinstallations/upgrades.
- Sort pkg-plist.
- General cleanup.
(same as r330086)
Approved by: maintainer
Our syslog-ng upline (Peter Czanik <czanik@balabit.hu>) requested this
update be committed to the syslog-ng-devel port instead of the main
syslog-ng port.
Submitted by: Peter Czanik <czanik@balabit.hu> -- syslog-ng upline
Fix Makefile error from r1.57.
Point to libnet116 instead of defunct libnet115.
Submitted by: Update submitted by our upline
(Peter Czanik <czanik@balabit.hu>)
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
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Peter Czanik <czanik@balabit.hu>, our syslog-ng upline, recommended we put
3.3.1 into syslog-ng-devel first, then commit to sysutils/syslog-ng in a week.
Commit to sysutils/syslog-ng: 1 week
Submitted by: Peter Czanik <czanik@balabit.hu>, our syslog-ng upline