diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-12 21:22:46 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-12 21:22:46 +0000 |
commit | 2c9b66983fd4bdcd0ec671968612c15036b04102 (patch) | |
tree | de264653c27814eb2ea0495d87a2828a4d2a439d /print/xetex | |
parent | 9d4fe1564efe2a81d6960e9d454c4a9977844bbd (diff) | |
download | pkgsrc-2c9b66983fd4bdcd0ec671968612c15036b04102.tar.gz |
Make print/xetex build with the recent kpathsea.
Noted by Hasso Tepper.
Diffstat (limited to 'print/xetex')
-rw-r--r-- | print/xetex/distinfo | 5 | ||||
-rw-r--r-- | print/xetex/patches/patch-ad | 11 | ||||
-rw-r--r-- | print/xetex/patches/patch-ai | 12 |
3 files changed, 25 insertions, 3 deletions
diff --git a/print/xetex/distinfo b/print/xetex/distinfo index 1676a7b3b3f..ae63518c7c8 100644 --- a/print/xetex/distinfo +++ b/print/xetex/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/04/11 21:35:19 minskim Exp $ +$NetBSD: distinfo,v 1.2 2009/07/12 21:22:46 minskim Exp $ SHA1 (texlive-20080816-source.tar.lzma) = 730986c628bd658b5062face9e400f61203d6b8d RMD160 (texlive-20080816-source.tar.lzma) = 629784b111c0d4bc9fac9f9131f63203d6e1dd38 @@ -6,9 +6,10 @@ Size (texlive-20080816-source.tar.lzma) = 23175835 bytes SHA1 (patch-aa) = d3a3c38638a699b5cb9b4e6da7b53f3ab57ba3f8 SHA1 (patch-ab) = 06a46cdac3ce4731dda8940848a2c4493f703502 SHA1 (patch-ac) = 7e604596d3c9c5095937b2bdd094371127f6f05f -SHA1 (patch-ad) = b61ea68a06def0d23b3b79fb98edb68875181885 +SHA1 (patch-ad) = 07de363d6f9ff6d272c2cb36b8cad3ea9a2b7b5a SHA1 (patch-ae) = f700b735a9b0fdd5ae25a556798334f3d05739e1 SHA1 (patch-af) = af78a42510c7b060340ab770e9065a90c7d06e5f SHA1 (patch-ag) = d04526f55500e13757acd9e2a320b2c6737edd3b SHA1 (patch-ah) = b518352ae6b2839b2790550b422f1c2860821350 +SHA1 (patch-ai) = db189319b667a4bf9fab175e9bf31cb4e378ed5a SHA1 (patch-ak) = 83f2a49f6ee2ceca164940a194e8d559553c7c2e diff --git a/print/xetex/patches/patch-ad b/print/xetex/patches/patch-ad index bfbf18e6808..1ea9c9585e2 100644 --- a/print/xetex/patches/patch-ad +++ b/print/xetex/patches/patch-ad @@ -1,7 +1,16 @@ -$NetBSD: patch-ad,v 1.1.1.1 2009/04/11 21:35:19 minskim Exp $ +$NetBSD: patch-ad,v 1.2 2009/07/12 21:22:46 minskim Exp $ --- web2c/Makefile.in.orig 2008-04-15 16:20:46.000000000 -0700 +++ web2c/Makefile.in +@@ -38,7 +38,7 @@ $(LEX_OUTPUT_ROOT).c: web2c.l + fixwrites: fixwrites.o kps.o + $(build_link_command) fixwrites.o kps.o + splitup: splitup.o kps.o +- $(build_link_command) splitup.o kps.o ++ $(kpathsea_link) splitup.o kps.o $(kpathsea) + regfix: regfix.o kps.o + $(build_link_command) regfix.o kps.o + makecpool: makecpool.o @@ -71,4 +71,3 @@ clean:: rm -f y_tab.c y_tab.h y.out* yacc.* $(LEX_OUTPUT_ROOT).c diff --git a/print/xetex/patches/patch-ai b/print/xetex/patches/patch-ai new file mode 100644 index 00000000000..404ec1f869b --- /dev/null +++ b/print/xetex/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1 2009/07/12 21:22:46 minskim Exp $ + +--- web2c/splitup.c.orig 2008-03-24 08:47:15.000000000 -0700 ++++ web2c/splitup.c +@@ -13,7 +13,6 @@ + #define unlink delete + #endif + +-char *program_invocation_name; + int filenumber = 0, ifdef_nesting = 0, lines_in_file = 0; + char *output_name = NULL; + boolean has_ini; |