Commit graph

8 commits

Author SHA1 Message Date
asau
836f824b7f Revert.
This violates title general style: "f2c" starts "with capital letter"
since it is a sort of personal name.
2013-04-07 20:43:26 +00:00
rodent
b0587df2a1 Fixes:
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.
2013-04-06 03:45:05 +00:00
asau
1685739ccc Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
joerg
bad5ec66de Like lang/f2c, disable -Werror when building with clang. 2011-07-19 13:53:30 +00:00
asau
71bc049180 Make MAIN__ weak in order to allow non-Fortran programs to use the library.
Proposed by Matthias Drochner.
2009-12-29 18:12:44 +00:00
tnn
09ed297f73 Add a better set of 64-bit fixes that both satisfy make test
and math/lapack build. This new patch-ai is from debian.
2009-12-07 13:00:56 +00:00
tnn
c3633ac19e Remove the patch-ai which used to fix 64-bit types in f2c.h.
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-07 12:15:25 +00:00
asau
28bf4a5df3 Import libf2c-20090201 as devel/libf2c.
libf2c is Fortran support library distributed by Netlib with f2c
(Fortran 77 to C translator).
libf2c combines libF77 and libI77 in one library.
2009-12-02 22:32:46 +00:00