Chase devel/icu upgrade

Add an updating note
This commit is contained in:
Baptiste Daroussin 2010-12-15 11:37:49 +00:00
parent c0ad03979a
commit 513495a09a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266338
21 changed files with 49 additions and 26 deletions

View file

@ -5,6 +5,24 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20101214:
AFFECTS: users of devel/icu
AUTHOR: bapt@FreeBSD.org
icu has been updated to version 4.6. Please rebuild all ports that depends
on it.
If you use portmaster:
# portmaster -r icu
If you use portupgrade:
# portupgrade -fr devel/icu
Note that devel/icu4 is now deprecated consider replacing it by devel/icu
# portmaster -o devel/icu devel/icu4
or
# env DISABLE_CONFLICTS=1 portupgrade -o devel/icu -f icu-4\*
20101211:
AFFECTS: users of devel/bugzilla, japanese/bugzilla and russian/bugzilla-ru
AUTHOR: tota@FreeBSD.org

View file

@ -7,7 +7,7 @@
PORTNAME= couchdb
PORTVERSION= 1.0.0
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_APACHE}

View file

@ -7,7 +7,7 @@
PORTNAME?= firebird
PORTVERSION= 2.0.3
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES?= databases
MASTER_SITES= SF/firebird/OldFiles
PKGNAMESUFFIX?= -server

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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`

View file

@ -6,7 +6,7 @@
#
PORTNAME= boost-libs
PORTREVISION= 1
PORTREVISION= 2
COMMENT= Free portable C++ libraries (without Boost.Python)
USE_BZIP2= yes

View file

@ -7,7 +7,7 @@
PORTNAME= intl
PORTVERSION= 1.1.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@ -17,7 +17,7 @@ DIST_SUBDIR= PECL
MAINTAINER= miwi@FreeBSD.org
COMMENT= A PECL extension to support Internationalization(ICU)
LIB_DEPENDS= icui18n.38:${PORTSDIR}/devel/icu
LIB_DEPENDS= icui18n.46:${PORTSDIR}/devel/icu
USE_PHP= yes
USE_PHPEXT= yes

View file

@ -7,7 +7,7 @@
PORTNAME= icu
PORTVERSION= 1.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/P/PyICU
@ -28,7 +28,7 @@ MAKE_ENV+= \
PYICU_LFLAGS="-L${PREFIX}/lib" \
PYICU_LIBRARIES="icui18n:icuuc:icudata"
OPTIONS= ICU4 "Use ICU 4.x instead of 3.8" off
OPTIONS= ICU4 "Use ICU 4.x instead of 4.6" off
.include <bsd.port.pre.mk>

View file

@ -7,7 +7,7 @@
PORTNAME= open-vm-tools
PORTVERSION= ${BUILD_VER}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= emulators kld
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${RELEASE_DATE}
DISTNAME= open-vm-tools-${RELEASE_DATE}-${BUILD_VER}

View file

@ -7,7 +7,7 @@
PORTNAME= xcpc
PORTVERSION= 20070122
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View file

@ -7,6 +7,7 @@
PORTNAME= parrot
PORTVERSION= ${PARROT_VERSION}
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/
@ -17,7 +18,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
icudata.38:${PORTSDIR}/devel/icu
icudata.46:${PORTSDIR}/devel/icu
LICENSE= ART20

View file

@ -7,7 +7,7 @@
PORTNAME= rakudo
PORTVERSION= 2010.11
PORTEPOCH= 1
PORTEPOCH= 2
CATEGORIES= lang
MASTER_SITES= http://cloud.github.com/downloads/rakudo/star/
DISTNAME= ${PORTNAME}-star-${PORTVERSION}

View file

@ -12,6 +12,7 @@ PORTNAME= libRmath
PORTNAME= R
.endif
PORTVERSION= 2.11.1
PORTREVISION= 1
CATEGORIES= math lang
MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \
ftp://cran.r-project.org/pub/R/src/base/R-2/ \

View file

@ -7,6 +7,7 @@
PORTNAME= yaz
PORTVERSION= 4.0.12
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/

View file

@ -6,6 +6,7 @@
PORTNAME= dwdiff
PORTVERSION= 1.8.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://os.ghalkes.nl/dist/ \
http://www.logvinov.ru/files/dist/ \

View file

@ -6,6 +6,7 @@
PORTNAME= ibus-qt
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source

View file

@ -7,7 +7,7 @@
PORTNAME= xaira
PORTVERSION= 1.23
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

View file

@ -57,7 +57,7 @@ OPTIONS= VIDEO "Enable video support" on \
LIB_DEPENDS+= icutu.44:${PORTSDIR}/devel/icu4
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-WebCore_platform_text_TextBreakIterator.h
.else
LIB_DEPENDS+= icutu.38:${PORTSDIR}/devel/icu
LIB_DEPENDS+= icutu.46:${PORTSDIR}/devel/icu
.endif
.if defined(WITH_VIDEO)