aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql84-server
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2011-12-05 16:45:14 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2011-12-05 16:45:14 +0000
commitc87711cb50473799919e04a96db229000040b860 (patch)
treef3cae0c0ea67565aa4a39e0ef6a33c2e30c95372 /databases/postgresql84-server
parent3ef65bc73b43d2d14c962ee294f32e555fdb3684 (diff)
downloadports-c87711cb50473799919e04a96db229000040b860.tar.gz
ports-c87711cb50473799919e04a96db229000040b860.zip
Notes
Diffstat (limited to 'databases/postgresql84-server')
-rw-r--r--databases/postgresql84-server/Makefile8
-rw-r--r--databases/postgresql84-server/distinfo4
-rw-r--r--databases/postgresql84-server/pkg-plist-client1
-rw-r--r--databases/postgresql84-server/pkg-plist-server1
4 files changed, 7 insertions, 7 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index 84ec5103cb49..f5d3c02fab7e 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME?= postgresql
-DISTVERSION?= 8.4.9
-PORTREVISION?= 3
+DISTVERSION?= 8.4.10
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${DISTVERSION}
@@ -87,11 +86,11 @@ OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= LDAP "Build with LDAP authentication support" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
OPTIONS+= HEIMDAL_KRB5 "Builds with Heimdal kerberos support" off
+OPTIONS+= GSSAPI "Build with GSSAPI support" off
OPTIONS+= OPTIMIZED_CFLAGS "Builds with compiler optimizations (-O3)" off
OPTIONS+= XML "Build with XML data type (server)" on
OPTIONS+= TZDATA "Use internal timezone database (server)" on
OPTIONS+= DEBUG "Builds with debugging symbols" off
-OPTIONS+= GSSAPI "Build with GSSAPI support" off
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
OPTIONS+= ICU "Use ICU for unicode collation (server)" off
@@ -194,7 +193,7 @@ CONFIGURE_ARGS+=--without-gssapi
. if defined(WITH_MIT_KRB5)
. if exists(/usr/lib/libkrb5.so) || exists(/usr/bin/krb5-config)
-BROKEN= You must remove heimdal's /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/make.conf to build successfully with MIT-KRB
+BROKEN= You must remove heimdal's /usr/bin/krb5-config and /usr/lib/libkrb5.so*, and set NO_KERBEROS=true in /etc/src.conf to build successfully with MIT-KRB
. endif
# Allow defining a home built MIT Kerberos by setting KRB5_HOME
. if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.a) && exists(${KRB5_HOME}/bin/krb5-config)
@@ -317,7 +316,6 @@ PLIST_SUB+= PG_USER=$(PG_USER)
.if !defined(NO_BUILD)
post-patch:
- @${REINPLACE_CMD} s/@PTHREAD_LIBS@// ${WRKSRC}/src/Makefile.global.in
. if defined(WITH_ICU)
@${REINPLACE_CMD} -E -e \
"s|^(m4_if.*)2.6[0-9](.*Autoconf version )2.6[0-9]|\1${AUTOCONF_VERSION}\2${AUTOCONF_VERSION}|g" \
diff --git a/databases/postgresql84-server/distinfo b/databases/postgresql84-server/distinfo
index e527bfdc7039..b421676d8ecc 100644
--- a/databases/postgresql84-server/distinfo
+++ b/databases/postgresql84-server/distinfo
@@ -1,4 +1,4 @@
-SHA256 (postgresql/postgresql-8.4.9.tar.bz2) = 1d58cb8d0cb8ae8f61042b2d5aa54135a2d2a0f324d06593870e1242b0e8c38a
-SIZE (postgresql/postgresql-8.4.9.tar.bz2) = 14275979
+SHA256 (postgresql/postgresql-8.4.10.tar.bz2) = 749f83e9d467b07dcd012fdf2b1615c577b410fd219b44a27bb7097bb1b07cfb
+SIZE (postgresql/postgresql-8.4.10.tar.bz2) = 14481565
SHA256 (postgresql/pg-840-icu-2009-09-15.diff.gz) = c09d3b59340a3bb6ea754e985739d4fbb47f730d1e48a357c5585825034fc72e
SIZE (postgresql/pg-840-icu-2009-09-15.diff.gz) = 4321
diff --git a/databases/postgresql84-server/pkg-plist-client b/databases/postgresql84-server/pkg-plist-client
index 92d1fdccad68..2e927c11d771 100644
--- a/databases/postgresql84-server/pkg-plist-client
+++ b/databases/postgresql84-server/pkg-plist-client
@@ -604,6 +604,7 @@ share/postgresql/psqlrc.sample
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config-8.4.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_dump-8.4.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pgscripts-8.4.mo
+%%GETTEXT%%share/locale/pl/LC_MESSAGES/psql-8.4.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-8.4.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-8.4.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-8.4.mo
diff --git a/databases/postgresql84-server/pkg-plist-server b/databases/postgresql84-server/pkg-plist-server
index 1cfeaa48364c..90e1314d08fc 100644
--- a/databases/postgresql84-server/pkg-plist-server
+++ b/databases/postgresql84-server/pkg-plist-server
@@ -382,6 +382,7 @@ share/postgresql/snowball_create.sql
%%TZDATA%%share/postgresql/timezone/Asia/Dushanbe
%%TZDATA%%share/postgresql/timezone/Asia/Gaza
%%TZDATA%%share/postgresql/timezone/Asia/Harbin
+%%TZDATA%%share/postgresql/timezone/Asia/Hebron
%%TZDATA%%share/postgresql/timezone/Asia/Ho_Chi_Minh
%%TZDATA%%share/postgresql/timezone/Asia/Hong_Kong
%%TZDATA%%share/postgresql/timezone/Asia/Hovd