659ec95f4a
of GCC (usually an upstream release). It starts out as GCC 4.6.1 and is thus in conflict with lang/gcc46 and will move towards later minor versions of GCC 4.6 and then on to GCC 4.7. lang/gcc will provide gcc46, g++46, gfortran46 etc. exactly like lang/gcc46 with which it is interchangible. This is also planned to be in sync with our existing USE_FORTRAN knob so that users have the option of using this port, rarely updated, or the corresponding lang/gcc46 which follows weekly upstream snapshots. On the way rename %%GCC_VER%% in pkg-plist to %%GCC_VERSION%% and make the Makefile machinery a bit more generic to minimize differences between lang/gcc ports based on releases and those based on snapshots. PR: 156857
13 lines
477 B
Plaintext
13 lines
477 B
Plaintext
GCC, the GNU Compiler Collection, supports a number of languages. This
|
|
port installs the C, C++, Fortran and Java front ends as gcc46, g++46,
|
|
gfortran46, and gcj46, respectively.
|
|
|
|
It can be used interchangibly with the lang/gcc46 port which tracks
|
|
weekly upstream snapshots whereas this port will be updated less
|
|
frequently, mostly in sync with upstream releases, and will move to
|
|
lang/gcc47 and later over time.
|
|
|
|
WWW: http://gcc.gnu.org/
|
|
|
|
Gerald Pfeifer <gerald@FreeBSD.org>
|