Date: Mon, 4 Aug 2003 06:22:23 +1100 (VLAST) From: Dima Panov <redfox@Fluffy.Khv.RU> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55213: ports/math/py-numeric update and unbroke Message-ID: <200308031922.h73JMN2I099877@Fluffy.Khv.RU> Resent-Message-ID: <200308031930.h73JUBfQ008357@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 55213 >Category: ports >Synopsis: ports/math/py-numeric update and unbroke >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Aug 03 12:30:09 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 4.8-STABLE i386 >Organization: Twilight Zone >Environment: System: FreeBSD Fluffy.Khv.RU 4.8-STABLE FreeBSD 4.8-STABLE #0: Fri Jul 18 17:36:13 VLAST 2003 root@Fluffy.Khv.RU:/usr/obj/usr/src/sys/FLUFFY i386 >Description: ports/math/py-numeric failed to detect math function with python23 >How-To-Repeat: cd ports/math/py-numeric && make >Fix: Works for me. diff -urN --exclude=CVS py-numeric.orig/Makefile py-numeric/Makefile --- py-numeric.orig/Makefile Fri Mar 7 16:06:08 2003 +++ py-numeric/Makefile Sun Aug 3 19:53:56 2003 @@ -6,7 +6,7 @@ # PORTNAME= numeric -PORTVERSION= 21.0 +PORTVERSION= 23.0 CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= numpy diff -urN --exclude=CVS py-numeric.orig/distinfo py-numeric/distinfo --- py-numeric.orig/distinfo Fri Jun 14 22:19:43 2002 +++ py-numeric/distinfo Sun Aug 3 19:54:09 2003 @@ -1 +1 @@ -MD5 (Numeric-21.0.tar.gz) = 0684989aa6dfa4eba616ca7e36c524fd +MD5 (Numeric-23.0.tar.gz) = 2f8c3c5d0703ce12f55f04f43d1a9ab3 diff -urN --exclude=CVS py-numeric.orig/files/patch-Src_umathmodule.c py-numeric/files/patch-Src_umathmodule.c --- py-numeric.orig/files/patch-Src_umathmodule.c Thu Jan 1 10:00:00 1970 +++ py-numeric/files/patch-Src_umathmodule.c Sun Aug 3 20:43:06 2003 @@ -0,0 +1,13 @@ +--- Src/umathmodule.c.orig Wed Nov 20 05:30:41 2002 ++++ Src/umathmodule.c Sun Aug 3 20:42:42 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308031922.h73JMN2I099877>