svn commit: r500934 - in head/lang: . gcc10-devel gcc10-devel/files

Gerald Pfeifer gerald at FreeBSD.org
Mon May 6 21:15:24 UTC 2019


Author: gerald
Date: Mon May  6 21:15:22 2019
New Revision: 500934
URL: https://svnweb.freebsd.org/changeset/ports/500934

Log:
  Welcome GCC 10, even if only in form of its first development snapshot
  at the beginning of what likely is going to be another one year cycle.
  
  files/patch-amd64-gcc-multilib-support has made it upstream after the
  creation of the GCC 9 release branch, so we can drop it.

Added:
  head/lang/gcc10-devel/
     - copied from r500928, head/lang/gcc9-devel/
Deleted:
  head/lang/gcc10-devel/files/patch-amd64-gcc-multilib-support
Modified:
  head/lang/Makefile
  head/lang/gcc10-devel/Makefile
  head/lang/gcc10-devel/distinfo
  head/lang/gcc10-devel/pkg-descr

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Mon May  6 20:59:34 2019	(r500933)
+++ head/lang/Makefile	Mon May  6 21:15:22 2019	(r500934)
@@ -109,6 +109,7 @@
     SUBDIR += gcc8
     SUBDIR += gcc8-devel
     SUBDIR += gcc9-devel
+    SUBDIR += gcc10-devel
     SUBDIR += gforth
     SUBDIR += ghc
     SUBDIR += ghc843

Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Mon May  6 20:19:01 2019	(r500928)
+++ head/lang/gcc10-devel/Makefile	Mon May  6 21:15:22 2019	(r500934)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	9.1.1.s20190504
+PORTVERSION=	10.0.0.s20190505
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
 DISTNAME=	gcc-${DIST_VERSION}
 
 MAINTAINER=	gerald at FreeBSD.org
-COMMENT=	GNU Compiler Collection 9
+COMMENT=	GNU Compiler Collection 10
 
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi

Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Mon May  6 20:19:01 2019	(r500928)
+++ head/lang/gcc10-devel/distinfo	Mon May  6 21:15:22 2019	(r500934)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557035994
-SHA256 (gcc-9-20190504.tar.xz) = 0eaefe63cf2f9fc9f34a313fe23b95c199fdebca2577e0cd6931ae30a75ba570
-SIZE (gcc-9-20190504.tar.xz) = 68751664
+TIMESTAMP = 1557174273
+SHA256 (gcc-10-20190505.tar.xz) = 5ef4500a9e440fd9469dabd0a7d2ece133932c199573a70eae38af09b0940a3e
+SIZE (gcc-10-20190505.tar.xz) = 68789736

Modified: head/lang/gcc10-devel/pkg-descr
==============================================================================
--- head/lang/gcc9-devel/pkg-descr	Mon May  6 20:19:01 2019	(r500928)
+++ head/lang/gcc10-devel/pkg-descr	Mon May  6 21:15:22 2019	(r500934)
@@ -1,6 +1,6 @@
 GCC, the GNU Compiler Collection, supports a number of languages.
-This port installs the C, C++, and Fortran front ends as gcc9, g++9,
-and gfortran9, respectively.
+This port installs the C, C++, and Fortran front ends as gcc10, g++10,
+and gfortran10, respectively.
 
 WWW: https://gcc.gnu.org
 


More information about the svn-ports-head mailing list