diff options
author | gerald <gerald@FreeBSD.org> | 2014-05-19 11:11:42 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-05-19 11:11:42 +0800 |
commit | 66d9dc9d8b0d9ca5d9a8967f47f38802feb1c3ab (patch) | |
tree | 16e88b4182ff27fb104dd38e69cde83a21672b79 | |
parent | c02fa50765c6095efe75c27e5016d144c495000b (diff) | |
download | freebsd-ports-gnome-66d9dc9d8b0d9ca5d9a8967f47f38802feb1c3ab.tar.gz freebsd-ports-gnome-66d9dc9d8b0d9ca5d9a8967f47f38802feb1c3ab.tar.zst freebsd-ports-gnome-66d9dc9d8b0d9ca5d9a8967f47f38802feb1c3ab.zip |
Update to the 20140518 snapshot of GCC 4.10.
This includes the merger of the GCC wide-int development branch and fails
to build with clang on 10-i386 and 10-amd64 with two rather different
failure modes (stage 2/3 comparison failure and simple compilation error,
respectively) so for the time being require building with GCC while I am
working with upstream.
-rw-r--r-- | lang/gcc410/Makefile | 3 | ||||
-rw-r--r-- | lang/gcc410/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/gcc410/Makefile b/lang/gcc410/Makefile index 26f2b6756aa5..cced6ae7169c 100644 --- a/lang/gcc410/Makefile +++ b/lang/gcc410/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc410 -PORTVERSION= 4.10.0.s20140504 +PORTVERSION= 4.10.0.s20140518 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} @@ -33,6 +33,7 @@ GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USES= gmake iconv perl5 tar:bzip2 +USE_GCC= yes USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes diff --git a/lang/gcc410/distinfo b/lang/gcc410/distinfo index 11db8540cad9..bbb975bdfe6c 100644 --- a/lang/gcc410/distinfo +++ b/lang/gcc410/distinfo @@ -1,2 +1,2 @@ -SHA256 (gcc-4.10-20140504.tar.bz2) = 45bab4f806278e707194146f54b37ab79aabc5e31384bdaa4e2c62234cd59d48 -SIZE (gcc-4.10-20140504.tar.bz2) = 85675608 +SHA256 (gcc-4.10-20140518.tar.bz2) = 05d42ddc99cb6a59a2516d01f2a2b976e6d8f32ac4b938d3c8251e4d9ab6206e +SIZE (gcc-4.10-20140518.tar.bz2) = 85628613 |