From aab465d5382c5add824512f745e32dc1b9d05543 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sat, 25 Oct 2008 10:26:43 +0000 Subject: Update to 1.6.12 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 --- sysutils/syslog-ng/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'sysutils/syslog-ng/Makefile') diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index ebc5e5adf01..f0a1debc9f7 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2008/05/26 02:13:24 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2008/10/25 10:26:43 adrianp Exp $ -DISTNAME= syslog-ng-1.6.11 -PKGREVISION= 1 +DISTNAME= syslog-ng-1.6.12 CATEGORIES= sysutils -MASTER_SITES= http://www.balabit.com/downloads/syslog-ng/1.6/src/ +MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/1.6/src/ MAINTAINER= adrianp@NetBSD.org HOMEPAGE= http://www.balabit.com/network-security/syslog-ng/ @@ -32,6 +31,10 @@ SUBST_MESSAGE.conf= Fixing configuration file paths. .include "../../security/tcp_wrappers/buildlink3.mk" .include "../../sysutils/libol/buildlink3.mk" +.if ${OPSYS} == "SunOS" +CONFIGURE_ARGS+= --enable-full-dynamic +.endif + BUILDLINK_API_DEPENDS.libol+= libol>=0.3.0 PKG_OPTIONS_VAR= PKG_OPTIONS.syslog-ng -- cgit v1.2.3