diff options
author | arved <arved@FreeBSD.org> | 2002-11-05 22:50:57 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-05 22:50:57 +0800 |
commit | 5019e5147bf31bb650fb8ecf2a3a88e5d6bb41f0 (patch) | |
tree | 852dc6def6d3b439ccd7146ea817add42942cad5 | |
parent | 8bd4a38d9e9179342098c0e6fccdd90e20f13e8a (diff) | |
download | freebsd-ports-gnome-5019e5147bf31bb650fb8ecf2a3a88e5d6bb41f0.tar.gz freebsd-ports-gnome-5019e5147bf31bb650fb8ecf2a3a88e5d6bb41f0.tar.zst freebsd-ports-gnome-5019e5147bf31bb650fb8ecf2a3a88e5d6bb41f0.zip |
Adjust pkg-comment and pkg-descr. gcc28 isn't the Latest Release and
will probably not become our base system compiler in the near future.
Submitted by: Frerich Raabe <frerichraabe@gmx.de>
-rw-r--r-- | lang/gcc28/pkg-comment | 2 | ||||
-rw-r--r-- | lang/gcc28/pkg-descr | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/lang/gcc28/pkg-comment b/lang/gcc28/pkg-comment index 1745c580e736..26d0ee066f90 100644 --- a/lang/gcc28/pkg-comment +++ b/lang/gcc28/pkg-comment @@ -1 +1 @@ -Latest and greatest version of the GNU compiler suite +GNU Compiler Collection 2.8 diff --git a/lang/gcc28/pkg-descr b/lang/gcc28/pkg-descr index 596f4f444f4b..286416677c30 100644 --- a/lang/gcc28/pkg-descr +++ b/lang/gcc28/pkg-descr @@ -1,7 +1,3 @@ -GCC 2.8.1 is the latest release of the GNU compiler suite. -It is a port for now, until its stableness and ability to produce -a working kernel and "make world" is proven. - C++ support, and in particular template support, is vastly improved over gcc-2.7. G++ 2.8.1 also compiles SGI's offical reference implimentation of the STL. |