From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 5 00:00:29 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA1E31065687 for ; Tue, 5 Apr 2011 00:00:28 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 289728FC1D for ; Tue, 5 Apr 2011 00:00:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3500PQ8029543 for ; Tue, 5 Apr 2011 00:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3500PaD029542; Tue, 5 Apr 2011 00:00:25 GMT (envelope-from gnats) Resent-Date: Tue, 5 Apr 2011 00:00:25 GMT Resent-Message-Id: <201104050000.p3500PaD029542@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, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BC17106566C for ; Mon, 4 Apr 2011 23:58:13 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dslaccess.de (unknown [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id DFB878FC14 for ; Mon, 4 Apr 2011 23:58:12 +0000 (UTC) Received: by u18-124.dslaccess.de (Postfix, from userid 1100) id 912D0207BA; Tue, 5 Apr 2011 01:58:08 +0200 (CEST) Message-Id: <20110404235808.912D0207BA@u18-124.dslaccess.de> Date: Tue, 5 Apr 2011 01:58:08 +0200 (CEST) From: Olli Hauer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Paul Schmehl Subject: ports/156188: [patch] new port security/barnyard2-sguil X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olli Hauer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2011 00:00:29 -0000 >Number: 156188 >Category: ports >Synopsis: [patch] new port security/barnyard2-sguil >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 05 00:00:25 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: FreeBSD 7.4-RELEASE i386 >Organization: >Environment: >Description: security/barnyard is gone now and security/barnyard-sguil should be removed additional. Since we do not need any patches to build this new port I don't prefer a repocopy. The attached patch expires the old security/barnyard-sguil port and connects the new port security/barnyard2-sguil to the tree. Build was tested against pgsql-8.4.7 amd mysql-5.5.10 without issues. Build logs: http://people.freebsd.org/~ohauer/diffs/barnyard2-sguil_mysql.log http://people.freebsd.org/~ohauer/diffs/barnyard2-sguil_pgsql.log >How-To-Repeat: >Fix: --- barnyard2-sguil.patch begins here --- --- /dev/null 2011-04-05 01:33:50.000000000 +0200 +++ barnyard2-sguil/Makefile 2011-04-05 01:31:09.000000000 +0200 @@ -0,0 +1,17 @@ +# New ports collection makefile for: barnyard2-sguil +# Date created: 23 Jan 2006 +# Whom: pauls +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -sguil +COMMENT= An output system for Snort or Suricata + +LIB_DEPENDS+= tcl84.1:${PORTSDIR}/lang/tcl84 + +MASTERDIR= ${.CURDIR}/../barnyard2 + +CONFIGURE_ARGS+= --with-tcl + +.include "${MASTERDIR}/Makefile" Index: barnyard-sguil/Makefile =================================================================== RCS file: /home/pcvs/ports/security/barnyard-sguil/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- barnyard-sguil/Makefile 4 Apr 2011 21:50:12 -0000 1.5 +++ barnyard-sguil/Makefile 4 Apr 2011 23:34:52 -0000 @@ -9,7 +9,9 @@ COMMENT= An output system for Snort (patched for sguil) PORTREVISION= 1 -BROKEN= barnyard is gone and port does not build with barnyard2 +IGNORE= Use security/barnyard2-squil instead +EXPIRATION= 2011-04-30 + LIB_DEPENDS+= tcl84.1:${PORTSDIR}/lang/tcl84 --- barnyard2-sguil.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: