Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2012 22:36:16 GMT
From:      Li-Lun Wang <llwang@infor.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170224: [maintainer update] Fix build for port math/py-numpy on certain versions of FreeBSD
Message-ID:  <201207272236.q6RMaGtJ074044@red.freebsd.org>
Resent-Message-ID: <201207272240.q6RMe8JU019156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170224
>Category:       ports
>Synopsis:       [maintainer update] Fix build for port math/py-numpy on certain versions of FreeBSD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 27 22:40:08 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Li-Lun Wang
>Release:        8.2-STABLE
>Organization:
>Environment:
FreeBSD ll-zfs 8.2-STABLE FreeBSD 8.2-STABLE #6: Sat Jul 23 12:53:04 CDT 2011     root@ll-zfs:/usr/obj/usr/src/sys/C2D  amd64
>Description:
Checksum was wrongly removed for fenv.c and fenv.h necessary to build py-numpy on certain versions of FreeBSD from distinfo.  This patch fixes the build.
Modified file: py-numpy/distinfo

>How-To-Repeat:
On certain older versions of FreeBSD, 
cd /usr/ports/math/py-numpy; make
>Fix:
See patch

Patch attached with submission follows:

--- py-numpy/distinfo.orig	2012-07-27 17:24:03.825468162 -0500
+++ py-numpy/distinfo	2012-07-27 17:25:20.624883015 -0500
@@ -4,3 +4,11 @@
 SIZE (numpy-ref.pdf) = 6106335
 SHA256 (numpy-user.pdf) = d8d51913cb494228f69c5f16d659b8539cbd04c6e584fde72c00c382e86eea8f
 SIZE (numpy-user.pdf) = 474664
+SHA256 (i387/fenv.c?p=203441) = c7c558ddb6ab6604c83062fe0655d3ce8cf4d60edb4c9c82777962c49d23ca54
+SIZE (i387/fenv.c?p=203441) = 4791
+SHA256 (i387/fenv.h?p=203441) = 40c72f3cdd6990076394056e06461e1daeb6087b6a32f1962d3c33b0a00c0e0d
+SIZE (i387/fenv.h?p=203441) = 6774
+SHA256 (amd64/fenv.c?p=203441) = 9741a9ad3f8406f8292a268b0bc288dc7cb042e3e102440696d48c9a8b7955f0
+SIZE (amd64/fenv.c?p=203441) = 3601
+SHA256 (amd64/fenv.h?p=203441) = 2daf607fea1bf7e8de5e174599d963fc3bbbe48e293cf2ff08e221351472c9d6
+SIZE (amd64/fenv.h?p=203441) = 5810


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207272236.q6RMaGtJ074044>