Bug 92940 - Cleanup to math/arpack port
Summary: Cleanup to math/arpack port
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 03:50 UTC by giffunip
Modified: 2006-02-07 10:46 UTC (History)
0 users

See Also:


Attachments
file.diff (51.46 KB, patch)
2006-02-07 03:50 UTC, giffunip
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description giffunip 2006-02-07 03:50:03 UTC
              The new malloc implementation in 7.0 current has revealed problems when using f2c on amd64 and ia64 platforms to generate headers of Fortran libraries.
In Arpack's case the header file is not part of the original distribution and no port is known to use it: it was generated only for informational purposes.

Instead of using f2c to generate this file we can carry it in ${FILESDIR} so we don't have to use f2c at all. This solution actually doesn't change the package so there shouldn't be need to bump the portversion (I think).

Fix: patch follows:
How-To-Repeat:               Reported by Kris mail.
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2006-02-07 10:46:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!