summaryrefslogtreecommitdiff
path: root/devel/libf2c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-07Revert.asau1-2/+2
This violates title general style: "f2c" starts "with capital letter" since it is a sort of personal name.
2013-04-06Fixes:rodent1-2/+2
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-07-19Like lang/f2c, disable -Werror when building with clang.joerg1-1/+7
2009-12-29Make MAIN__ weak in order to allow non-Fortran programs to use the library.asau4-5/+20
Proposed by Matthias Drochner.
2009-12-07Add a better set of 64-bit fixes that both satisfy make testtnn5-5/+93
and math/lapack build. This new patch-ai is from debian.
2009-12-07Remove the patch-ai which used to fix 64-bit types in f2c.h.tnn4-35/+5
Now it breaks stuff on amd64 instead, notably math/lapack. NB: This change makes "make test" fail for this package on amd64. On the other hand, math/fftw (which uses lapack) test suite succeeds. Maybe tests here are simply broken ... Bump revision and bl3 dependency.
2009-12-02Import libf2c-20090201 as devel/libf2c.asau10-0/+335
libf2c is Fortran support library distributed by Netlib with f2c (Fortran 77 to C translator). libf2c combines libF77 and libI77 in one library.