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.
State Changed From-To: open->closed Committed. Thanks!