syslog-ng3. This is a result of an email request from Peter Czanik
<czanik@balabit.hu>, upstream maintainer of syslog-ng3, to create a
syslog-ng 3.2 beta1 package for FreeBSD.
The code is basically built to work with Linux utmp, which offers the
same utility functions as utmpx, so it's very easy to support utmpx.
Just regex the source code to add the missing x.
Submitted by: ed (with modification for ut_name --> ut_user) who
obtained it from lee.
syslog-ng3 (Syslog New Generation) is a powerful replacement for the standard
syslogd. Features include:
- ability to filter messages based on content using regular expressions
- forwarding logs on TCP
If you build a package for the syslog-ng2 port, a "Latest"
link is not created; this is because NO_LATEST_LINK is set
in the Makefile.
Since the port already lives in sysutils/syslog-ng2, it
makes sense to set PKGNAMESUFFIX and remove NO_LATEST_LINK.
Then the package and directory names match and would allow
syslog-ng and syslog-ng2 packages to co-exist in the
/usr/ports/packages tree.
PR: ports/123091
Submitted by: Craig Leres <leres@ee.lbl.gov>
Approved by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
PR: ports/111462
Reported by: Brian A. Seklecki <bseklecki@collaborativefusion.com>
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
- Allow user to change parameters of start syslog-ng via vars rc.d script [1]
- Allow user to purge klog(9) via vars rc.d script [2]
PR: ports/98287 [1] and [2]
Submitted by: Pavel Volkov [1], Brian A. Seklecki [2]
Approved by: Ivan Lago <ivan.lago at ifom-ieo-campus.it> (maintainer)
syslogd. Features include:
- ability to filter messages based on content using regular expressions
- forwarding logs on TCP
WWW: http://www.balabit.com/products/syslog_ng/
-Vince Valenti
vince@blue-box.net
PR: ports/105370
Submitted by: Ivan Lago <ivan.lago at ifom-ieo-campus.it>