aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc/pkg-descr
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2011-09-26 08:54:37 +0800
committergerald <gerald@FreeBSD.org>2011-09-26 08:54:37 +0800
commit0a751b02be76e0663586ac8c406bdaa22cba7519 (patch)
tree98122d3426513879ce10503f2d93b2467ad80d47 /lang/gcc/pkg-descr
parente29fd00fbf4040276e626ef58658580e9b832a3c (diff)
downloadfreebsd-ports-gnome-0a751b02be76e0663586ac8c406bdaa22cba7519.tar.gz
freebsd-ports-gnome-0a751b02be76e0663586ac8c406bdaa22cba7519.tar.zst
freebsd-ports-gnome-0a751b02be76e0663586ac8c406bdaa22cba7519.zip
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
Diffstat (limited to 'lang/gcc/pkg-descr')
-rw-r--r--lang/gcc/pkg-descr5
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>