Bug 92940

Summary: Cleanup to math/arpack port
Product: Ports & Packages Reporter: giffunip <giffunip>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!