Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Sep 2012 02:43:50 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303455 - head/sysutils/syslog-ng
Message-ID:  <201209010243.q812hoZT036136@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Sat Sep  1 02:43:50 2012
New Revision: 303455
URL: http://svn.freebsd.org/changeset/ports/303455

Log:
  Fails to build without SPOOF support. Mark BROKEN for the time being.

Modified:
  head/sysutils/syslog-ng/Makefile

Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile	Sat Sep  1 00:13:44 2012	(r303454)
+++ head/sysutils/syslog-ng/Makefile	Sat Sep  1 02:43:50 2012	(r303455)
@@ -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" off \
+		SPOOF "Build with spoof source support" on \
 		IPV6 "Build with IPV6 support" on \
 		PCRE "Build with PCRE support" on \
 		JSON_C "Build with JSON-C support" off \
@@ -46,6 +46,10 @@ 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
+
 .if defined(WITH_SYS_SSL) && defined(WITH_PORTS_SSL)
 BROKEN=		SYS_SSL and PORTS_SSL are mutually exclusive
 .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209010243.q812hoZT036136>