diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2012-12-19 16:03:58 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2012-12-19 16:03:58 +0000 |
commit | e55b31351cd0b282a1f344128c0f82eca717abf5 (patch) | |
tree | 431be75ce7e28ac123a1ee0925ac104093bdfa85 | |
parent | Upgrade to 2.4. (diff) |
Chase ICU update to 50
Notes
Notes:
svn path=/head/; revision=309246
-rw-r--r-- | databases/postgresql83-server/files/extra-patch-icu4 | 10 | ||||
-rw-r--r-- | databases/postgresql84-server/files/extra-patch-icu4 | 10 | ||||
-rw-r--r-- | databases/postgresql90-server/files/extra-patch-icu4 | 10 | ||||
-rw-r--r-- | databases/postgresql91-server/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql91-server/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql92-server/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql92-server/distinfo | 4 |
7 files changed, 29 insertions, 17 deletions
diff --git a/databases/postgresql83-server/files/extra-patch-icu4 b/databases/postgresql83-server/files/extra-patch-icu4 index 19ea639c5a8b..25c79eb9e062 100644 --- a/databases/postgresql83-server/files/extra-patch-icu4 +++ b/databases/postgresql83-server/files/extra-patch-icu4 @@ -9,7 +9,7 @@ Untested combinations of 'autoconf' and PostgreSQL versions are not recommended. You can remove the check from 'configure.in' but it is then your responsibility whether the result works or not.])]) -@@ -795,19 +795,27 @@ +@@ -795,19 +795,31 @@ fi if test "$with_icu" = yes ; then @@ -17,7 +17,8 @@ - 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_48, [], [ ++ AC_CHECK_LIB(icui18n, ucol_open_50, [], [ ++ 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, [], [ @@ -28,12 +29,14 @@ - ]) + ]) + ]) ++ ]) ]) - 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_48, [], [ ++ AC_CHECK_LIB(icuuc, ucnv_fromUChars_50, [], [ ++ 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, [], [ @@ -44,6 +47,7 @@ - ]) + ]) + ]) ++ ]) ]) fi diff --git a/databases/postgresql84-server/files/extra-patch-icu4 b/databases/postgresql84-server/files/extra-patch-icu4 index 278f9d035d93..43f85c7663d3 100644 --- a/databases/postgresql84-server/files/extra-patch-icu4 +++ b/databases/postgresql84-server/files/extra-patch-icu4 @@ -1,6 +1,6 @@ --- configure.in.orig 2010-12-17 10:28:46.362381801 +0100 +++ configure.in 2010-12-17 10:31:27.692004326 +0100 -@@ -945,15 +945,27 @@ +@@ -945,15 +945,31 @@ fi if test "$with_icu" = yes ; then @@ -8,7 +8,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_48, [], [ ++ AC_CHECK_LIB(icui18n, ucol_open_50 ++ 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, [], [ @@ -17,13 +18,15 @@ + ]) + ]) + ]) ++ ]) + ]) ]) - 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_48, [], [ ++ AC_CHECK_LIB(icuuc, ucnv_fromUChars_50, [], [ ++ 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, [], [ @@ -33,6 +36,7 @@ + ]) + ]) + ]) ++ ]) ]) fi diff --git a/databases/postgresql90-server/files/extra-patch-icu4 b/databases/postgresql90-server/files/extra-patch-icu4 index 046200311185..87f5c0ec5cf2 100644 --- a/databases/postgresql90-server/files/extra-patch-icu4 +++ b/databases/postgresql90-server/files/extra-patch-icu4 @@ -1,6 +1,6 @@ --- configure.in.orig 2010-12-17 10:24:25.585364941 +0100 +++ configure.in 2010-12-17 10:25:08.921592644 +0100 -@@ -947,23 +947,27 @@ +@@ -947,23 +947,31 @@ fi if test "$with_icu" = yes ; then @@ -12,7 +12,8 @@ - ]) - ]) - ]) -+ AC_CHECK_LIB(icui18n, ucol_open_48, [], [ ++ AC_CHECK_LIB(icui18n, ucol_open_50, [], [ ++ 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, [], [ @@ -21,6 +22,7 @@ + ]) + ]) + ]) ++ ]) + ]) ]) - AC_CHECK_LIB(icuuc, ucnv_fromUChars_44, [], [ @@ -31,7 +33,8 @@ - ]) - ]) - ]) -+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_48, [], [ ++ AC_CHECK_LIB(icuuc, ucnv_fromUChars_50, [], [ ++ 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, [], [ @@ -40,6 +43,7 @@ + ]) + ]) + ]) ++ ]) + ]) ]) fi diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 34b6dfb056bd..916a95af4cac 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -21,7 +21,7 @@ CONFLICTS?= ${PORTNAME}-client-[^${PORTVERSION:R:R}].* \ WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql -ICU_PATCHFILE?= pg-910-icu-2011-09-22.diff.gz +ICU_PATCHFILE?= pg-910-icu-2012-12-19.diff.gz .if !defined(SLAVE_ONLY) UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} @@ -128,7 +128,7 @@ CONFIGURE_ARGS+=--with-openssl . if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum) USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+=--with-icu -PATCH_SITES+= http://people.freebsd.org/~crees/patches/postgresql-icu/:icu +PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= ${ICU_PATCHFILE}:icu . if defined(ICU_EXTRAPATCH) EXTRA_PATCHES+= ${ICU_EXTRAPATCH} diff --git a/databases/postgresql91-server/distinfo b/databases/postgresql91-server/distinfo index 1681cd720fcf..35e5d1ddee80 100644 --- a/databases/postgresql91-server/distinfo +++ b/databases/postgresql91-server/distinfo @@ -1,4 +1,4 @@ SHA256 (postgresql/postgresql-9.1.7.tar.bz2) = df19eaa98e6065034401b312f476ab4d3c27d67e0ae5063400eae8b00d333c82 SIZE (postgresql/postgresql-9.1.7.tar.bz2) = 15688516 -SHA256 (postgresql/pg-910-icu-2011-09-22.diff.gz) = a88094ec22a8caeffa06d7c3a6b53d19035b171dad2acb9084da0a617a93e149 -SIZE (postgresql/pg-910-icu-2011-09-22.diff.gz) = 4373 +SHA256 (postgresql/pg-910-icu-2012-12-19.diff.gz) = 61ef9c9b55b63b63b0fb108dfef086f92e9c43b5bd934fab9639b31f91193611 +SIZE (postgresql/pg-910-icu-2012-12-19.diff.gz) = 4386 diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index cfe1075ee787..472fd129c73e 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -21,7 +21,7 @@ CONFLICTS?= ${PORTNAME}-client-[^${PORTVERSION:R:R}].* \ WRKSRC= ${WRKDIR}/postgresql-${DISTVERSION} DIST_SUBDIR= postgresql -ICU_PATCHFILE?= pg-910-icu-2011-09-22.diff.gz +ICU_PATCHFILE?= pg-910-icu-2012-12-19.diff.gz .if !defined(SLAVE_ONLY) UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} @@ -127,7 +127,7 @@ CONFIGURE_ARGS+=--with-openssl . if ( defined(SERVER_ONLY) && ${PORT_OPTIONS:MICU} ) || make(makesum) USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+=--with-icu -PATCH_SITES+= http://people.freebsd.org/~crees/patches/postgresql-icu/:icu +PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu PATCHFILES+= ${ICU_PATCHFILE}:icu . if defined(ICU_EXTRAPATCH) EXTRA_PATCHES+= ${ICU_EXTRAPATCH} diff --git a/databases/postgresql92-server/distinfo b/databases/postgresql92-server/distinfo index 854370f0418d..ddc6aabc88e6 100644 --- a/databases/postgresql92-server/distinfo +++ b/databases/postgresql92-server/distinfo @@ -1,4 +1,4 @@ SHA256 (postgresql/postgresql-9.2.2.tar.bz2) = e1a7a854a98896cb7fcd1696a76fca6f3bcac94d75e68a6154ffe2b69184f7f3 SIZE (postgresql/postgresql-9.2.2.tar.bz2) = 16222148 -SHA256 (postgresql/pg-910-icu-2011-09-22.diff.gz) = a88094ec22a8caeffa06d7c3a6b53d19035b171dad2acb9084da0a617a93e149 -SIZE (postgresql/pg-910-icu-2011-09-22.diff.gz) = 4373 +SHA256 (postgresql/pg-910-icu-2012-12-19.diff.gz) = 61ef9c9b55b63b63b0fb108dfef086f92e9c43b5bd934fab9639b31f91193611 +SIZE (postgresql/pg-910-icu-2012-12-19.diff.gz) = 4386 |