diff options
author | bapt <bapt@FreeBSD.org> | 2010-12-15 19:37:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2010-12-15 19:37:49 +0800 |
commit | 2a77d826d08facbbb6c50f2d171926595e19fe6a (patch) | |
tree | d06d478abbc4eecb65e8e86d699ea70a88734547 /databases | |
parent | d5c2583b75fe66ae378dbf18e1b608aed28787f6 (diff) | |
download | freebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.tar.gz freebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.tar.zst freebsd-ports-gnome-2a77d826d08facbbb6c50f2d171926595e19fe6a.zip |
Chase devel/icu upgrade
Add an updating note
Diffstat (limited to 'databases')
-rw-r--r-- | databases/couchdb/Makefile | 2 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql84-server/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql90-server/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql91-server/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql92-server/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3/Makefile | 2 |
7 files changed, 15 insertions, 15 deletions
diff --git a/databases/couchdb/Makefile b/databases/couchdb/Makefile index 7cb7eab2e27d..1d9a04df4e11 100644 --- a/databases/couchdb/Makefile +++ b/databases/couchdb/Makefile @@ -7,7 +7,7 @@ PORTNAME= couchdb PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_APACHE} diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index d6e40709e82d..3ae964fa7dc5 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= firebird PORTVERSION= 2.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES?= databases MASTER_SITES= SF/firebird/OldFiles PKGNAMESUFFIX?= -server diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile index 432f397574cd..df3d2dbddb02 100644 --- a/databases/postgresql84-server/Makefile +++ b/databases/postgresql84-server/Makefile @@ -97,8 +97,8 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off OPTIONS+= GSSAPI "BUild with GSSAPI support" on # See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS+= ICU "Use ICU 3.x for unicode collation (server)" off -OPTIONS+= ICU4 "Use ICU 4.x for unicode collation (server)" off +OPTIONS+= ICU "Use ICU 4.6 for unicode collation (server)" off +OPTIONS+= ICU4 "Use ICU 4.4 for unicode collation (server)" off # See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info # (requires dump/restore if modified.) @@ -117,7 +117,7 @@ PATCHFILES+= pg-840-icu-2009-09-15.diff.gz:icu LIB_DEPENDS+= icudata.44:${PORTSDIR}/devel/icu4 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-icu4 . else -LIB_DEPENDS+= icudata.38:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.46:${PORTSDIR}/devel/icu . endif . endif diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile index 70a32eca1050..dc3eb4f1c7a1 100644 --- a/databases/postgresql90-server/Makefile +++ b/databases/postgresql90-server/Makefile @@ -97,8 +97,8 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off OPTIONS+= GSSAPI "BUild with GSSAPI support" on # See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS+= ICU "Use ICU 3.x for unicode collation (server)" off -OPTIONS+= ICU4 "Use ICU 4.x for unicode collation (server)" off +OPTIONS+= ICU "Use ICU 4.6 for unicode collation (server)" off +OPTIONS+= ICU4 "Use ICU 4.4 for unicode collation (server)" off # See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info # (requires dump/restore if modified.) @@ -116,7 +116,7 @@ PATCHFILES+= pg-900-icu-2010-09-19.diff.gz:icu . if defined(WITH_ICU4) LIB_DEPENDS+= icudata.44:${PORTSDIR}/devel/icu4 . else -LIB_DEPENDS+= icudata.38:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.46:${PORTSDIR}/devel/icu . endif . endif diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 70a32eca1050..dc3eb4f1c7a1 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -97,8 +97,8 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off OPTIONS+= GSSAPI "BUild with GSSAPI support" on # See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS+= ICU "Use ICU 3.x for unicode collation (server)" off -OPTIONS+= ICU4 "Use ICU 4.x for unicode collation (server)" off +OPTIONS+= ICU "Use ICU 4.6 for unicode collation (server)" off +OPTIONS+= ICU4 "Use ICU 4.4 for unicode collation (server)" off # See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info # (requires dump/restore if modified.) @@ -116,7 +116,7 @@ PATCHFILES+= pg-900-icu-2010-09-19.diff.gz:icu . if defined(WITH_ICU4) LIB_DEPENDS+= icudata.44:${PORTSDIR}/devel/icu4 . else -LIB_DEPENDS+= icudata.38:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.46:${PORTSDIR}/devel/icu . endif . endif diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 70a32eca1050..dc3eb4f1c7a1 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -97,8 +97,8 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off OPTIONS+= GSSAPI "BUild with GSSAPI support" on # See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info -OPTIONS+= ICU "Use ICU 3.x for unicode collation (server)" off -OPTIONS+= ICU4 "Use ICU 4.x for unicode collation (server)" off +OPTIONS+= ICU "Use ICU 4.6 for unicode collation (server)" off +OPTIONS+= ICU4 "Use ICU 4.4 for unicode collation (server)" off # See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info # (requires dump/restore if modified.) @@ -116,7 +116,7 @@ PATCHFILES+= pg-900-icu-2010-09-19.diff.gz:icu . if defined(WITH_ICU4) LIB_DEPENDS+= icudata.44:${PORTSDIR}/devel/icu4 . else -LIB_DEPENDS+= icudata.38:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.46:${PORTSDIR}/devel/icu . endif . endif diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index f61c75331108..338cd0122571 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -113,7 +113,7 @@ CFLAGS+= -DSQLITE_ENABLE_RTREE=1 .if defined(WITH_ICU) BUILD_DEPENDS+= ${LOCALBASE}/bin/icu-config:${PORTSDIR}/devel/icu -LIB_DEPENDS+= icudata.38:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.46:${PORTSDIR}/devel/icu CFLAGS+= -DSQLITE_ENABLE_ICU=1 CPPFLAGS+= `${LOCALBASE}/bin/icu-config --cppflags` LDFLAGS+= `${LOCALBASE}/bin/icu-config --ldflags` |