diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-11 05:06:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-11 05:06:39 +0800 |
commit | 30858ea3c41de585d455dc6029297d527152e391 (patch) | |
tree | 489557449bc9d7c0c9f93cefc244761d234d7cc9 /databases/postgresql90-server | |
parent | cfdfe1cdf585ce367ae48ea29774ca3c7057d108 (diff) | |
download | freebsd-ports-gnome-30858ea3c41de585d455dc6029297d527152e391.tar.gz freebsd-ports-gnome-30858ea3c41de585d455dc6029297d527152e391.tar.zst freebsd-ports-gnome-30858ea3c41de585d455dc6029297d527152e391.zip |
- update ICU to 4.8
- chase library bump
- add an entry in UPDATING for instructions
- remove old conflict lines
Diffstat (limited to 'databases/postgresql90-server')
-rw-r--r-- | databases/postgresql90-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql90-server/files/extra-patch-icu4 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index fc1857d300bb..5e702a374a7b 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -109,7 +109,7 @@ USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+=--with-icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= pg-900-icu-2010-09-19.diff.gz:icu -LIB_DEPENDS+= icudata.46:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.48:${PORTSDIR}/devel/icu EXTRA_PATCHES+= ${FILESDIR}/extra-patch-icu4 . endif diff --git a/databases/postgresql90-server/files/extra-patch-icu4 b/databases/postgresql90-server/files/extra-patch-icu4 index bf28a732a2bd..046200311185 100644 --- a/databases/postgresql90-server/files/extra-patch-icu4 +++ b/databases/postgresql90-server/files/extra-patch-icu4 @@ -12,7 +12,7 @@ - ]) - ]) - ]) -+ AC_CHECK_LIB(icui18n, ucol_open_46, [], [ ++ 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, [], [ @@ -31,7 +31,7 @@ - ]) - ]) - ]) -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_46, [], [ ++ 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, [], [ |