aboutsummaryrefslogtreecommitdiff
path: root/databases/pgpool-II
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-08-02 00:35:17 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-08-02 00:35:17 +0000
commitab162cfd85a47f76dbd1f993792047b738aa26af (patch)
treec5a536455330d218f5933fed7d8250681c9a0b2b /databases/pgpool-II
parentf702d8c2aa79b1e217eb260405786cd305241234 (diff)
downloadports-ab162cfd85a47f76dbd1f993792047b738aa26af.tar.gz
ports-ab162cfd85a47f76dbd1f993792047b738aa26af.zip
Notes
Diffstat (limited to 'databases/pgpool-II')
-rw-r--r--databases/pgpool-II/Makefile1
-rw-r--r--databases/pgpool-II/files/patch-pgpool-recovery.c10
2 files changed, 11 insertions, 0 deletions
diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile
index d1ab97abe6b5..7410d3102b4d 100644
--- a/databases/pgpool-II/Makefile
+++ b/databases/pgpool-II/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pgpool-II
PORTVERSION= 2.2.2
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
diff --git a/databases/pgpool-II/files/patch-pgpool-recovery.c b/databases/pgpool-II/files/patch-pgpool-recovery.c
new file mode 100644
index 000000000000..4a355805daf3
--- /dev/null
+++ b/databases/pgpool-II/files/patch-pgpool-recovery.c
@@ -0,0 +1,10 @@
+--- sql/pgpool-recovery/pgpool-recovery.c.orig 2009-07-23 17:30:52.000000000 +0000
++++ sql/pgpool-recovery/pgpool-recovery.c 2009-07-23 17:31:34.000000000 +0000
+@@ -23,6 +23,7 @@
+ #include "miscadmin.h"
+ #include "executor/spi.h"
+ #include "funcapi.h"
++#include "utils/builtins.h" /* PostgreSQL 8.4 needs this for textout */
+
+ #define REMOTE_START_FILE "pgpool_remote_start"
+