| Commit message (Expand) | Author | Age | Files | Lines |
* | Refer to bsd.default-versions.mk for the canonical version of GCC; no | Gerald Pfeifer | 2014-03-16 | 1 | -3/+2 |
* | Update the default version of GCC used in the Ports Collection from | Gerald Pfeifer | 2014-03-10 | 1 | -1/+1 |
* | Revert bogus parts of revision 345909. | Gerald Pfeifer | 2014-02-25 | 1 | -1/+1 |
* | Reword the documentation at the top of this file. | Gerald Pfeifer | 2014-02-25 | 1 | -1/+1 |
* | Replace all uses of GCC_DEFAULT_VERSION by GCC_DEFAULT, remove the | Gerald Pfeifer | 2014-02-24 | 1 | -6/+7 |
* | Remove the _GCC_BUILD_DEPENDS variable which we had kept for the sake | Gerald Pfeifer | 2014-02-23 | 1 | -3/+0 |
* | Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases | Tijl Coosemans | 2014-02-16 | 1 | -49/+1 |
* | Unregister lang/gcc44 now that it is no longer used by any port. | Rene Ladan | 2014-01-26 | 1 | -2/+1 |
* | Disconnect lang/gcc34 from bsd.gcc.mk, it is not used by any port anymore. | Rene Ladan | 2014-01-04 | 1 | -12/+1 |
* | Explicitly include the GCC run time directory in LDFLAGS. This should | Gerald Pfeifer | 2013-12-07 | 1 | -1/+1 |
* | Unbreak USE_GCC=any. We do need to keep GCC 4.2 in our internal tables | Gerald Pfeifer | 2013-11-23 | 1 | -1/+2 |
* | Bye, bye lang/gcc42 aka GCC 4.2. As a port you have served us well, | Gerald Pfeifer | 2013-11-23 | 1 | -5/+2 |
* | Document USE_GCC=any. Reformat the description a bit and use newer | Gerald Pfeifer | 2013-11-10 | 1 | -5/+11 |
* | Add support for USE_GCC=4.9 and USE_GCC=4.9+. | Gerald Pfeifer | 2013-10-13 | 1 | -1/+2 |
* | Merge two loops and initialize _GCC_FOUND${v} and check whether USE_GCC | Gerald Pfeifer | 2013-03-29 | 1 | -14/+9 |
* | When the same version of GCC is present as a port and in base, prefer | Gerald Pfeifer | 2013-03-19 | 1 | -4/+2 |
* | Simplify (and strictly speaking, though not practically given version | Gerald Pfeifer | 2013-03-16 | 1 | -4/+6 |
* | Do not just rely on the version number of FreeBSD in deciding whether | Gerald Pfeifer | 2013-03-03 | 1 | -3/+5 |
* | Remove a bogus old check that assumes that every version of FreeBSD has | Gerald Pfeifer | 2013-03-02 | 1 | -5/+1 |
* | Fix when bsd.gcc.mk is included and USE_GCC is undefined for example in case a | Baptiste Daroussin | 2012-12-22 | 1 | -1/+1 |
* | Add a new form of USE_GCC, USE_GCC=yes, which generically requests | Gerald Pfeifer | 2012-12-22 | 1 | -4/+14 |
* | In addition to CFLAGS and LDFLAGS now also CXXFLAGS set an rpath to | Gerald Pfeifer | 2012-11-06 | 1 | -0/+1 |
* | Introduce the new semantic USE_GCC=any, which can be set in any port | Mark Linimon | 2012-10-07 | 1 | -4/+23 |
* | Introduce _GCC_RUNTIME, to be used by ports in need of knowing the | Gerald Pfeifer | 2012-08-03 | 1 | -3/+4 |
* | Add support for USE_GCC=4.8, USE_GCC=4.8+, and generally detect | Gerald Pfeifer | 2012-08-03 | 1 | -1/+2 |
* | Use the stable, slow moving lang/gcc instead of lang/gcc46 for | Gerald Pfeifer | 2012-08-03 | 1 | -7/+14 |
* | - Revert accidental commit | Sunpoet Po-Chuan Hsieh | 2012-06-26 | 1 | -8/+1 |
* | - Add shared TLS description | Sunpoet Po-Chuan Hsieh | 2012-06-26 | 1 | -1/+8 |
* | - Remove emacs mode, -*- mode: ...; -*- [1] | Martin Wilke | 2012-05-23 | 1 | -1/+1 |
* | 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 |