From owner-svn-ports-head@freebsd.org Sun Nov 8 10:41:49 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 910972ED42F; Sun, 8 Nov 2020 10:41:49 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CTVzx3jTQz3J2M; Sun, 8 Nov 2020 10:41:49 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 729501E748; Sun, 8 Nov 2020 10:41:49 +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 0A8AfnPV052536; Sun, 8 Nov 2020 10:41:49 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A8Afn6w052534; Sun, 8 Nov 2020 10:41:49 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202011081041.0A8Afn6w052534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 8 Nov 2020 10:41:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554445 - head/lang/gcc9-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/lang/gcc9-devel X-SVN-Commit-Revision: 554445 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.34 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: Sun, 08 Nov 2020 10:41:49 -0000 Author: gerald Date: Sun Nov 8 10:41:48 2020 New Revision: 554445 URL: https://svnweb.freebsd.org/changeset/ports/554445 Log: Update to the 20201106 snapshot of GCC 9.3.1. This only brings one fix for arm builtins (and two testsuite backports). Also remove SSP_UNSAFE which was added by r327697 in 2013 to the pre-pre-...-predecessor of this port and does not appear necessary any longer. Modified: head/lang/gcc9-devel/Makefile head/lang/gcc9-devel/distinfo Modified: head/lang/gcc9-devel/Makefile ============================================================================== --- head/lang/gcc9-devel/Makefile Sun Nov 8 10:24:08 2020 (r554444) +++ head/lang/gcc9-devel/Makefile Sun Nov 8 10:41:48 2020 (r554445) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 9.3.1.s20201030 +PORTVERSION= 9.3.1.s20201106 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -41,7 +41,6 @@ CPE_VERSION= ${GCC_VERSION} DIST_VERSION= ${PORTVERSION:C/([0-9]+).*\.s([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).*/\1/} -SSP_UNSAFE= yes CFLAGS:= ${CFLAGS:N-mretpoline} CXXFLAGS:= ${CXXFLAGS:N-mretpoline} Modified: head/lang/gcc9-devel/distinfo ============================================================================== --- head/lang/gcc9-devel/distinfo Sun Nov 8 10:24:08 2020 (r554444) +++ head/lang/gcc9-devel/distinfo Sun Nov 8 10:41:48 2020 (r554445) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604100719 -SHA256 (gcc-9-20201030.tar.xz) = 7d4f8cbfd082596e7bd3f7938224cb657ba9795df55bf22f0eae2198617c5715 -SIZE (gcc-9-20201030.tar.xz) = 67604136 +TIMESTAMP = 1604703943 +SHA256 (gcc-9-20201106.tar.xz) = 080d2840c16be0d6ca6a21da9908b7e1840700b9a23d16b9aa491e6b5a85d93d +SIZE (gcc-9-20201106.tar.xz) = 67602880