diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-10 21:06:39 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-07-10 21:06:39 +0000 |
| commit | 10f5e8576fb1331bc700551cee28ba4b68c1f450 (patch) | |
| tree | 5c629b4bf5189b0863629ff754faa24f7b96107c /databases/postgresql84-server | |
| parent | a051292cd3a4a3b1f819a0e74b2ca97df8bce860 (diff) | |
Notes
Diffstat (limited to 'databases/postgresql84-server')
| -rw-r--r-- | databases/postgresql84-server/Makefile | 2 | ||||
| -rw-r--r-- | databases/postgresql84-server/files/extra-patch-icu4 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile index 031bf88a4140..8c6d4972a77b 100644 --- a/databases/postgresql84-server/Makefile +++ b/databases/postgresql84-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-840-icu-2009-09-15.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/postgresql84-server/files/extra-patch-icu4 b/databases/postgresql84-server/files/extra-patch-icu4 index b152713c62ec..278f9d035d93 100644 --- a/databases/postgresql84-server/files/extra-patch-icu4 +++ b/databases/postgresql84-server/files/extra-patch-icu4 @@ -8,7 +8,7 @@ - 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_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, [], [ @@ -23,7 +23,7 @@ - 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_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, [], [ |
