pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-Numeric Include math.h earlier on to fix a bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/284d43a59a74
branches:  trunk
changeset: 469835:284d43a59a74
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Mar 01 00:43:13 2004 +0000

description:
Include math.h earlier on to fix a build problem on FreeBSD.
Trivial fix from FreeBSD through Michal Pasternak in PR pkg/23846.

diffstat:

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

diffs (30 lines):

diff -r 3e8ffb6d81d6 -r 284d43a59a74 math/py-Numeric/distinfo
--- a/math/py-Numeric/distinfo  Mon Mar 01 00:41:48 2004 +0000
+++ b/math/py-Numeric/distinfo  Mon Mar 01 00:43:13 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.8 2003/09/14 17:43:53 recht Exp $
+$NetBSD: distinfo,v 1.9 2004/03/01 00:43:13 snj Exp $
 
 SHA1 (Numeric-23.1.tar.gz) = 60d39ba6eb902a429d7f7b5b80b9228ebfe64a2c
 Size (Numeric-23.1.tar.gz) = 724051 bytes
+SHA1 (patch-aa) = 0096fe9de4c3912cdefd3278385edd4b7f55cf63
diff -r 3e8ffb6d81d6 -r 284d43a59a74 math/py-Numeric/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-Numeric/patches/patch-aa  Mon Mar 01 00:43:13 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.7 2004/03/01 00:43:13 snj Exp $
+
+--- Src/umathmodule.c.orig      Sat Aug  2 01:10:09 2003
++++ Src/umathmodule.c   Sat Aug  2 01:10:43 2003
+@@ -1,9 +1,9 @@
+ 
++#include <math.h>
+ #include "Python.h"
+ #include "Numeric/arrayobject.h"
+ #include "Numeric/ufuncobject.h"
+ #include "abstract.h"
+-#include <math.h>
+ 
+ #ifndef CHAR_BIT
+ #define CHAR_BIT 8
+



Home | Main Index | Thread Index | Old Index