summaryrefslogtreecommitdiff
path: root/lang/tcl-tclX
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-11 21:32:02 +0000
committerjoerg <joerg>2006-01-11 21:32:02 +0000
commit8b928c2f56d28411cab17162eadd72f83214b531 (patch)
treea465fa8d797489ebc99aaeb1062271dc7338031c /lang/tcl-tclX
parentcf35f6bb60d2e205fdbfa548f17628fd738f92e0 (diff)
downloadpkgsrc-8b928c2f56d28411cab17162eadd72f83214b531.tar.gz
Even more less matherr for DragonFly.
Diffstat (limited to 'lang/tcl-tclX')
-rw-r--r--lang/tcl-tclX/distinfo4
-rw-r--r--lang/tcl-tclX/patches/patch-aj15
-rw-r--r--lang/tcl-tclX/patches/patch-ak15
3 files changed, 33 insertions, 1 deletions
diff --git a/lang/tcl-tclX/distinfo b/lang/tcl-tclX/distinfo
index 0f57f228dbc..4380eb4e8d3 100644
--- a/lang/tcl-tclX/distinfo
+++ b/lang/tcl-tclX/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2006/01/11 21:05:24 joerg Exp $
+$NetBSD: distinfo,v 1.11 2006/01/11 21:32:02 joerg Exp $
SHA1 (tclx8.3.5-src.tar.gz) = 74092449684d11dd73a4cb91fa3e1442e9e21d47
RMD160 (tclx8.3.5-src.tar.gz) = b501c1c48b54950ea7fb6d3d6d27ef3e7d58c5a5
@@ -12,3 +12,5 @@ SHA1 (patch-af) = 64810cf27a40dcc6f9c12b94295e0b61db2e24a3
SHA1 (patch-ag) = 6c8876699bfe325b3370bb554d4727e05fc64b8b
SHA1 (patch-ah) = 37f883b17e3cec0266f9cd8c60cece521e59f56a
SHA1 (patch-ai) = 07572c47a3ee375f89488dbbfe52697091beccfb
+SHA1 (patch-aj) = b9d52c2365f0a04bfa43cf4f101389814d42b467
+SHA1 (patch-ak) = 4756d27b71c05952e40ac38403be3e3f354fe50f
diff --git a/lang/tcl-tclX/patches/patch-aj b/lang/tcl-tclX/patches/patch-aj
new file mode 100644
index 00000000000..e3cdfdc37d3
--- /dev/null
+++ b/lang/tcl-tclX/patches/patch-aj
@@ -0,0 +1,15 @@
+$NetBSD: patch-aj,v 1.1 2006/01/11 21:32:02 joerg Exp $
+
+--- ../tk/unix/tkXAppInit.c.orig 2006-01-11 21:17:53.000000000 +0000
++++ ../tk/unix/tkXAppInit.c
+@@ -27,8 +27,10 @@
+ * Even if matherr is not used on this system, there is a dummy version
+ * in libtcl.
+ */
++#if !defined(__DragonFly__)
+ extern int matherr ();
+ int (*tclDummyMathPtr)() = matherr;
++#endif
+
+
+ /*-----------------------------------------------------------------------------
diff --git a/lang/tcl-tclX/patches/patch-ak b/lang/tcl-tclX/patches/patch-ak
new file mode 100644
index 00000000000..6efc937b757
--- /dev/null
+++ b/lang/tcl-tclX/patches/patch-ak
@@ -0,0 +1,15 @@
+$NetBSD: patch-ak,v 1.1 2006/01/11 21:32:02 joerg Exp $
+
+--- ../tk/unix/tkXunixTest.c.orig 2006-01-11 21:18:21.000000000 +0000
++++ ../tk/unix/tkXunixTest.c
+@@ -29,8 +29,10 @@ Tktest_Init _ANSI_ARGS_((Tcl_Interp *int
+ * Even if matherr is not used on this system, there is a dummy version
+ * in libtcl.
+ */
++#if !defined(__DragonFly__)
+ extern int matherr ();
+ int (*tclDummyMathPtr)() = matherr;
++#endif
+
+
+ /*