diff options
author | gerald <gerald@FreeBSD.org> | 2010-05-08 02:30:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2010-05-08 02:30:06 +0800 |
commit | a3168b0d70ad975e49c756e2f8505d07c5c73f5f (patch) | |
tree | 0461cecd70208c09c0ba86e4955737568c959621 /lang/gcc46 | |
parent | c7f45e456f7ee58fce9cf9f8deb07c9cb19343b3 (diff) | |
download | freebsd-ports-gnome-a3168b0d70ad975e49c756e2f8505d07c5c73f5f.tar.gz freebsd-ports-gnome-a3168b0d70ad975e49c756e2f8505d07c5c73f5f.tar.zst freebsd-ports-gnome-a3168b0d70ad975e49c756e2f8505d07c5c73f5f.zip |
Adjust references to the GCC version to refer to 4.6.
Reported by: Eitan Adler <eitanadlerlist@gmail.com>
Diffstat (limited to 'lang/gcc46')
-rw-r--r-- | lang/gcc46/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc46/pkg-descr | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index fce22c497207..09860a43c1f4 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 -# Ports collection makefile for: gcc45 -# Date created: 2009-04-05 +# Ports collection makefile for: gcc46 +# Date created: 2010-04-25 # Whom: Gerald Pfeifer <gerald@FreeBSD.org> # # $FreeBSD$ @@ -16,7 +16,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 4.5 +COMMENT= GNU Compiler Collection 4.6 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.3:${PORTSDIR}/math/mpfr \ diff --git a/lang/gcc46/pkg-descr b/lang/gcc46/pkg-descr index b9940115e272..d9dcae413f8e 100644 --- a/lang/gcc46/pkg-descr +++ b/lang/gcc46/pkg-descr @@ -1,6 +1,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, Fortran and Java front ends as gcc45, g++45, -gfortran45, and gcj45, respectively. +port installs the C, C++, Fortran and Java front ends as gcc46, g++46, +gfortran46, and gcj46, respectively. WWW: http://gcc.gnu.org/ |