From 274f5571aea4cab9b176d8f0fab729813527afbf Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 11 Jan 2006 21:32:02 +0000 Subject: Even more less matherr for DragonFly. --- 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 deletion(-) create mode 100644 lang/tcl-tclX/patches/patch-aj create mode 100644 lang/tcl-tclX/patches/patch-ak (limited to 'lang') 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 + + + /* -- cgit v1.2.3