pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/tcl-tclX Even more less matherr for DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1496a795abb4
branches:  trunk
changeset: 506095:1496a795abb4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 11 21:32:02 2006 +0000

description:
Even more less matherr for DragonFly.

diffstat:

 lang/tcl-tclX/distinfo         |   4 +++-
 lang/tcl-tclX/patches/patch-aj |  15 +++++++++++++++
 lang/tcl-tclX/patches/patch-ak |  15 +++++++++++++++
 3 files changed, 33 insertions(+), 1 deletions(-)

diffs (53 lines):

diff -r aee2ed6df8ec -r 1496a795abb4 lang/tcl-tclX/distinfo
--- a/lang/tcl-tclX/distinfo    Wed Jan 11 21:24:09 2006 +0000
+++ b/lang/tcl-tclX/distinfo    Wed Jan 11 21:32:02 2006 +0000
@@ -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-ag) = 6c8876699bfe325b3370bb554d4727e05fc64b8b
 SHA1 (patch-ah) = 37f883b17e3cec0266f9cd8c60cece521e59f56a
 SHA1 (patch-ai) = 07572c47a3ee375f89488dbbfe52697091beccfb
+SHA1 (patch-aj) = b9d52c2365f0a04bfa43cf4f101389814d42b467
+SHA1 (patch-ak) = 4756d27b71c05952e40ac38403be3e3f354fe50f
diff -r aee2ed6df8ec -r 1496a795abb4 lang/tcl-tclX/patches/patch-aj
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/tcl-tclX/patches/patch-aj    Wed Jan 11 21:32:02 2006 +0000
@@ -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 -r aee2ed6df8ec -r 1496a795abb4 lang/tcl-tclX/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/tcl-tclX/patches/patch-ak    Wed Jan 11 21:32:02 2006 +0000
@@ -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
+ 
+ 
+ /*



Home | Main Index | Thread Index | Old Index