summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/TLpatches/TL-Changes
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-12 18:25:29 +0000
committerKarl Berry <karl@freefriends.org>2019-12-12 18:25:29 +0000
commit826971da3ef29f6034fc6a4786f88878a56c58e3 (patch)
tree023539b0120ff775316abf6a86f03c6f1f54b973 /Build/source/libs/icu/TLpatches/TL-Changes
parent15a740f0c75d97855e67ba5bf83612e7b29a1319 (diff)
icu-65.1, including linking upmendex with -lpthread if available
git-svn-id: svn://tug.org/texlive/trunk@53103 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/icu/TLpatches/TL-Changes')
-rw-r--r--Build/source/libs/icu/TLpatches/TL-Changes16
1 files changed, 9 insertions, 7 deletions
diff --git a/Build/source/libs/icu/TLpatches/TL-Changes b/Build/source/libs/icu/TLpatches/TL-Changes
index 88971ca2954..239bde3de62 100644
--- a/Build/source/libs/icu/TLpatches/TL-Changes
+++ b/Build/source/libs/icu/TLpatches/TL-Changes
@@ -1,6 +1,6 @@
Changes applied to the icu tree as obtained from:
- http://download.icu-project.org/files/icu4c/63.1/icu4c-63_1-src.tgz
- and icu4c-63_1-data.zip
+ https://github.com/unicode-org/icu/releases/download/release-65-1/icu4c-65_1-src.tgz
+ and icu4c-65_1-data.zip
cd $Build/source/libs/icu # for whatever $Build directory
# update version.ac
@@ -40,9 +40,10 @@ cp -p $aux/config.guess $aux/config.sub $aux/install-sh source
# Assuming all seems ok, reduce size of source/data/in/icudt*.dat
# to decrease data segment size, e.g., for old BSD. First, check
# that we successfully built the full .dat:
-srcdat=$Build/source/libs/icu/icu-src/source/data/in/icudt63l.dat
-cd $Work/libs/icu/icu-build/data/out/build/icudt63l
-indat=../../tmp/icudt63l.dat
+ver=65
+srcdat=$Build/source/libs/icu/icu-src/source/data/in/icudt${ver}l.dat
+cd $Work/libs/icu/icu-build/data/out/build/icudt${ver}l
+indat=../../tmp/icudt${ver}l.dat
diff $srcdat $indat
# should be identical, amazingly enough.
@@ -52,13 +53,14 @@ icupkg="env LD_LIBRARY_PATH=$gnu/lib ../../../../bin/icupkg"
# then remove some elements unused by the icu clients in our tree, which are
# bibtexu (in texk/bibtex-x), upmendex, and xetex (in texk/web2c/xetexdir).
-outdat=icudt63l.dat
+outdat=icudt${ver}l.dat
$icupkg -r 'curr/*' $indat $outdat && \mv $outdat $indat
$icupkg -r 'lang/*' $indat $outdat && \mv $outdat $indat
$icupkg -r 'region/*' $indat $outdat && \mv $outdat $indat
$icupkg -r 'rfc*.spp' $indat $outdat && \mv $outdat $indat
$icupkg -r 'zone/*' $indat $outdat && \mv $outdat $indat
-ls -l $indat $srcdat # indat should be much smaller
+ls -l $indat $srcdat # indat should be smaller
cp $indat $srcdat
+# update icu/ChangeLog and icu/TLpatches/ChangeLog.
# then commit.