svn commit: r303458 - head/sysutils/syslog-ng
Cy Schubert
cy at FreeBSD.org
Sat Sep 1 03:01:36 UTC 2012
Author: cy
Date: Sat Sep 1 03:01:35 2012
New Revision: 303458
URL: http://svn.freebsd.org/changeset/ports/303458
Log:
This problem is more serious. Referred to upline for now.
Modified:
head/sysutils/syslog-ng/Makefile
Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile Sat Sep 1 02:56:50 2012 (r303457)
+++ head/sysutils/syslog-ng/Makefile Sat Sep 1 03:01:35 2012 (r303458)
@@ -22,7 +22,7 @@ OPTIONS= SYS_SSL "Build with OpenSSL sup
PORTS_SSL "Build with OpenSSL support (from ports)" on \
TCP_WRAPPERS "Build with TCP Wrappers" off \
SQL "Build with database (libdbi) support" off \
- SPOOF "Build with spoof source support" on \
+ SPOOF "Build with spoof source support" off \
IPV6 "Build with IPV6 support" on \
PCRE "Build with PCRE support" on \
JSON_C "Build with JSON-C support" off \
@@ -46,9 +46,7 @@ SUB_FILES= pkg-message
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \
--enable-dynamic-linking
-.if !defined(WITH_SPOOF)
-BROKEN= Fails to build without SPOOF support.
-.endif
+BROKEN= Fails to build without SPOOF support and hangs with SPOOF support.
.if defined(WITH_SYS_SSL) && defined(WITH_PORTS_SSL)
BROKEN= SYS_SSL and PORTS_SSL are mutually exclusive
More information about the svn-ports-head
mailing list