mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
8 changed files with 44 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= pgpool-II
|
PORTNAME= pgpool-II
|
||||||
PORTVERSION= 2.2.2
|
PORTVERSION= 2.2.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
|
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
|
PORTNAME= pgpool-II
|
||||||
PORTVERSION= 2.2.2
|
PORTVERSION= 2.2.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
|
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
|
PORTNAME= pgpool-II
|
||||||
PORTVERSION= 2.2.2
|
PORTVERSION= 2.2.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
|
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
|
PORTNAME= pgpool-II
|
||||||
PORTVERSION= 2.2.2
|
PORTVERSION= 2.2.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/2191/
|
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…
Add table
Reference in a new issue