Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Aug 2019 07:16:27 +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: r509141 - in head/lang/gcc9: . files
Message-ID:  <201908170716.x7H7GR0I001021@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Aug 17 07:16:26 2019
New Revision: 509141
URL: https://svnweb.freebsd.org/changeset/ports/509141

Log:
  Update to GCC 9.2 release, the second in the GCC 9 series, which fixes
  some 68 bugs.
  
  This is the default version of GCC in the Ports Collection, and it just
  got a bit more polish and stability.
  
  Both files/patch-amd64-gcc-multilib-support and
  files/patch-powerpc64-no-_GNU_SOURCE [1] have been integrated upstream
  (and also been part of lang/gcc9-devel already), so remove them here.
  
  PR:		239648 [1]

Deleted:
  head/lang/gcc9/files/patch-amd64-gcc-multilib-support
  head/lang/gcc9/files/patch-powerpc64-no-_GNU_SOURCE
Modified:
  head/lang/gcc9/Makefile
  head/lang/gcc9/distinfo

Modified: head/lang/gcc9/Makefile
==============================================================================
--- head/lang/gcc9/Makefile	Sat Aug 17 07:11:26 2019	(r509140)
+++ head/lang/gcc9/Makefile	Sat Aug 17 07:16:26 2019	(r509141)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.1.0
-PORTREVISION=	1
+PORTVERSION=	9.2.0
 CATEGORIES=	lang
 MASTER_SITES=	GCC
 PKGNAMESUFFIX=	${SUFFIX}
@@ -61,7 +60,6 @@ CONFIGURE_ARGS+=	--disable-multilib
 CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
 
 .elif ${ARCH} == powerpc64
-PORTREVISION=	2
 CONFIGURE_ENV+=	UNAME_m="powerpc64"
 USE_GCC=	8
 .endif

Modified: head/lang/gcc9/distinfo
==============================================================================
--- head/lang/gcc9/distinfo	Sat Aug 17 07:11:26 2019	(r509140)
+++ head/lang/gcc9/distinfo	Sat Aug 17 07:16:26 2019	(r509141)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557690023
-SHA256 (gcc-9.1.0.tar.xz) = 79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0
-SIZE (gcc-9.1.0.tar.xz) = 70546856
+TIMESTAMP = 1565818139
+SHA256 (gcc-9.2.0.tar.xz) = ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
+SIZE (gcc-9.2.0.tar.xz) = 70607648



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