Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 10:41:49 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554445 - head/lang/gcc9-devel
Message-ID:  <202011081041.0A8Afn6w052534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081041.0A8Afn6w052534>