diff options
author | tron <tron@pkgsrc.org> | 2012-07-05 08:01:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-07-05 08:01:03 +0000 |
commit | 56998cf8ae0d006ee5c09ca728c6627b5a3398cf (patch) | |
tree | 373fb1789467547296a9cd707761c6a736814c20 /print/web2c | |
parent | 71d66ba7d57dc277925920956d66e44243582a72 (diff) | |
download | pkgsrc-56998cf8ae0d006ee5c09ca728c6627b5a3398cf.tar.gz |
Fix incorrect filename in patch file and add missing comment. The patch
can be applied now.
Diffstat (limited to 'print/web2c')
-rw-r--r-- | print/web2c/distinfo | 4 | ||||
-rw-r--r-- | print/web2c/patches/patch-an | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/print/web2c/distinfo b/print/web2c/distinfo index f0962c9b245..8c03b3ef9d6 100644 --- a/print/web2c/distinfo +++ b/print/web2c/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2012/07/04 20:30:22 drochner Exp $ +$NetBSD: distinfo,v 1.14 2012/07/05 08:01:03 tron Exp $ SHA1 (texlive-20110705-source.tar.xz) = 7a47cfe847801c86c98da8ade181baf97339f6e4 RMD160 (texlive-20110705-source.tar.xz) = fbcad494cc4717a0238ab2624f259270fce9332b Size (texlive-20110705-source.tar.xz) = 131207904 bytes SHA1 (patch-am) = 989d2f74fc4de89ff22fca80689809b0d60a6d77 -SHA1 (patch-an) = f76b0c4e3d967cad4e942255a5514ea3786aeec8 +SHA1 (patch-an) = bfb8f4abf680391a09cc3c2813809d1b7a4cf703 diff --git a/print/web2c/patches/patch-an b/print/web2c/patches/patch-an index d31c24b5aaf..6bc6697ee2a 100644 --- a/print/web2c/patches/patch-an +++ b/print/web2c/patches/patch-an @@ -1,7 +1,9 @@ -$NetBSD: patch-an,v 1.3 2012/07/04 20:30:22 drochner Exp $ +$NetBSD: patch-an,v 1.4 2012/07/05 08:01:03 tron Exp $ ---- texk/web2c/pdftexdir/pdftosrc.cc.orig 2012-06-24 13:48:08.000000000 +0000 -+++ texk/web2c/pdftexdir/pdftosrc.cc +Fix build with poppler-0.20. + +--- pdftexdir/pdftosrc.cc.orig 2012-06-24 13:48:08.000000000 +0000 ++++ pdftexdir/pdftosrc.cc @@ -132,7 +132,7 @@ int main(int argc, char *argv[]) exit(1); } |