diff options
author | minskim <minskim> | 2009-07-27 08:42:02 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-27 08:42:02 +0000 |
commit | fb618062884b22a85b5214cd742b3106afc8c421 (patch) | |
tree | a2b3cff856dd929fe641bfb3b7d1f9bf6cf79b7e /print | |
parent | 124c5a4c43dd2c6285404c7b5e456914fb698377 (diff) | |
download | pkgsrc-fb618062884b22a85b5214cd742b3106afc8c421.tar.gz |
Make dviljk compatible with future versions of kpathsea.
- Do not use a dependency file generated with old kpathsea.
- Do not include an unnecessary kpathsea header, which was removed in
the TeX Live repository.
Diffstat (limited to 'print')
-rw-r--r-- | print/dviljk/distinfo | 5 | ||||
-rw-r--r-- | print/dviljk/patches/patch-aa | 7 | ||||
-rw-r--r-- | print/dviljk/patches/patch-ab | 12 |
3 files changed, 21 insertions, 3 deletions
diff --git a/print/dviljk/distinfo b/print/dviljk/distinfo index aa23e0df45c..a65ed48435c 100644 --- a/print/dviljk/distinfo +++ b/print/dviljk/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/04/18 05:26:31 minskim Exp $ +$NetBSD: distinfo,v 1.2 2009/07/27 08:42:02 minskim Exp $ SHA1 (texlive-20080816-source.tar.lzma) = 730986c628bd658b5062face9e400f61203d6b8d RMD160 (texlive-20080816-source.tar.lzma) = 629784b111c0d4bc9fac9f9131f63203d6e1dd38 Size (texlive-20080816-source.tar.lzma) = 23175835 bytes -SHA1 (patch-aa) = de64888dd43101a792f2d38ddabfd1bf1cbf4ebd +SHA1 (patch-aa) = fb59180925ae9791c39fa69c85f7b5b02954a388 +SHA1 (patch-ab) = 81bd9571868759ad1194178c47bca5e3b77a6fb9 diff --git a/print/dviljk/patches/patch-aa b/print/dviljk/patches/patch-aa index 1315a29d75b..93f0afc23d8 100644 --- a/print/dviljk/patches/patch-aa +++ b/print/dviljk/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1.1.1 2009/04/18 05:26:31 minskim Exp $ +$NetBSD: patch-aa,v 1.2 2009/07/27 08:42:02 minskim Exp $ Use the kpathsea library in print/kpathsea. @@ -13,3 +13,8 @@ Use the kpathsea library in print/kpathsea. install: install-exec install-data uninstall: uninstall-exec uninstall-data +@@ -109,4 +107,3 @@ info dvi check: + kpse_include ../make/clean.mk + + kpse_include ../make/rdepend.mk +-kpse_include depend.mk diff --git a/print/dviljk/patches/patch-ab b/print/dviljk/patches/patch-ab new file mode 100644 index 00000000000..2d26dbb4157 --- /dev/null +++ b/print/dviljk/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2009/07/27 08:42:02 minskim Exp $ + +--- dvi2xx.h.orig 2008-02-17 04:58:17.000000000 -0800 ++++ dvi2xx.h +@@ -19,7 +19,6 @@ + #include <kpathsea/tex-glyph.h> + #include <kpathsea/tex-hush.h> + #include <kpathsea/tex-make.h> +-#include <kpathsea/c-vararg.h> + #include <c-auto.h> + #else + #include <string.h> |