pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/cad/gnucap add missing header. Fixes lossage recently...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7cb228e39bf5
branches: trunk
changeset: 471211:7cb228e39bf5
user: dmcmahill <dmcmahill%pkgsrc.org@localhost>
date: Sun Mar 21 13:10:56 2004 +0000
description:
add missing header. Fixes lossage recently noted on very -current
systems.
diffstat:
cad/gnucap/distinfo | 3 ++-
cad/gnucap/patches/patch-af | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 1186338d48c6 -r 7cb228e39bf5 cad/gnucap/distinfo
--- a/cad/gnucap/distinfo Sun Mar 21 12:31:29 2004 +0000
+++ b/cad/gnucap/distinfo Sun Mar 21 13:10:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2004/03/20 00:31:07 dmcmahill Exp $
+$NetBSD: distinfo,v 1.7 2004/03/21 13:10:56 dmcmahill Exp $
SHA1 (gnucap-0.34.tar.gz) = 2094c3b9d6bcc1c036ec2cef5ff35216da24868a
Size (gnucap-0.34.tar.gz) = 1412004 bytes
@@ -6,3 +6,4 @@
SHA1 (patch-ac) = b87c6eb33b427a154b03802e7633048b4ed003ab
SHA1 (patch-ad) = 58ddab0864cc950e39f46c2230da2280ab26e19c
SHA1 (patch-ae) = 1104114b205ed3d520ca56c39e453f82a18b1d52
+SHA1 (patch-af) = c3451399e147e5ab96a6764882224e6a98fff99f
diff -r 1186338d48c6 -r 7cb228e39bf5 cad/gnucap/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gnucap/patches/patch-af Sun Mar 21 13:10:56 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2004/03/21 13:10:56 dmcmahill Exp $
+
+--- src/l_ftos.cc.orig Sun Feb 1 21:13:19 2004
++++ src/l_ftos.cc
+@@ -36,6 +36,8 @@
+ * there is a finite pool, so repeated calls work, to a point.
+ * after that, the space is overwritten, every POOLSIZE calls
+ */
++
++#include <math.h>
+ #include "l_lib.h"
+ #include "constant.h"
+ /*--------------------------------------------------------------------------*/
Home |
Main Index |
Thread Index |
Old Index