summaryrefslogtreecommitdiff
path: root/lang/f2c/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2010-12-14Update to f2c-20100903.asau1-7/+4
Requested in PR pkg/44076 Changes since previous package: Wed Jul 7 10:51:12 MDT 2010 src/data.c, src/format.c, src/p1output.c: "invisible" tweaks to silence warnings seen in compilation under Ubuntu; version.c not changed. Fri Aug 27 09:14:17 MDT 2010 format.c: make sizeof(buf) depend on MAXNAMELEN to fix a bug with long names. Update mswin/f2c.exe.gz accordingly. Fri Sep 3 16:03:24 MDT 2010 fc: have "-m ..." modify CC rather than CFLAGS (to affect linking).
2010-07-31Fix integer type misuse caught by gcc 4.4. PR 43291 from Makoto Fujiwara;dholland1-1/+4
the patches in the PR used unsafe (but less wrong) integer/pointer casts, so I did things somewhat differently.
2009-12-23Pull in system prototypes instead of defining own ones.asau1-1/+2
From <joerg>.
2009-12-03Split f2c into library (devel/libf2c) and translator packages.asau1-2/+1
Requested by <joerg>.
2009-11-23fix grammar to make bison happytnn1-1/+2
2009-11-22Resurrect patch-ai, it's needed to build on 64-bit platforms. (hi asau!)tnn1-1/+2
2009-11-22Update f2c to 2009-04-11 snapshot.asau1-12/+4
Changes are mostly bug fixes. Perform conservative update: recreate libF77 and libI77 providing binary compatibility. Prefer files to patches creating respective files. Override build system completely, we effectively did that anyway.
2009-10-31Don't enforce linking in MAIN__. Bump package revision.asau1-3/+2
No changes in libraries. No fallout expected, none found so far.
2009-06-25Add the correct header entry for sparcv8. Addresses PR pkg/33997.dmcmahill1-2/+2
2007-08-16Add DESTDIR support.joerg1-2/+2
2007-03-17Fixed PKGMANDIR.rillig1-2/+2
2007-02-15Add __sparcv9 to the list for 64-bit systems. Fixes compilation ondmcmahill1-2/+2
solaris in 64 bit mode. Patch from Gilles Dauphin.
2007-02-05- The f2c-f77 script that emulates a fortran comiler has deviated so muchdmcmahill1-3/+2
from the original, that it has become easier to maintain it as its own file instead of a patch, so do that. - Improve the shell quoting quite a bit in the f2c-f77 script. Now you can pass things like -DFOO=this\ is\ a\ test and have the escapes actually work when the arguments get passed down to the underlying commands. Many thanks to Alan Barrett for help with the shell quoting. - bump pkgrev
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-28update to f2c-20001205nb8dmcmahill1-4/+5
This addresses a temp file symlink race vulnerability. The f2c patch is adapted from the debian one. The f2c-f77 (wrapper script which emulates a fortran compiler) patch was done a bit differently.
2004-09-15- don't hard code the c compiler name.dmcmahill1-3/+4
- automatically figure out MAIN__ vs _MAIN__ - don't clobber the path when running f2c-f77. This lets you have a better chance of finding the c compiler! With all this this package now seems fully functional on solaris-2.9 as well as NetBSD.
2004-09-15add a minor patch to make this package actually work on 64 bit systems.dmcmahill1-1/+2
hello.f works on alpha's too now.
2004-09-14libtool-ize this for building its shared libs instead of usingdmcmahill1-5/+5
bsd.lib.mk. Should address PR26628 where this package can't build on solaris. In addition, this cleans up some PLIST hacks.
2004-03-13include x86_64 in the 64-bit list. Hopefully fixes recently noted problemsdmcmahill1-2/+2
on x86_64.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-1/+1
buildlink2.mk files back into the main trunk.
2002-06-17fix PLIST and build on mipsel machines where all code is PIC so we don'tdmcmahill1-2/+2
need to build a _pic lib. fixed PR pkg/16302 submitted by Daniel Senderowicz <daniel@mispibes.SynchroDS.COM>
2002-03-14change NOGCCERROR from 'yes' to #defined. Addresses the build problemsdmcmahill1-3/+3
on -current reported in pkg/15844 by florence.henry@obspm.fr
2002-03-05obey CC and CFLAGS.dmcmahill1-2/+2
2002-01-22fix the f2c-f77 handling of the '-m' flag. Needed in preparation fordmcmahill1-2/+2
adding -mieee to CFLAGS and FFLAGS for alpha. bump rev to f2c-20001205nb5
2001-04-22teach the f2c-f77 script about "-pg" (generate profiled code).dmcmahill1-2/+2
2001-04-18fix soname for libf2cdmcmahill1-3/+4
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+11
+ move the patch digest/checksum values from files/patch-sum to distinfo