| Commit message (Expand) | Author | Age | Files | Lines |
* | Significantly simplify the logic to determine which port (or base version) | Gerald Pfeifer | 2020-02-22 | 1 | -37/+10 |
* | With print/pdftk which required GCJ (GNU Java) updated, the last | Gerald Pfeifer | 2019-12-31 | 1 | -4/+3 |
* | Add support for GCC 9 via the new lang/gcc9 port. USE_GCC=9+ and | Gerald Pfeifer | 2019-06-02 | 1 | -1/+2 |
* | Now that the last dependency on GCC 5 (and lang/gcc5) in the Ports | Gerald Pfeifer | 2019-05-18 | 1 | -3/+2 |
* | Remove support for USE_GCC=4.9+ and USE_GCC=4.9 from the tree. Nothing | Gerald Pfeifer | 2019-02-23 | 1 | -2/+1 |
* | Fix build of GCC on powerpc64. | Andreas Tobler | 2018-12-29 | 1 | -0/+7 |
* | Filter -mretpoline, which is specific to clang and not supported by | Gerald Pfeifer | 2018-08-05 | 1 | -0/+4 |
* | Add CXXFLAGS to the debugging output provided by test-gcc and put that, | Gerald Pfeifer | 2018-08-05 | 1 | -1/+3 |
* | Add support for GCC 8 (and the newly added lang/gcc8 port). USE_GCC=8+ | Gerald Pfeifer | 2018-07-15 | 1 | -1/+2 |
* | Document the form USE_GCC=X+ instead of the older form USE_GCC=X.Y+ | Gerald Pfeifer | 2018-06-02 | 1 | -4/+4 |
* | Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mk | Gerald Pfeifer | 2017-08-15 | 1 | -1/+2 |
* | Remove support for USE_GCC=4.7 and USE_GCC=4.7+. Nothing in the tree | Gerald Pfeifer | 2017-06-05 | 1 | -2/+1 |
* | As of today, USE_GCC=yes (and USE_GCC=any in most circumstances) | Gerald Pfeifer | 2017-05-02 | 1 | -4/+0 |
* | Use USE_GCC=6+ as example for the "+" flavor of USE_GCC instead of | Gerald Pfeifer | 2017-02-01 | 1 | -1/+1 |
* | Remove 4.6 as a valid option for USE_GCC and GCC_DEFAULT; it has not | Gerald Pfeifer | 2017-01-28 | 1 | -2/+1 |
* | Always include bsd.default-versions.mk in bsd.port.mk. | Mathieu Arnold | 2016-08-03 | 1 | -2/+0 |
* | Now that lang/gcc6 has landed (which carries official GCC 6.x releases), | Gerald Pfeifer | 2016-06-10 | 1 | -1/+2 |
* | Try to be more helpful to our users, and keep all the possible versions | Mathieu Arnold | 2016-04-14 | 1 | -0/+2 |
* | Remove the now unneeded ${PORTSDIR} from dependency definition in | Baptiste Daroussin | 2016-03-27 | 1 | -2/+2 |
* | Since there is not going to be any new version of GCC in the FreeBSD | Gerald Pfeifer | 2015-04-22 | 1 | -16/+13 |
* | Move LANG_GCC_IS from bsd.gcc.mk to bsd.default-versions.mk and use | Gerald Pfeifer | 2015-01-26 | 1 | -3/+0 |
* | Rename the somewhat confusingly named GCC_DEFAULT_V to LANG_GCC_IS. | Gerald Pfeifer | 2015-01-04 | 1 | -2/+2 |
* | Update examples to use GCC 4.9 instead of 4.8, since the latter is now | Gerald Pfeifer | 2014-11-07 | 1 | -2/+2 |
* | Add support for USE_GCC=5 and its preferred form USE_GCC=5+. | Gerald Pfeifer | 2014-11-02 | 1 | -1/+2 |
* | Depend on lang/gccXY if users wish to use a different version of gcc by | Tijl Coosemans | 2014-09-26 | 1 | -2/+3 |
* | 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 |