diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-05-08 02:30:06 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-05-08 02:30:06 +0800 |
commit | c6d8eefda3c1cd27e0cfe7245d443f10f3d0f2da (patch) | |
tree | e875deaa9fb777d6623208a7db3f9c8f7cc1ab43 /lang/gcc47 | |
parent | 73bd7d18b722080dd5fb1a0732a334e686c17e71 (diff) | |
download | freebsd-ports-gnome-c6d8eefda3c1cd27e0cfe7245d443f10f3d0f2da.tar.gz freebsd-ports-gnome-c6d8eefda3c1cd27e0cfe7245d443f10f3d0f2da.tar.zst freebsd-ports-gnome-c6d8eefda3c1cd27e0cfe7245d443f10f3d0f2da.zip |
Adjust references to the GCC version to refer to 4.6.
Reported by: Eitan Adler <eitanadlerlist@gmail.com>
Diffstat (limited to 'lang/gcc47')
-rw-r--r-- | lang/gcc47/Makefile | 6 | ||||
-rw-r--r-- | lang/gcc47/pkg-descr | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index fce22c497207..09860a43c1f4 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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/gcc47/pkg-descr b/lang/gcc47/pkg-descr index b9940115e272..d9dcae413f8e 100644 --- a/lang/gcc47/pkg-descr +++ b/lang/gcc47/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/ |