From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 13 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9DE028C1 for ; Wed, 13 Feb 2013 20:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6A959C17 for ; Wed, 13 Feb 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1DK00iV028731 for ; Wed, 13 Feb 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1DK007Y028726; Wed, 13 Feb 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 13 Feb 2013 20:00:00 GMT Resent-Message-Id: <201302132000.r1DK007Y028726@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]) by hub.freebsd.org (Postfix) with ESMTP id B64128A7 for ; Wed, 13 Feb 2013 19:57:39 +0000 (UTC) (envelope-from prvs=74961ed59=root+buttercup5@utdallas.edu) Received: from ip-relay-011.utdallas.edu (ip-relay-011.utdallas.edu [129.110.180.41]) by mx1.freebsd.org (Postfix) with ESMTP id 5927CBFF for ; Wed, 13 Feb 2013 19:57:38 +0000 (UTC) Received: from unknown (HELO mx31.utdallas.edu) ([10.110.20.31]) by ip-relay-011.utdallas.edu with ESMTP; 13 Feb 2013 13:56:14 -0600 Received: from buttercup5.utdallas.edu (buttercup5.utdallas.edu [10.110.4.133]) by mx31.utdallas.edu (Postfix) with ESMTP id 6A89141F4E for ; Wed, 13 Feb 2013 14:02:58 -0600 (CST) Received: by buttercup5.utdallas.edu (Postfix, from userid 0) id 206A05A5C418; Wed, 13 Feb 2013 19:56:13 +0000 (GMT) Message-Id: <20130213195613.206A05A5C418@buttercup5.utdallas.edu> Date: Wed, 13 Feb 2013 19:56:13 +0000 (GMT) From: Paul Schmehl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176124: security/barnyard2, port update to correct problem 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: Wed, 13 Feb 2013 20:00:01 -0000 >Number: 176124 >Category: ports >Synopsis: security/barnyard2, port update to correct problem >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: Wed Feb 13 20:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Paul Schmehl >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: The University of Texas at Dallas >Environment: System: FreeBSD hostname.utdallas.edu 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: security/barnyard2, update port to correct problem with PGSQL, user reports only version 9.2 has the correct libraries to build Adds PORTREVISION so portupgrade and portmanager will pick it up >How-To-Repeat: >Fix: --- barnyard2.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 312170) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= barnyard2 PORTVERSION= 1.11 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= pauls@utdallas.edu @@ -119,6 +120,7 @@ .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes +WANT_PGSQL_VER= 92+ CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE}/bin/pg_config --with-pgsql-includes=${LOCALBASE}/include/postgresql/server .else CONFIGURE_ARGS+= --without-postgresql --- barnyard2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: