diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-26 00:54:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-09-26 00:54:37 +0000 |
commit | 659ec95f4af6c61b630f5714930e5d04d4ea0c4e (patch) | |
tree | b7e06bbec6f7b0e3ca415240f91db43c4994f7ad /lang/gcc/pkg-descr | |
parent | b671cf2388753d3873dfa21c8d9b1507c1bc17af (diff) |
Welcome the new lang/gcc port! This shall track our preferred version
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
Notes
Notes:
svn path=/head/; revision=282394
Diffstat (limited to 'lang/gcc/pkg-descr')
-rw-r--r-- | lang/gcc/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/gcc/pkg-descr b/lang/gcc/pkg-descr index d9dcae413f8e..e2ba591daf6d 100644 --- a/lang/gcc/pkg-descr +++ b/lang/gcc/pkg-descr @@ -2,6 +2,11 @@ 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> |