Subject: pkg/6026: f2c package update
To: None <gnats-bugs@gnats.netbsd.org>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-bugs
Date: 08/24/1998 15:39:02
>Number: 6026
>Category: pkg
>Synopsis: f2c package update
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: gnats-admin (GNATS administrator)
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Aug 24 12:50:00 1998
>Last-Modified:
>Originator:
>Organization:
>Release: NetBSD-1.3.2<NetBSD-current source date>
>Environment:
System: NetBSD ballast 1.3.2 NetBSD 1.3.2 (BALLAST) #0: Sun Jul 26 14:38:00 EDT 1998 mcmahill@ballast:/usr/src/sys/arch/i386/compile/BALLAST i386
>Description:
I have updated the f2c package. The changes are:
- based on slightly newer f2c sources (unfortunately the f2c people didn't
change the src/version.c file so its still f2c-19980516, I added the p1 so
we have some indication of a change).
- renamed the f77 shell script to "f2c-f77" so it doesn't conflict with the "f77"
installed by egcs. We still have a conflict on "f2c.h" and "libf2c.a", but I
vote that f2c gets to keep those names (after all it is the f2c packages).
- fixed a bug in the "f2c-f77" script which caused "-o" to not work right.
- added -fPIC support to the "f2c-f77" script.
I didn't do anything to NetBSD CVS tags as I just didn't know what I was
supposed to do when updating a package.
>How-To-Repeat:
f77 -fPIC source.f
shows the lack of -fPIC support
f77 source.f -o outputfile
doens't produce "outputfile"
but
f77 -o outputfile source.f
does.
>Fix:
add the update package.
new pkgsrc is at
http://www-mtl.mit.edu/netbsd/f2c-19980516p1-pkgsrc.tar.gz
the new distfile is at
http://www-mtl.mit.edu/netbsd/f2c-19980516p1.tar.gz
note, that the pkgsrc Makefile looks for the distfile at ${MASTER_SITE_LOCAL}
since f2c seems to change a lot but their distfile is always named f2c.tar.
>Audit-Trail:
>Unformatted: