svn commit: r343215 - in head/databases: postgresql84-server/files postgresql90-server/files

Baptiste Daroussin bapt at FreeBSD.org
Fri Feb 7 11:45:15 UTC 2014


Author: bapt
Date: Fri Feb  7 11:45:14 2014
New Revision: 343215
URL: http://svnweb.freebsd.org/changeset/ports/343215
QAT: https://qat.redports.org/buildarchive/r343215/

Log:
  Add forgotten bits from boost chasing

Modified:
  head/databases/postgresql84-server/files/extra-patch-icu4
  head/databases/postgresql90-server/files/extra-patch-icu4

Modified: head/databases/postgresql84-server/files/extra-patch-icu4
==============================================================================
--- head/databases/postgresql84-server/files/extra-patch-icu4	Fri Feb  7 11:44:08 2014	(r343214)
+++ head/databases/postgresql84-server/files/extra-patch-icu4	Fri Feb  7 11:45:14 2014	(r343215)
@@ -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_50, [], [
++  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, [], [
@@ -25,7 +25,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_50, [], [
++  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, [], [

Modified: head/databases/postgresql90-server/files/extra-patch-icu4
==============================================================================
--- head/databases/postgresql90-server/files/extra-patch-icu4	Fri Feb  7 11:44:08 2014	(r343214)
+++ head/databases/postgresql90-server/files/extra-patch-icu4	Fri Feb  7 11:45:14 2014	(r343215)
@@ -12,7 +12,7 @@
 -           ])
 -        ])
 -     ])
-+  AC_CHECK_LIB(icui18n, ucol_open_50, [], [
++  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, [], [
@@ -33,7 +33,7 @@
 -           ])
 -        ])
 -     ])
-+  AC_CHECK_LIB(icuuc, ucnv_fromUChars_50, [], [
++  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, [], [


More information about the svn-ports-head mailing list