1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/lang/gcc/pkg-descr
Gerald Pfeifer 868420635b Essentially replace (or rather reinvent) the lang/gcc port, which more
or less ended up identical to lang/gcc5 now that we differentiate between
lang/gccX-devel and lang/gccX ports, by (or as) a meta-port that pulls in
the respective lang/gccX port (based on the setting of $GCC_DEFAULT) and
defines gcc, g++, and gfortran as symlinks to the respective versioned
binaries.

This is the end of a long journey establishing this infrastructure
which is now similar to the one of the python ports, for example,
and makes upgrading the default as well as adjusting the default
locally a lot easier.

(PORTVERSION remains at 5.4.0 for now to avoid PORTEPOCH, but
PORTREVISION gets a bump.)

Suggested by:	tijl (a while ago)
2017-05-27 23:27:21 +00:00

8 lines
240 B
Plaintext

GCC, the GNU Compiler Collection, supports a number of languages. This
port pulls in gcc5 (or another version-specific port) and defines symlinks
called gcc, g++, and gfortran.
WWW: http://gcc.gnu.org
Gerald Pfeifer <gerald@FreeBSD.org>