ports/55213: ports/math/py-numeric update and unbroke

Dima Panov redfox at Fluffy.Khv.RU
Sun Aug 3 19:30:14 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list