* Using libtool.
* fixes configure option for pidfile.
* tell sysconfigdir to configure.
* syslog2ng is using awk, add runtime dependency on awk and fix shebang.
* and let not to patch hard-coded uname path for NetBSD specific.
* VARBASE is used for various directory, set to BUILDE_DEFS.
* remove distractions from PLIST, libtoolized shlib files and an empty line.
PR pkg/45419
* fixes config file handling with CONF_FILES.
* require dbdir specified by --localstatedir.
Bump PKGREVISION.
Some key changes:
* configure.in: changed "source" to "." as the source command is a
bashism, changed a couple of double equal signs to single ones,
moved libol to the statically linked libs as AIX links to .a files
dynamically unless static linking is explicitly requested
* src/filters.c (do_filter_netmask): fixed negation for the
netmask() filter
* src/macros.c: added LEVEL_NUM and FACILITY_NUM macros