1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

- Bandaid to build with PostgreSQL 8.4.

PR:		ports/137039
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
This commit is contained in:
Jun Kuriyama 2009-08-02 00:35:17 +00:00
parent f702d8c2aa
commit ab162cfd85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238751
8 changed files with 44 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= pgpool-II
PORTVERSION= 2.2.2
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/

View File

@ -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"

View File

@ -7,6 +7,7 @@
PORTNAME= pgpool-II
PORTVERSION= 2.2.2
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/

View File

@ -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"

View File

@ -7,6 +7,7 @@
PORTNAME= pgpool-II
PORTVERSION= 2.2.2
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/

View File

@ -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"

View File

@ -7,6 +7,7 @@
PORTNAME= pgpool-II
PORTVERSION= 2.2.2
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/

View File

@ -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"