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:
parent
f702d8c2aa
commit
ab162cfd85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238751
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= pgpool-II
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
|
||||
|
||||
|
10
databases/pgpool-II-22/files/patch-pgpool-recovery.c
Normal file
10
databases/pgpool-II-22/files/patch-pgpool-recovery.c
Normal 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"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= pgpool-II
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
|
||||
|
||||
|
10
databases/pgpool-II-23/files/patch-pgpool-recovery.c
Normal file
10
databases/pgpool-II-23/files/patch-pgpool-recovery.c
Normal 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"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= pgpool-II
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
|
||||
|
||||
|
10
databases/pgpool-II-30/files/patch-pgpool-recovery.c
Normal file
10
databases/pgpool-II-30/files/patch-pgpool-recovery.c
Normal 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"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= pgpool-II
|
||||
PORTVERSION= 2.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
|
||||
|
||||
|
10
databases/pgpool-II/files/patch-pgpool-recovery.c
Normal file
10
databases/pgpool-II/files/patch-pgpool-recovery.c
Normal 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"
|
||||
|
Loading…
Reference in New Issue
Block a user