mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 3.4.1.
This commit is contained in:
parent
9dc96cd5b1
commit
f92aad0ace
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208460
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= pgpool
|
||||
PORTVERSION= 3.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.4.1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/1254/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (pgpool-3.2.tar.gz) = 1a8f7359a73585698890624ba600bdf8
|
||||
SHA256 (pgpool-3.2.tar.gz) = 99eb527a05883863d7ab111438adaf6861d76978e21a5b43ff8103341e329bfa
|
||||
SIZE (pgpool-3.2.tar.gz) = 199777
|
||||
MD5 (pgpool-3.4.1.tar.gz) = 1f876237923be8095ed6fb30885a416a
|
||||
SHA256 (pgpool-3.4.1.tar.gz) = 39d6229acfdd30616207de997ac2a221dd962361bb0bd532ddb15ecc3f04118d
|
||||
SIZE (pgpool-3.4.1.tar.gz) = 201509
|
||||
|
@ -1,18 +0,0 @@
|
||||
--- pool_ip.c.orig Sat Feb 3 13:22:21 2007
|
||||
+++ pool_ip.c Tue Feb 13 17:23:39 2007
|
||||
@@ -184,6 +184,7 @@
|
||||
}
|
||||
|
||||
|
||||
+#if 0
|
||||
const char *
|
||||
gai_strerror(int errcode)
|
||||
{
|
||||
@@ -205,6 +206,7 @@
|
||||
|
||||
return hstrerror(hcode);
|
||||
}
|
||||
+#endif
|
||||
|
||||
|
||||
/*
|
@ -1,12 +0,0 @@
|
||||
--- pool_ip.h.orig Fri Feb 2 00:31:59 2007
|
||||
+++ pool_ip.h Tue Feb 13 17:22:46 2007
|
||||
@@ -50,7 +50,9 @@
|
||||
char *numbits, int family);
|
||||
|
||||
/* imported from PostgreSQL getaddrinfo.c */
|
||||
+#if 0
|
||||
extern const char * gai_strerror(int errcode);
|
||||
+#endif
|
||||
|
||||
#ifdef HAVE_IPV6
|
||||
extern void promote_v4_to_v6_addr(struct sockaddr_storage * addr);
|
@ -1,10 +0,0 @@
|
||||
--- pool_type.h.orig Sat Feb 10 18:48:12 2007
|
||||
+++ pool_type.h Tue Feb 13 17:29:00 2007
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
|
||||
#include "config.h"
|
||||
+#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user