svn commit: r304035 - head/sysutils/syslog-ng-rc
Cy Schubert
cy at FreeBSD.org
Mon Sep 10 13:14:58 UTC 2012
Author: cy
Date: Mon Sep 10 13:14:57 2012
New Revision: 304035
URL: http://svn.freebsd.org/changeset/ports/304035
Log:
Fails to build under FreeBSD 7.
Modified:
head/sysutils/syslog-ng-rc/Makefile
Modified: head/sysutils/syslog-ng-rc/Makefile
==============================================================================
--- head/sysutils/syslog-ng-rc/Makefile Mon Sep 10 13:13:31 2012 (r304034)
+++ head/sysutils/syslog-ng-rc/Makefile Mon Sep 10 13:14:57 2012 (r304035)
@@ -68,6 +68,10 @@ WITH_OPENSSL_PORT= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 800000
+BROKEN= does not compile on FreeBSD 7.X
+.endif
+
.if defined(WITH_TCP_WRAPPERS)
CONFIGURE_ARGS+= --enable-tcp-wrapper
.else
More information about the svn-ports-all
mailing list