summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordholland <dholland>2012-08-22 19:46:58 +0000
committerdholland <dholland>2012-08-22 19:46:58 +0000
commit49f5e6ea13894e77169298481fde371ef1b82147 (patch)
tree5ff2615a4843effda05bd44d838285b7f5d6bad9 /print
parent034c6f032efc7fbf0ed1cc38ef0b128af92db882 (diff)
downloadpkgsrc-49f5e6ea13894e77169298481fde371ef1b82147.tar.gz
Oops, credit should be given to Anthony Mallet (PR 46698)
Diffstat (limited to 'print')
-rw-r--r--print/xetex/distinfo4
-rw-r--r--print/xetex/patches/patch-libs_icu_icu-49_1_configure5
2 files changed, 5 insertions, 4 deletions
diff --git a/print/xetex/distinfo b/print/xetex/distinfo
index 0cd02dd2f09..774fc6c7b5b 100644
--- a/print/xetex/distinfo
+++ b/print/xetex/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2012/08/22 19:44:27 dholland Exp $
+$NetBSD: distinfo,v 1.13 2012/08/22 19:46:58 dholland Exp $
SHA1 (texlive-20120701-source.tar.xz) = e41ef31eba27891f3434e01638d3559cc6958016
RMD160 (texlive-20120701-source.tar.xz) = df09b657919a3f203309645028803098f52bbac9
Size (texlive-20120701-source.tar.xz) = 131904044 bytes
-SHA1 (patch-libs_icu_icu-49_1_configure) = 3e21058a60b628c948b5156f911eab2aa5e4aaf7
+SHA1 (patch-libs_icu_icu-49_1_configure) = fdb232e4b5ccf0a34ea48964352831cdd0f884ee
SHA1 (patch-texk_web2c_xetexdir_XeTeX__ext.c) = a83e842b567db6acb35cfab5303a7e96845fa953
diff --git a/print/xetex/patches/patch-libs_icu_icu-49_1_configure b/print/xetex/patches/patch-libs_icu_icu-49_1_configure
index d601482a3eb..e95a8e58a24 100644
--- a/print/xetex/patches/patch-libs_icu_icu-49_1_configure
+++ b/print/xetex/patches/patch-libs_icu_icu-49_1_configure
@@ -1,8 +1,9 @@
-$NetBSD: patch-libs_icu_icu-49_1_configure,v 1.1 2012/08/22 19:44:28 dholland Exp $
+$NetBSD: patch-libs_icu_icu-49_1_configure,v 1.2 2012/08/22 19:46:58 dholland Exp $
Disable -ffunction-sections -fdata-sections and accompanying
--gc-sections on netbsd because --gc-sections doesn't work with the
-netbsd-4 and netbsd-5 linker. See PR 46698 and PR 40401.
+netbsd-4 and netbsd-5 linker. See PR 46698 and PR 40401. Thanks to
+Anthony Mallet for tracking the problem down.
At some point this patch should probably be made less blunt, and/or
upstream should fix it to test if the options work instead of going by