2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-11-29 20:01:41 by D'Arcy J.M. Cain | Files touched by this commit (2) |
Log message: Revert previous change. The missing file is part of devel/libf2c. |
2011-11-29 19:26:51 by D'Arcy J.M. Cain | Files touched by this commit (2) |
Log message: Add missing include file. Bump PKGREVISION as new file was included in package. |
2010-12-14 19:12:40 by Aleksej Saushev | Files touched by this commit (5) | |
Log message: Update to f2c-20100903. 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-11-11 08:44:11 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: * Accept -isysroot option (Darwin) * On Darwin, optionally set F2C_F77_CPP, so it can be set in mk.conf |
2010-11-01 19:01:16 by Thomas Klausner | Files touched by this commit (1) |
Log message: Fix a typo. |
2010-11-01 12:12:16 by Dan McMahill | Files touched by this commit (1) | |
Log message: update the distfile creation comments a bit |
2010-09-24 00:27:04 by Adam Hoka | Files touched by this commit (1) |
Log message: dont -Werror with clang |
2010-07-31 22:31:33 by David A. Holland | Files touched by this commit (5) |
Log message: Fix integer type misuse caught by gcc 4.4. PR 43291 from Makoto Fujiwara; the patches in the PR used unsafe (but less wrong) integer/pointer casts, so I did things somewhat differently. |
2010-01-10 21:17:50 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Pass -arch argument correctly to the compiler; fixes building on Mac OS X |