Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Nov 2013 21:08:45 +0000 (UTC)
From:      Paul Schmehl <pauls@utdallas.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183574: security/barnyard2, remove BROKEN from one port option
Message-ID:  <20131101210845.68BF910376D34@buttercup4.utdallas.edu>
Resent-Message-ID: <201311012120.rA1LK1hu061064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183574
>Category:       ports
>Synopsis:       security/barnyard2, remove BROKEN from one port option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 21:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Paul Schmehl
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
The University of Texas at Dallas
>Environment:
System: FreeBSD hostname.utdallas.edu 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:
	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
>How-To-Repeat:
	
>Fix:

	

--- barnyard2.diff begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 332408)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 
 PORTNAME=	barnyard2
 PORTVERSION=	1.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	pauls@utdallas.edu
@@ -60,7 +60,6 @@
 .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
--- barnyard2.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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