diff options
author | gerald <gerald@FreeBSD.org> | 2011-03-21 06:39:12 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-03-21 06:39:12 +0800 |
commit | b02bb88f8980f581930ed31475d44e2b987d396f (patch) | |
tree | 028b840abbd5897f1470725d6cb1ec5d78b88e39 /lang/gcc48 | |
parent | fd64497617d86d2e88e7271e3153a9262ef46820 (diff) | |
download | freebsd-ports-gnome-b02bb88f8980f581930ed31475d44e2b987d396f.tar.gz freebsd-ports-gnome-b02bb88f8980f581930ed31475d44e2b987d396f.tar.zst freebsd-ports-gnome-b02bb88f8980f581930ed31475d44e2b987d396f.zip |
Welcome the GCC 4.7 series which at this point is just a few days after
the GCC 4.6 branch has been carved, thus quite similar to that. Over
the next months this will see a lot of active and partially invasive
development. Accordingly this port is for early exposure and not yet
production use.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 8 | ||||
-rw-r--r-- | lang/gcc48/distinfo | 20 | ||||
-rw-r--r-- | lang/gcc48/pkg-descr | 4 | ||||
-rw-r--r-- | lang/gcc48/pkg-plist | 2 |
4 files changed, 17 insertions, 17 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index b8995fa4dc07..593bf1ca99ae 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -1,13 +1,13 @@ # ex:ts=8 -# Ports collection makefile for: gcc46 -# Date created: 2010-04-25 +# Ports collection makefile for: gcc47 +# Date created: 2011-03-20 # Whom: Gerald Pfeifer <gerald@FreeBSD.org> # # $FreeBSD$ # PORTNAME= gcc -PORTVERSION= 4.6.0.20110318 +PORTVERSION= 4.7.0.20110319 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} @@ -16,7 +16,7 @@ DISTFILES= gcc-core-${VERSIONSTRING}${EXTRACT_SUFX} \ gcc-g++-${VERSIONSTRING}${EXTRACT_SUFX} MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 4.6 +COMMENT= GNU Compiler Collection 4.7 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ mpfr.4:${PORTSDIR}/math/mpfr \ diff --git a/lang/gcc48/distinfo b/lang/gcc48/distinfo index 0c48512a9445..b5a07cb3f5ec 100644 --- a/lang/gcc48/distinfo +++ b/lang/gcc48/distinfo @@ -1,10 +1,10 @@ -SHA256 (gcc-core-4.6-20110318.tar.bz2) = a6a85bb858d9ebdea4548b815fedae7070ba153cfeae5707fb43047f8646c7e5 -SIZE (gcc-core-4.6-20110318.tar.bz2) = 26265001 -SHA256 (gcc-fortran-4.6-20110318.tar.bz2) = 6ef4e8cf93326e648c81c57c233e822c312dc02a9ce6f27d3fcb0d1f7517343d -SIZE (gcc-fortran-4.6-20110318.tar.bz2) = 1544130 -SHA256 (gcc-g++-4.6-20110318.tar.bz2) = aec8029a553bed43faa877cd5b79939ed6d7759cb65b8d181bf05c517a16fe7b -SIZE (gcc-g++-4.6-20110318.tar.bz2) = 6917316 -SHA256 (gcc-testsuite-4.6-20110318.tar.bz2) = ced8fd8911b9e1c93d37ba93c3aaef0248c2e9ee87cf13b3044edaefd5b3c475 -SIZE (gcc-testsuite-4.6-20110318.tar.bz2) = 6236588 -SHA256 (gcc-java-4.6-20110318.tar.bz2) = ca8ff44546825fe4cee5637cd47de74cb9d05886e54752d09816498286015861 -SIZE (gcc-java-4.6-20110318.tar.bz2) = 18534947 +SHA256 (gcc-core-4.7-20110319.tar.bz2) = fc2ba55201cde4b2c0e73cda88eada52e4282a53f62dce987ec9007c5788279a +SIZE (gcc-core-4.7-20110319.tar.bz2) = 26296421 +SHA256 (gcc-fortran-4.7-20110319.tar.bz2) = 86835af259ff760557c56d57d6baccbfdc40e853d3873dd87bd51464a6678947 +SIZE (gcc-fortran-4.7-20110319.tar.bz2) = 1544912 +SHA256 (gcc-g++-4.7-20110319.tar.bz2) = b458404c7dfca1b2f80fa073e28053deee32520ee01a4b349587e9d75d80ff39 +SIZE (gcc-g++-4.7-20110319.tar.bz2) = 6926456 +SHA256 (gcc-testsuite-4.7-20110319.tar.bz2) = 3cd59828a90ae5444574dc6a2f46eec393fe1a58877c308ae77e2638a5f659a5 +SIZE (gcc-testsuite-4.7-20110319.tar.bz2) = 6228451 +SHA256 (gcc-java-4.7-20110319.tar.bz2) = 311e9f4a9b9c876d9f6a468423a21a33cf35012897031ee952b0497936875da3 +SIZE (gcc-java-4.7-20110319.tar.bz2) = 18536188 diff --git a/lang/gcc48/pkg-descr b/lang/gcc48/pkg-descr index d9dcae413f8e..bd20ae3f9a28 100644 --- a/lang/gcc48/pkg-descr +++ b/lang/gcc48/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 gcc46, g++46, -gfortran46, and gcj46, respectively. +port installs the C, C++, Fortran and Java front ends as gcc47, g++47, +gfortran47, and gcj47, respectively. WWW: http://gcc.gnu.org/ diff --git a/lang/gcc48/pkg-plist b/lang/gcc48/pkg-plist index f6e3d35e21a2..cec9824bac17 100644 --- a/lang/gcc48/pkg-plist +++ b/lang/gcc48/pkg-plist @@ -43,7 +43,7 @@ share/gcc-%%GCC_VER%%/python/libstdcxx/v6/printers.py %%JAVA%%bin/jcf-dump%%SUFFIX%% %%JAVA%%bin/jv-convert%%SUFFIX%% %%JAVA%%bin/rebuild-gcj-db%%SUFFIX%% -%%JAVA%%libdata/pkgconfig/libgcj-4.6.pc +%%JAVA%%libdata/pkgconfig/libgcj-4.7.pc %%JAVA%%share/java/libgcj-%%GCC_VER%%.jar %%JAVA%%share/java/libgcj-tools-%%GCC_VER%%.jar @comment Insert PLIST.lib here |