summaryrefslogtreecommitdiff
path: root/databases/pgpool
diff options
context:
space:
mode:
authorminskim <minskim>2006-01-15 17:09:50 +0000
committerminskim <minskim>2006-01-15 17:09:50 +0000
commita16b5184becf83b9fa905967b90185eeec271aa9 (patch)
treeb8ea1982eb2e8c24a8d92544ee73e6c1433d979e /databases/pgpool
parentd42c68dfe70053830e8574b09714cd0b1472e28d (diff)
downloadpkgsrc-a16b5184becf83b9fa905967b90185eeec271aa9.tar.gz
Update pgpool to 2.7. Based on patches provided by Inseo PARK in
private email. Major changes from 2.5.1: - Allow SERIAL data type replication by issuing table locks automatically. - New directives: child_max_connections and ignore_leading_white_space. - Bug fixes and minor improvements.
Diffstat (limited to 'databases/pgpool')
-rw-r--r--databases/pgpool/Makefile6
-rw-r--r--databases/pgpool/distinfo10
-rw-r--r--databases/pgpool/patches/patch-aa8
3 files changed, 12 insertions, 12 deletions
diff --git a/databases/pgpool/Makefile b/databases/pgpool/Makefile
index 333d1b4cf66..df8c1226ad9 100644
--- a/databases/pgpool/Makefile
+++ b/databases/pgpool/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2005/12/29 06:21:35 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/15 17:09:50 minskim Exp $
-DISTNAME= pgpool-2.5.1
+DISTNAME= pgpool-2.7
CATEGORIES= databases
-MASTER_SITES= http://pgfoundry.org/frs/download.php/183/
+MASTER_SITES= http://pgfoundry.org/frs/download.php/572/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://pgpool.projects.postgresql.org/
diff --git a/databases/pgpool/distinfo b/databases/pgpool/distinfo
index ba045cea113..1ff043367cb 100644
--- a/databases/pgpool/distinfo
+++ b/databases/pgpool/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/07/11 14:23:48 minskim Exp $
+$NetBSD: distinfo,v 1.4 2006/01/15 17:09:50 minskim Exp $
-SHA1 (pgpool-2.5.1.tar.gz) = fe5174192df5f3dc8085ddcc3bd6f5beb52ed863
-RMD160 (pgpool-2.5.1.tar.gz) = 222caad102ace31030a58c464762a789100ba22c
-Size (pgpool-2.5.1.tar.gz) = 143349 bytes
-SHA1 (patch-aa) = d290697fcdf66972c18fa6f7dbd9b47dc8ea640b
+SHA1 (pgpool-2.7.tar.gz) = 25963c9956c5cb00019a38b2f89c0e8b4830b153
+RMD160 (pgpool-2.7.tar.gz) = c143f763f978b93faa23d5b5b0b87ff34975bb4a
+Size (pgpool-2.7.tar.gz) = 153554 bytes
+SHA1 (patch-aa) = 868af0f14b2f03921e2ad2301658a4d3466586ae
diff --git a/databases/pgpool/patches/patch-aa b/databases/pgpool/patches/patch-aa
index 31b3bc14fdf..dcd803d7d90 100644
--- a/databases/pgpool/patches/patch-aa
+++ b/databases/pgpool/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/02/11 16:40:43 minskim Exp $
+$NetBSD: patch-aa,v 1.2 2006/01/15 17:09:51 minskim Exp $
---- Makefile.in.orig 2005-02-01 05:48:54.000000000 -0600
+--- Makefile.in.orig 2006-01-02 16:33:53.000000000 -0800
+++ Makefile.in
-@@ -176,7 +176,7 @@ pgpool_SOURCES = pool.h version.h pgpool
+@@ -177,7 +177,7 @@ pgpool_SOURCES = pool.h version.h pgpool
pool_process_query.c pool_stream.c pool_connection_pool.c pool_params.c \
pool_signal.h pool_signal.c
-sysconf_DATA = pgpool.conf.sample
+sysconf_DATA =
- AM_CPPFLAGS = -Wall -Wmissing-prototypes -Wmissing-declarations
+ AM_CPPFLAGS = -Wall -Wmissing-prototypes -Wmissing-declarations -D_GNU_SOURCE
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am