pkgsrc/sysutils/syslog-ng
bouyer 182ae0a1f1 syslog-ng overloads sigaction() with its own version, and calls the libc
sigaction() with a dlsym call. On NetBSD this ends up calling the compatibility
sigaction() which fails with ENOSYS if COMPAT_13 is not in the kernel.
Even with COMPAT_13 it would be incorrect because we call the compat
sigaction() with the non-compat arguments.

On NetBSD, fix this by calling explicitely __libc_sigaction14().
Bump PKGREVISION
2019-03-15 10:04:00 +00:00
..
files
patches syslog-ng overloads sigaction() with its own version, and calls the libc 2019-03-15 10:04:00 +00:00
DESCR
distinfo syslog-ng overloads sigaction() with its own version, and calls the libc 2019-03-15 10:04:00 +00:00
Makefile syslog-ng overloads sigaction() with its own version, and calls the libc 2019-03-15 10:04:00 +00:00
Makefile.common sysutils/syslog-ng: Update to 3.17.2. 2018-08-15 13:08:21 +00:00
Makefile.module
MESSAGE.common
MESSAGE.NetBSD
options.mk
PLIST sysutils/syslog-ng: Update to 3.17.2. 2018-08-15 13:08:21 +00:00
PLIST.SunOS