security/barnyard2, fix mistake from recent submission, I forgot to remove BROKEN from the OPTION for BRO, bumped PORTREVISION also so the change would get picked up
Responsible Changed From-To: freebsd-ports-bugs->wg I'll take it.
Author: wg Date: Sat Nov 2 12:15:36 2013 New Revision: 332471 URL: http://svnweb.freebsd.org/changeset/ports/332471 Log: security/barnyard2: remove BROKEN for one option PR: ports/183574 Submitted by: Paul Schmehl <pauls utdallas.edu> (maintainer) Modified: head/security/barnyard2/Makefile Modified: head/security/barnyard2/Makefile ============================================================================== --- head/security/barnyard2/Makefile Sat Nov 2 12:08:06 2013 (r332470) +++ head/security/barnyard2/Makefile Sat Nov 2 12:15:36 2013 (r332471) @@ -60,7 +60,6 @@ CONFIGURE_ARGS+= --disable-aruba .endif .if ${PORT_OPTIONS:MBRO} -BROKEN= Bro port is in transition right now, so this is not supported at this time LIB_DEPENDS+= libbroccoli.so:${PORTSDIR}/security/broccoli CONFIGURE_ARGS+= --enable-bro --with-broccoli=${LOCALBASE}/lib .else _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!