summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-09-29 06:29:01 +0000
committerdholland <dholland@pkgsrc.org>2012-09-29 06:29:01 +0000
commit955c9e288083285e761088bd191a252de33f1767 (patch)
tree6eb32ad924a6f3484b19d9b4b06079a20e1737e9 /print
parente0bd8df7315aa7d3dc706400cd57508e0e9f2246 (diff)
downloadpkgsrc-955c9e288083285e761088bd191a252de33f1767.tar.gz
Recognize tcl 8.5. Should fix tcl-pdflib.
Diffstat (limited to 'print')
-rw-r--r--print/pdflib/distinfo4
-rw-r--r--print/pdflib/patches/patch-aa17
2 files changed, 15 insertions, 6 deletions
diff --git a/print/pdflib/distinfo b/print/pdflib/distinfo
index 7a3cb696541..38bb61e3c88 100644
--- a/print/pdflib/distinfo
+++ b/print/pdflib/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2010/01/27 22:18:35 joerg Exp $
+$NetBSD: distinfo,v 1.12 2012/09/29 06:29:01 dholland Exp $
SHA1 (pdflib-4.0.3.tar.gz) = 9fbe256249ef780c4607ee3070785d9a4ecc03f7
RMD160 (pdflib-4.0.3.tar.gz) = 5e21c05a9e2c49d90ccffea5a2ba085776b457c7
Size (pdflib-4.0.3.tar.gz) = 2373817 bytes
-SHA1 (patch-aa) = af526a893447186da5a09145bfd30994855e8e8d
+SHA1 (patch-aa) = 95e3848b60eef0ca81c1b8fd0d5eaa4c1a51ac1b
SHA1 (patch-ab) = da90a65a101ae23622dfd85e1be3a5855f1fc265
SHA1 (patch-ac) = 3f226ef6ee2a1b740831f44d97d9c49a2a6db50f
SHA1 (patch-ad) = b4aab4f41184a7142d88bb9dadbf7b8ba8f11c94
diff --git a/print/pdflib/patches/patch-aa b/print/pdflib/patches/patch-aa
index 9258115b515..d0495048fd8 100644
--- a/print/pdflib/patches/patch-aa
+++ b/print/pdflib/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.7 2002/08/25 18:39:47 jlam Exp $
+$NetBSD: patch-aa,v 1.8 2012/09/29 06:29:01 dholland Exp $
---- configure.orig Sat Jun 29 21:46:02 2002
-+++ configure Sat Jun 29 21:47:37 2002
-@@ -7013,9 +7013,9 @@
+--- configure.orig 2002-06-18 11:31:49.000000000 +0000
++++ configure
+@@ -6090,7 +6090,7 @@ rm -f conftest*
+
+
+ if test "$TCLINCLUDE" != "nope" -a "$TCLBIN" = "nope"; then
+- for ac_prog in tclsh tclsh8.4 tclsh8.3 tclsh8.2 tclsh8.1 tclsh8.0
++ for ac_prog in tclsh tclsh8.6 tclsh8.5 tclsh8.4 tclsh8.3 tclsh8.2 tclsh8.1 tclsh8.0
+ do
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
+ set dummy $ac_prog; ac_word=$2
+@@ -7013,9 +7013,9 @@ else
fi