svn commit: r354482 - head/lang/gcc410

Gerald Pfeifer gerald at FreeBSD.org
Mon May 19 03:11:42 UTC 2014


Author: gerald
Date: Mon May 19 03:11:42 2014
New Revision: 354482
URL: http://svnweb.freebsd.org/changeset/ports/354482
QAT: https://qat.redports.org/buildarchive/r354482/

Log:
  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.

Modified:
  head/lang/gcc410/Makefile
  head/lang/gcc410/distinfo

Modified: head/lang/gcc410/Makefile
==============================================================================
--- head/lang/gcc410/Makefile	Mon May 19 02:46:34 2014	(r354481)
+++ head/lang/gcc410/Makefile	Mon May 19 03:11:42 2014	(r354482)
@@ -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
 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

Modified: head/lang/gcc410/distinfo
==============================================================================
--- head/lang/gcc410/distinfo	Mon May 19 02:46:34 2014	(r354481)
+++ head/lang/gcc410/distinfo	Mon May 19 03:11:42 2014	(r354482)
@@ -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


More information about the svn-ports-all mailing list