From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 1 21:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75B00BD7 for ; Fri, 1 Nov 2013 21:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 537B328F7 for ; Fri, 1 Nov 2013 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA1LK1Pb061065 for ; Fri, 1 Nov 2013 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA1LK1hu061064; Fri, 1 Nov 2013 21:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 1 Nov 2013 21:20:01 GMT Resent-Message-Id: <201311012120.rA1LK1hu061064@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Schmehl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 026D3834 for ; Fri, 1 Nov 2013 21:10:42 +0000 (UTC) (envelope-from prvs=0102e8603=root+buttercup4@utdallas.edu) Received: from ip-relay-061.utdallas.edu (ip-relay-061.utdallas.edu [129.110.182.17]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C068328B2 for ; Fri, 1 Nov 2013 21:10:41 +0000 (UTC) Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31]) by ip-relay-061.utdallas.edu with ESMTP; 01 Nov 2013 16:09:17 -0500 Received: from buttercup4.utdallas.edu (buttercup4.utdallas.edu [10.110.4.132]) by mx31.utdallas.edu (Postfix) with ESMTP id D69624219B for ; Fri, 1 Nov 2013 16:09:17 -0500 (CDT) Received: by buttercup4.utdallas.edu (Postfix, from userid 0) id 68BF910376D34; Fri, 1 Nov 2013 21:08:45 +0000 (UTC) Message-Id: <20131101210845.68BF910376D34@buttercup4.utdallas.edu> Date: Fri, 1 Nov 2013 21:08:45 +0000 (UTC) From: Paul Schmehl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/183574: security/barnyard2, remove BROKEN from one port option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 21:20:01 -0000 >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: