From 1f139036373353308aa2d227ce7fd637494c7fa1 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 6 Oct 2011 08:46:58 +0000 Subject: - Add ICU support to PostgreSQL 9.1 server - Make SSL available as an option - Make portlint happier - Fix some typos PR: ports/160915 Approved by: maintainer (timeout) --- .../postgresql92-server/files/extra-patch-icu4 | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 databases/postgresql92-server/files/extra-patch-icu4 (limited to 'databases/postgresql92-server/files/extra-patch-icu4') diff --git a/databases/postgresql92-server/files/extra-patch-icu4 b/databases/postgresql92-server/files/extra-patch-icu4 deleted file mode 100644 index bf28a732a2bd..000000000000 --- a/databases/postgresql92-server/files/extra-patch-icu4 +++ /dev/null @@ -1,46 +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,27 @@ - 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_46, [], [ -+ 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_46, [], [ -+ 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 - -- cgit v1.2.3