aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rsyslog6-devel/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-12-18 20:44:29 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-12-18 20:44:29 +0000
commit19942cae40b42af688f5e3024843ca8f1ed9ae99 (patch)
tree92b42086fca7a44e4c43f763b03333a48ac6f509 /sysutils/rsyslog6-devel/Makefile
parentba5102bc8a52805ae46b69fd3d82d87b44db8547 (diff)
downloadports-19942cae40b42af688f5e3024843ca8f1ed9ae99.tar.gz
ports-19942cae40b42af688f5e3024843ca8f1ed9ae99.zip
- Update to 5.3.3
- Connect to build PR: 139382 Submitted by: Cristiano Rolim Pereira <cristianorolim@hotmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=246176
Diffstat (limited to 'sysutils/rsyslog6-devel/Makefile')
-rw-r--r--sysutils/rsyslog6-devel/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/sysutils/rsyslog6-devel/Makefile b/sysutils/rsyslog6-devel/Makefile
index 60de6eb6317a..8a06d2daf7d7 100644
--- a/sysutils/rsyslog6-devel/Makefile
+++ b/sysutils/rsyslog6-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= rsyslog
-PORTVERSION= 4.4.2
+PORTVERSION= 5.3.3
CATEGORIES= sysutils
MASTER_SITES= http://download.rsyslog.com/rsyslog/
.ifdef MNAME
@@ -14,15 +14,15 @@ PKGNAMESUFFIX?= -${MNAME}
.endif
MAINTAINER= cristianorolim@hotmail.com
-COMMENT= Syslogd supporting SQL, TCP and TLS
+COMMENT?= Syslogd supporting SQL, TCP and TLS
.ifdef MNAME
-RUN_DEPENDS= rsyslog>=${PORTVERSION}:${PORTSDIR}/sysutils/rsyslog4
+RUN_DEPENDS= rsyslog>=5:${PORTSDIR}/sysutils/rsyslog5
PLIST= ${.CURDIR}/pkg-plist
.endif
-CONFLICTS= rsyslog-[!4].[0-9]*
+CONFLICTS= rsyslog-[2-4].[0-9]*
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
@@ -75,8 +75,12 @@ IGNORE= with gssapi module is only supported on FreeBSD 7.x or later
CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog
-DESCR?= ${.CURDIR}/../rsyslog4/pkg-descr
-MD5_FILE?= ${.CURDIR}/../rsyslog4/distinfo
+DESCR?= ${.CURDIR}/../rsyslog5/pkg-descr
+MD5_FILE?= ${.CURDIR}/../rsyslog5/distinfo
+.endif
+
+.if ${OSVERSION} < 700000
+USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>