summaryrefslogtreecommitdiff
path: root/print/web2c
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-07-04 20:30:22 +0000
committerdrochner <drochner@pkgsrc.org>2012-07-04 20:30:22 +0000
commitfa276da06a020a2522066450cc62e514d090ea3c (patch)
tree06528ec39b14b7d16bf286b51bb61fee0bda03c0 /print/web2c
parent59a1b71f59a6b92b772826bec1534b30c97ce2e8 (diff)
downloadpkgsrc-fa276da06a020a2522066450cc62e514d090ea3c.tar.gz
make this build with poppler-0.20, bump PKGREV
Diffstat (limited to 'print/web2c')
-rw-r--r--print/web2c/Makefile4
-rw-r--r--print/web2c/distinfo3
-rw-r--r--print/web2c/patches/patch-an13
3 files changed, 17 insertions, 3 deletions
diff --git a/print/web2c/Makefile b/print/web2c/Makefile
index 668e942403e..e3c7e668642 100644
--- a/print/web2c/Makefile
+++ b/print/web2c/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2011/12/14 19:33:40 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2012/07/04 20:30:22 drochner Exp $
DISTNAME= texlive-20110705-source
PKGNAME= web2c-2011
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=systems/texlive/Source/}
EXTRACT_SUFX= .tar.xz
diff --git a/print/web2c/distinfo b/print/web2c/distinfo
index 155dec02471..f0962c9b245 100644
--- a/print/web2c/distinfo
+++ b/print/web2c/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.12 2011/12/14 19:33:40 minskim Exp $
+$NetBSD: distinfo,v 1.13 2012/07/04 20:30:22 drochner 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
diff --git a/print/web2c/patches/patch-an b/print/web2c/patches/patch-an
new file mode 100644
index 00000000000..d31c24b5aaf
--- /dev/null
+++ b/print/web2c/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.3 2012/07/04 20:30:22 drochner Exp $
+
+--- texk/web2c/pdftexdir/pdftosrc.cc.orig 2012-06-24 13:48:08.000000000 +0000
++++ texk/web2c/pdftexdir/pdftosrc.cc
+@@ -132,7 +132,7 @@ int main(int argc, char *argv[])
+ exit(1);
+ }
+ if (extract_xref_table) {
+- int size = xref->getSize();
++ int size = xref->getNumObjects();
+ int i;
+ for (i = 0; i < size; i++) {
+ if (xref->getEntry(i)->offset == 0xffffffff)