ports/176124: security/barnyard2, port update to correct problem
Paul Schmehl
pauls at utdallas.edu
Wed Feb 13 20:00:01 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list