Bug 170224 - [maintainer update] Fix build for port math/py-numpy on certain versions of FreeBSD
Summary: [maintainer update] Fix build for port math/py-numpy on certain versions of F...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-27 23:40 UTC by Li-Lun Wang
Modified: 2012-07-28 07:10 UTC (History)
0 users

See Also:


Attachments
file.diff (833 bytes, patch)
2012-07-27 23:40 UTC, Li-Lun Wang
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Lun Wang 2012-07-27 23:40:08 UTC
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

Fix: See patch

Patch attached with submission follows:
How-To-Repeat: On certain older versions of FreeBSD, 
cd /usr/ports/math/py-numpy; make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-27 23:40:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-07-28 06:56:26 UTC
Responsible Changed
From-To: freebsd-python->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-07-28 07:00:30 UTC
Author: sunpoet
Date: Sat Jul 28 06:00:02 2012
New Revision: 301635
URL: http://svn.freebsd.org/changeset/ports/301635

Log:
  - Restore distinfo of fenv.c/fenv.h for older FreeBSD which were removed in the commit of 1.6.2 update
  
  PR:		ports/170224
  Submitted by:	Li-Lun Wang <llwang@infor.org>

Modified:
  head/math/py-numpy/distinfo   (contents, props changed)

Modified: head/math/py-numpy/distinfo
==============================================================================
--- head/math/py-numpy/distinfo	Sat Jul 28 05:32:51 2012	(r301634)
+++ head/math/py-numpy/distinfo	Sat Jul 28 06:00:02 2012	(r301635)
@@ -4,3 +4,11 @@ SHA256 (numpy-ref.pdf) = cbeea9b1395e057
 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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-07-28 07:00:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!