pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/xdeview No matherr on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bca9d88d7aaa
branches:  trunk
changeset: 505305:bca9d88d7aaa
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 02 16:22:49 2006 +0000

description:
No matherr on DragonFly.

diffstat:

 converters/xdeview/distinfo         |   3 ++-
 converters/xdeview/patches/patch-aa |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r f9f816b13f7e -r bca9d88d7aaa converters/xdeview/distinfo
--- a/converters/xdeview/distinfo       Mon Jan 02 16:17:09 2006 +0000
+++ b/converters/xdeview/distinfo       Mon Jan 02 16:22:49 2006 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 16:12:35 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/01/02 16:22:49 joerg Exp $
 
 SHA1 (uudeview-0.5.20.tar.gz) = 2c6ab7d355b545218bd0877d598bd5327d9fd125
 RMD160 (uudeview-0.5.20.tar.gz) = 9bb52fa3ad4979383ff16d1e8d8a302c5c794c66
 Size (uudeview-0.5.20.tar.gz) = 261574 bytes
+SHA1 (patch-aa) = 27772baba76c37e167b231909ac6387bd1b3c3a2
 SHA1 (patch-ab) = dea2e56b811327e61264627852e1b6bb1eb6a643
 SHA1 (patch-ac) = 57e2b11157b47abfdc2a2f71444feb42e8c012eb
 SHA1 (patch-ad) = a3e0892498aa0db7c3271824b44bce7bf725aee8
diff -r f9f816b13f7e -r bca9d88d7aaa converters/xdeview/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/xdeview/patches/patch-aa       Mon Jan 02 16:22:49 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.6 2006/01/02 16:22:49 joerg Exp $
+
+--- tcl/uutcl.c.orig   2006-01-02 16:21:02.000000000 +0000
++++ tcl/uutcl.c
+@@ -52,9 +52,10 @@
+  * The following variable is a special hack that is needed in order for
+  * Sun shared libraries to be used for Tcl.
+  */
+-
++#if !defined(__DragonFly__)
+ extern int matherr();
+ int *tclDummyMathPtr = (int *) matherr;
++#endif
+ 
+ #include <uudeview.h>
+ #include <uuint.h>



Home | Main Index | Thread Index | Old Index