From owner-svn-ports-head@freebsd.org Tue Oct 17 15:51:09 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35113E3DC40; Tue, 17 Oct 2017 15:51:09 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 02E0271A0F; Tue, 17 Oct 2017 15:51:08 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9HFp8jq007249; Tue, 17 Oct 2017 15:51:08 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9HFp7wL007247; Tue, 17 Oct 2017 15:51:08 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201710171551.v9HFp7wL007247@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 17 Oct 2017 15:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452283 - head/lang/gcc8-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc8-devel X-SVN-Commit-Revision: 452283 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2017 15:51:09 -0000 Author: gerald Date: Tue Oct 17 15:51:07 2017 New Revision: 452283 URL: https://svnweb.freebsd.org/changeset/ports/452283 Log: Update to the 20171008 snapshot of GCC 8. Enable this on armv7 as well, courtesy of andreast@ pushing support upstream. [1] PR: 221905 [1] Modified: head/lang/gcc8-devel/Makefile head/lang/gcc8-devel/distinfo Modified: head/lang/gcc8-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Tue Oct 17 15:32:35 2017 (r452282) +++ head/lang/gcc8-devel/Makefile Tue Oct 17 15:51:07 2017 (r452283) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.0.0.s20171008 +PORTVERSION= 8.0.0.s20171015 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 8 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi -ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64 +ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 sparc64 LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ Modified: head/lang/gcc8-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Tue Oct 17 15:32:35 2017 (r452282) +++ head/lang/gcc8-devel/distinfo Tue Oct 17 15:51:07 2017 (r452283) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507652829 -SHA256 (gcc-8-20171008.tar.xz) = 77f49eaa15cdbf62c6d7df041c513c6eb9d51d1dd4a00de962ad3331383d909d -SIZE (gcc-8-20171008.tar.xz) = 60177428 +TIMESTAMP = 1508170580 +SHA256 (gcc-8-20171015.tar.xz) = f0ebde6128aea46489496618b0c0ad4b26efb91fd5bbb5582fc51d8c9c836ee3 +SIZE (gcc-8-20171015.tar.xz) = 60249880