svn commit: r367571 - head/security/barnyard2

John Marino marino at FreeBSD.org
Sun Sep 7 16:35:32 UTC 2014


Author: marino
Date: Sun Sep  7 16:35:31 2014
New Revision: 367571
URL: http://svnweb.freebsd.org/changeset/ports/367571
QAT: https://qat.redports.org/buildarchive/r367571/

Log:
  security/barnyard2: Remove PRELUDE option
  
  The prelude-manager port is unstaged, and its removal is imminent.  Before
  that happens, remove the optional dependency Barnyard2 has on it.

Modified:
  head/security/barnyard2/Makefile

Modified: head/security/barnyard2/Makefile
==============================================================================
--- head/security/barnyard2/Makefile	Sun Sep  7 16:32:49 2014	(r367570)
+++ head/security/barnyard2/Makefile	Sun Sep  7 16:35:31 2014	(r367571)
@@ -14,7 +14,8 @@ GH_ACCOUNT=	firnsy
 GH_TAGNAME=	v2-${PORTVERSION}
 GH_COMMIT=	272eaf7
 
-OPTIONS_DEFINE=	64BIT ARUBA BRO GRE IPV6 MPLS MYSQL MYSQL_SSL ODBC PRELUDE PGSQL PORT_PCAP DOCS
+OPTIONS_DEFINE=	64BIT ARUBA BRO GRE IPV6 MPLS MYSQL MYSQL_SSL ODBC PGSQL \
+		PORT_PCAP DOCS
 NO_OPTIONS_SORT=yes
 
 64BIT_DESC=	Enable 64bit compilation (experimental)
@@ -22,7 +23,6 @@ ARUBA_DESC=	Enable aruba support
 BRO_DESC=	Enable bro support (libbroccoli)
 GRE_DESC=	Enable gre support
 MYSQL_SSL_DESC=	Enable mysql ssl support (experimental)
-PRELUDE_DESC=	Enable prelude support
 PORT_PCAP_DESC=	Use libpcap from ports
 
 .if defined(SLAVE)
@@ -60,8 +60,6 @@ MYSQL_CONFIGURE_ON=	--with-mysql-include
 MYSQL_SSL_CONFIGURE_ENABLE=	mysql-ssl-support
 ODBC_LIB_DEPENDS=	libodbc.so:${PORTSDIR}/databases/unixODBC
 ODBC_WITH=		odbc
-PRELUDE_BUILD_DEPENDS=	prelude-manager:${PORTSDIR}/security/prelude-manager
-PRELUDE_CONFIGURE_ENABLE=	prelude
 PGSQL_USE=		PGSQL=yes
 PGSQL_CONFIGURE_ON=	--with-postgresql=${LOCALBASE}/bin/pg_config --with-pgsql-includes=${LOCALBASE}/include/postgresql/server
 PGSQL_CONFIGURE_OFF=	--without-postgresql


More information about the svn-ports-head mailing list