aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/syslog-ng3
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2009-09-23 11:53:46 +0800
committercy <cy@FreeBSD.org>2009-09-23 11:53:46 +0800
commit319bcf7f9612eec2f4b036aef4054a22aacec39e (patch)
treea542889d7a1c6ec97f57b2c8266842a94d1677c4 /sysutils/syslog-ng3
parent85f44507f7fb98310a353ff90b7b010089418672 (diff)
downloadfreebsd-ports-gnome-319bcf7f9612eec2f4b036aef4054a22aacec39e.tar.gz
freebsd-ports-gnome-319bcf7f9612eec2f4b036aef4054a22aacec39e.tar.zst
freebsd-ports-gnome-319bcf7f9612eec2f4b036aef4054a22aacec39e.zip
Mark this port unbuildable under FreeBSD 6.4.
Feature safe: Yes
Diffstat (limited to 'sysutils/syslog-ng3')
-rw-r--r--sysutils/syslog-ng3/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/syslog-ng3/Makefile b/sysutils/syslog-ng3/Makefile
index 9209c4bb878e..03b72cb5b939 100644
--- a/sysutils/syslog-ng3/Makefile
+++ b/sysutils/syslog-ng3/Makefile
@@ -44,6 +44,11 @@ CONFIGURE_ENV= CFLAGS="`${LIBNET_CONFIG} --cflags` ${CFLAGS}" \
CONFIGURE_ARGS+=--enable-tcp-wrapper
.endif
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= Does not build under FreeBSD 6.4
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's:__PREFIX__:${PREFIX}:g' ${WRKSRC}/src/syslog-ng.h
@${REINPLACE_CMD} -e 's:libnet-config:libnet11-config:g' ${WRKSRC}/configure
@@ -65,4 +70,4 @@ post-install:
fi
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>