ports/175886: Updates databases/pgpool-II port to 3.1.5
gor
gor at bss.org.ua
Wed Feb 6 14:30:01 UTC 2013
>Number: 175886
>Category: ports
>Synopsis: Updates databases/pgpool-II port to 3.1.5
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 06 14:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: gor
>Release: FreeBSD 9-STABLE amd64
>Organization:
KSoft
>Environment:
FreeBSD alpha.ksoft.com.ua 9.1-STABLE FreeBSD 9.1-STABLE #1 r244955: Wed Jan 2 10:33:19 EET 2013 dominus at alpha.ksoft.com.ua:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Attached is a patch which updates databases/pgpool-II port to 3.1.5 version (this fix incompatibility with databases/postgresql92) and add option to support OpenSSL.
Port maintainer (kuriyama at FreeBSD.org) is cc'd.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -u /usr/ports/databases/pgpool-II/Makefile /home/dominus/pgpool-II/Makefile
--- /usr/ports/databases/pgpool-II/Makefile 2012-11-17 07:55:18.000000000 +0200
+++ /home/dominus/pgpool-II/Makefile 2013-02-06 16:16:28.744876023 +0200
@@ -6,7 +6,7 @@
#
PORTNAME= pgpool-II
-PORTVERSION= 3.1.3
+PORTVERSION= 3.1.5
CATEGORIES= databases
MASTER_SITES= LOCAL/kuriyama \
http://www.pgpool.net/mediawiki/images/
@@ -31,6 +31,16 @@
MAN8= pgpool.8
+OPTIONS_DEFINE+= SSL
+SSL_DESC= Build with OpenSSL support
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MSSL}
+USE_OPENSSL= yes
+CONFIGURE_ARGS+=--with-openssl
+.endif
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/postgresql/server/replication/walreceiver.h)
diff -u /usr/ports/databases/pgpool-II/distinfo /home/dominus/pgpool-II/distinfo
--- /usr/ports/databases/pgpool-II/distinfo 2012-05-04 16:37:07.000000000 +0300
+++ /home/dominus/pgpool-II/distinfo 2013-02-06 10:12:01.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (pgpool-II-3.1.3.tar.gz) = e4eb9dd809a4b8f3962769558ecea524908edfed5816b7120b448f4eafd82249
-SIZE (pgpool-II-3.1.3.tar.gz) = 1402843
+SHA256 (pgpool-II-3.1.5.tar.gz) = 7cd845c27ddf1c78b989714bce7ac8eb3397fd885f8a2aee9784977d45705346
+SIZE (pgpool-II-3.1.5.tar.gz) = 1352200
Common subdirectories: /usr/ports/databases/pgpool-II/files and /home/dominus/pgpool-II/files
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list