summaryrefslogtreecommitdiff
path: root/lang/f2c/patches/patch-ad
AgeCommit message (Collapse)AuthorFilesLines
1999-12-16-Update to f2c-19991025. This newer version contains several bug fixesdmcmahill1-4/+4
including (from f2c/changes) = permit long names in #line lines = minor tweaks to make some (C++) compilers happier = some casts for systems with 64-bit longs. = some fixes to format strings -Add a -v (verbose) option to the f2c-f77 script. This is (unfortunately) used by some GNU configure scripts (octave for example) for examining the fortran compiler behaviour.
1998-08-25Update to the f2c package, from Dan McMahill (mcmahill@mtl.mit.edu).agc1-1/+3
Fixes PR pkg/6026. Modified slightly by me, to add NetBSD RCS Ids to patches, along with a minimalist comment about each patch, and also modified the top-level Makefile to use mkdir, rather than install -d (install -d was clobbering directory permissions on ${PREFIX}/{bin,lib,include}).
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-21Addition of f2c, the Fortran to C translator/compiler, to the NetBSDagc1-0/+23
packages collection. This is based on the 1998/05/16 version of f2c, and was submitted by Dan McMahill in PR pkg/5735. I modified some patches to contain the correct pathnames.