pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/snobol Fix compilation on DragonFly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4123328311c2
branches:  trunk
changeset: 506097:4123328311c2
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jan 11 21:51:34 2006 +0000

description:
Fix compilation on DragonFly.

diffstat:

 lang/snobol/distinfo         |   3 ++-
 lang/snobol/patches/patch-ae |  10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r c0a2ed3cdd48 -r 4123328311c2 lang/snobol/distinfo
--- a/lang/snobol/distinfo      Wed Jan 11 21:32:35 2006 +0000
+++ b/lang/snobol/distinfo      Wed Jan 11 21:51:34 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 09:03:11 agc Exp $
+$NetBSD: distinfo,v 1.6 2006/01/11 21:51:34 joerg Exp $
 
 SHA1 (vanilla.zip) = e0d3aa420192738c1b3d59a022860683fba99504
 RMD160 (vanilla.zip) = a728aef1a1606dadeed7fde0c5826f46c342ac12
@@ -10,3 +10,4 @@
 SHA1 (patch-ab) = 5ee785b285011b7954967f4a4e53293739d35844
 SHA1 (patch-ac) = fa50c033004211d50db5b50eb71c542aaa3c6c35
 SHA1 (patch-ad) = 8e58fd6aefae7df29c6f7ab2cadf55dd58763870
+SHA1 (patch-ae) = 627672573eb37c7df6c4b84ef765ea777b25b11a
diff -r c0a2ed3cdd48 -r 4123328311c2 lang/snobol/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/snobol/patches/patch-ae      Wed Jan 11 21:51:34 2006 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-ae,v 1.1 2006/01/11 21:51:34 joerg Exp $
+
+--- isnobol4.c.orig    2006-01-11 21:39:49.000000000 +0000
++++ isnobol4.c
+@@ -1,3 +1,5 @@
++#include <math.h>
++
+ /* generated by genc.sno on 08/06/1997 01:52:51 */
+ 
+ #define INLINING



Home | Main Index | Thread Index | Old Index