| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove last reference to GCC 4.5 now that no port refers to it any more. | Gerald Pfeifer | 2012-04-29 | 1 | -5/+0 |
* | Disconnect GCC 4.5 alias lang/gcc45. | Gerald Pfeifer | 2011-11-12 | 1 | -3/+7 |
* | Fix mis-applied patch from revision 1.59 (moving the new code one | Gerald Pfeifer | 2011-10-30 | 1 | -4/+5 |
* | Refer to GCC 4.7 instead of GCC 4.5. Mark the part that should not see | Gerald Pfeifer | 2011-10-30 | 1 | -3/+2 |
* | When USE_GCC=X.Y+ has been specified, prefer the default version of | Gerald Pfeifer | 2011-10-30 | 1 | -4/+9 |
* | Fix the previous commit for the case where USE_FORTRAN is undefined. | Gerald Pfeifer | 2011-10-08 | 1 | -0/+2 |
* | Reference the GCC run-time libraries via FFLAGS, too, in addition to | Gerald Pfeifer | 2011-10-08 | 1 | -0/+3 |
* | Make USE_FORTRAN=yes imply the use of GCC 4.6 over GCC 4.5 so far. | Gerald Pfeifer | 2011-09-19 | 1 | -4/+4 |
* | Cater to versions of FreeBSD greater than 9 (up to 99). [1] | Gerald Pfeifer | 2011-09-10 | 1 | -6/+6 |
* | Refer to GCC 4.2+ instead of GCC 3.4+ in a comment, since the latter is | Gerald Pfeifer | 2011-09-04 | 1 | -1/+1 |
* | Clean up after revision 1.51 and adjust comments to the new reality of us | Gerald Pfeifer | 2011-07-31 | 1 | -4/+2 |
* | Add support for USE_GCC=4.7, USE_GCC=4.7+ and notably an installation of | Gerald Pfeifer | 2011-07-19 | 1 | -1/+2 |
* | Latest round of infrastructure changes. | Florent Thoumie | 2011-05-04 | 1 | -8/+0 |
* | lang/gcc44 and later depend on the devel/binutils port. Leverage that | Gerald Pfeifer | 2011-02-01 | 1 | -0/+5 |
* | Simplify the case of USE_FORTRAN=g77. Update a comment. | Gerald Pfeifer | 2010-10-17 | 1 | -8/+4 |
* | In addition to CC and CXX now also set CPP with USE_GCC. Add the output | Gerald Pfeifer | 2010-09-28 | 1 | -2/+3 |
* | USE_FORTRAN=yes now implies lang/gcc45 up from lang/gcc44. | Gerald Pfeifer | 2010-09-24 | 1 | -4/+4 |
* | Remove the transparent rewriting of USE_GCC=4.3+ to USE_GCC=4.4+. | Gerald Pfeifer | 2010-09-04 | 1 | -6/+0 |
* | Disconnect lang/gcc43, that is, USE_GCC=4.3 is not supported any longer. | Gerald Pfeifer | 2010-08-07 | 1 | -5/+2 |
* | Extend and clarify the documentation for USE_GCC, making it explicit | Gerald Pfeifer | 2010-06-11 | 1 | -5/+5 |
* | Tweak a conditional added in the previous commit that apparently causes | Gerald Pfeifer | 2010-06-06 | 1 | -2/+2 |
* | USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+ | Gerald Pfeifer | 2010-06-06 | 1 | -1/+9 |
* | Add support for early GCC 4.6 snapshots (lang/gcc46) via USE_GCC=4.6 | Gerald Pfeifer | 2010-05-02 | 1 | -1/+2 |
* | Replace the use of GCC 4.3 in a comment/example by GCC 4.5 since the | Gerald Pfeifer | 2010-05-02 | 1 | -1/+1 |
* | Locate the GCC run-time libraries under ${LOCALBASE}, where the GCC | Gerald Pfeifer | 2010-02-14 | 1 | -2/+2 |
* | Split the logic around USE_GCC in two parts. The first handles the | Gerald Pfeifer | 2010-01-02 | 1 | -33/+30 |
* | Quote the output for BUILD_DEPENDS and RUN_DEPENDS in the test-gcc | Gerald Pfeifer | 2010-01-02 | 1 | -2/+2 |
* | Add a run-time dependency for all uses of lang/gcc* except for gcc34 | Gerald Pfeifer | 2010-01-02 | 1 | -1/+4 |
* | Add support for USE_GCC=4.5 and USE_GCC=4.5+. Improve the documentation | Gerald Pfeifer | 2009-10-10 | 1 | -3/+4 |
* | Have CFLAGS and LDFLAGS set an -rpath to the lang/gcc44 library directory | Gerald Pfeifer | 2009-09-26 | 1 | -0/+2 |
* | Also print LDFLAGS as part of the test-gcc target. Print quotes around | Gerald Pfeifer | 2009-09-23 | 1 | -2/+3 |
* | USE_FORTRAN=yes now implies lang/gcc44 up from lang/gcc43. Remove one | Gerald Pfeifer | 2009-09-12 | 1 | -8/+8 |
* | Tweak some comments. The two non-whitespace changes are a fix from | Gerald Pfeifer | 2009-07-12 | 1 | -5/+5 |
* | Remove support for USE_GCC=2.95 after lang/gcc295 has been failing to | Gerald Pfeifer | 2009-06-19 | 1 | -2/+1 |
* | Remove GCC 2.8 from the list of options for USE_GCC; the lang/gcc28 | Gerald Pfeifer | 2009-03-28 | 1 | -2/+1 |
* | Remove support for GCC 3.3. No port in the tree uses this any longer, | Gerald Pfeifer | 2009-03-07 | 1 | -2/+1 |
* | Set CC and CXX to match the choice of GNU Fortran compilers for C and | Gerald Pfeifer | 2009-02-02 | 1 | -6/+15 |
* | Add support for USE_GCC=4.4+ and remove USE_GCC=4.1+ (which is not used | Gerald Pfeifer | 2009-01-18 | 1 | -2/+2 |
* | Fix typo. | Maho Nakata | 2009-01-06 | 1 | -1/+1 |
* | Add RUN_DEPENDS as well when we specify USE_FORTRAN. | Maho Nakata | 2009-01-06 | 1 | -0/+3 |
* | Fix whitespace to four rows per tab style, update version numbers in the | Gerald Pfeifer | 2009-01-05 | 1 | -7/+6 |
* | When USE_FORTRAN is specified, add F77, FC, and FFLAGS to CONFIGURE_ENV | Gerald Pfeifer | 2009-01-05 | 1 | -1/+2 |
* | Update USE_FORTRAN=yes to leverage lang/gcc43 instead of lang/gcc42 | Gerald Pfeifer | 2009-01-05 | 1 | -5/+5 |
* | Remove support for GCC 2.7 (the lang/gcc27 port) which, as it turns out, | Gerald Pfeifer | 2008-08-17 | 1 | -2/+1 |
* | Remove support for GCC 3.2 which is not used by a port anymore (and | Gerald Pfeifer | 2008-08-16 | 1 | -2/+1 |
* | - Add CC and CXX to MAKE_ENV for all ports | Pav Lucistnik | 2008-07-24 | 1 | -2/+0 |
* | Provide the test-gcc target and at least key information there even if | Gerald Pfeifer | 2008-06-28 | 1 | -3/+9 |
* | Add support for GCC 4.3 (lang/gcc43), to be enabled by USE_GCC=4.3+. | Gerald Pfeifer | 2008-05-05 | 1 | -1/+2 |
* | Remove lang/gcc40 which only has three dependencies left in the tree | Gerald Pfeifer | 2007-11-05 | 1 | -2/+1 |
* | - Pass FFLAGS to make when USE_FORTRAN is set [1] | Pav Lucistnik | 2007-07-27 | 1 | -4/+6 |