summaryrefslogtreecommitdiff
path: root/databases/postgresql90-server
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql90-server')
-rw-r--r--databases/postgresql90-server/Makefile2
-rw-r--r--databases/postgresql90-server/distinfo4
-rw-r--r--databases/postgresql90-server/files/extra-patch-icu450
3 files changed, 3 insertions, 53 deletions
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index c94de724c168..967df115a313 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -7,7 +7,7 @@ PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT}
MAINTAINER?= pgsql@FreeBSD.org
-ICU_PATCHFILE?= pg-900-icu-2010-09-19.diff.gz
+ICU_PATCHFILE?= pg-9015-icu-2014-02-10.diff.gz
ICU_EXTRAPATCH= ${FILESDIR}/extra-patch-icu4
BUILD_DIRS?= src/timezone src/backend src/backend/utils/mb/conversion_procs \
src/backend/snowball src/backend/replication/libpqwalreceiver \
diff --git a/databases/postgresql90-server/distinfo b/databases/postgresql90-server/distinfo
index 25f359cfc842..120558294f90 100644
--- a/databases/postgresql90-server/distinfo
+++ b/databases/postgresql90-server/distinfo
@@ -1,4 +1,4 @@
SHA256 (postgresql/postgresql-9.0.15.tar.bz2) = a45acd27d546e425911ecd371247066be5dafd96304e50e0708c84b918c28f9d
SIZE (postgresql/postgresql-9.0.15.tar.bz2) = 15169745
-SHA256 (postgresql/pg-900-icu-2010-09-19.diff.gz) = 27cea46241ec814965c278330cd96f67ee03422b7758a210713a63b4b5bb77e9
-SIZE (postgresql/pg-900-icu-2010-09-19.diff.gz) = 4349
+SHA256 (postgresql/pg-9015-icu-2014-02-10.diff.gz) = ee4a9a9cac56842ed532597f3e9e52ca2363f809a9283c01b2514df19173763a
+SIZE (postgresql/pg-9015-icu-2014-02-10.diff.gz) = 4386
diff --git a/databases/postgresql90-server/files/extra-patch-icu4 b/databases/postgresql90-server/files/extra-patch-icu4
deleted file mode 100644
index f4a238c7fc19..000000000000
--- a/databases/postgresql90-server/files/extra-patch-icu4
+++ /dev/null
@@ -1,50 +0,0 @@
---- configure.in.orig 2010-12-17 10:24:25.585364941 +0100
-+++ configure.in 2010-12-17 10:25:08.921592644 +0100
-@@ -947,23 +947,31 @@
- fi
-
- if test "$with_icu" = yes ; then
-- AC_CHECK_LIB(icui18n, ucol_open_44, [], [
-- AC_CHECK_LIB(icui18n, ucol_open_43, [], [
-- AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [
-- AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [
-- AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])])
-- ])
-- ])
-- ])
-+ AC_CHECK_LIB(icui18n, ucol_open_52, [], [
-+ AC_CHECK_LIB(icui18n, ucol_open_48, [], [
-+ AC_CHECK_LIB(icui18n, ucol_open_44, [], [
-+ AC_CHECK_LIB(icui18n, ucol_open_43, [], [
-+ AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [
-+ AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [
-+ AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])])
-+ ])
-+ ])
-+ ])
-+ ])
-+ ])
- ])
-- AC_CHECK_LIB(icuuc, ucnv_fromUChars_44, [], [
-- AC_CHECK_LIB(icuuc, ucnv_fromUChars_43, [], [
-- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [
-- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [
-- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])])
-- ])
-- ])
-- ])
-+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_52, [], [
-+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_48, [], [
-+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_44, [], [
-+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_43, [], [
-+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [
-+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [
-+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])])
-+ ])
-+ ])
-+ ])
-+ ])
-+ ])
- ])
- fi
-