Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2017 18:37:37 +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: r439342 - in head/lang: . gcc8-devel
Message-ID:  <201704241837.v3OIbbYo014147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Mon Apr 24 18:37:37 2017
New Revision: 439342
URL: https://svnweb.freebsd.org/changeset/ports/439342

Log:
  Welcome GCC 8!  GCC 7 (provided via lang/gcc7-devel) has been branched
  for the release and this first GCC 8 snapshot is still very close to that,
  whereas the coming months are going to provide a rougher ride through
  the development stages of GCC 8.

Added:
  head/lang/gcc8-devel/
     - copied from r439293, head/lang/gcc7-devel/
Modified:
  head/lang/Makefile
  head/lang/gcc8-devel/Makefile
  head/lang/gcc8-devel/distinfo
  head/lang/gcc8-devel/pkg-descr

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Mon Apr 24 18:16:40 2017	(r439341)
+++ head/lang/Makefile	Mon Apr 24 18:37:37 2017	(r439342)
@@ -105,6 +105,7 @@
     SUBDIR += gcc6-aux
     SUBDIR += gcc6-devel
     SUBDIR += gcc7-devel
+    SUBDIR += gcc8-devel
     SUBDIR += gcl
     SUBDIR += gforth
     SUBDIR += ghc

Modified: head/lang/gcc8-devel/Makefile
==============================================================================
--- head/lang/gcc7-devel/Makefile	Mon Apr 24 14:26:53 2017	(r439293)
+++ head/lang/gcc8-devel/Makefile	Mon Apr 24 18:37:37 2017	(r439342)
@@ -2,14 +2,14 @@
 # $FreeBSD$
 
 PORTNAME=	gcc
-PORTVERSION=	7.0.1.s20170420
+PORTVERSION=	8.0.0.s20170423
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
 DISTNAME=	gcc-${DIST_VERSION}
 
 MAINTAINER=	gerald@FreeBSD.org
-COMMENT=	GNU Compiler Collection 7
+COMMENT=	GNU Compiler Collection 8
 
 LICENSE=	GPLv3 GPLv3RLE
 LICENSE_COMB=	multi

Modified: head/lang/gcc8-devel/distinfo
==============================================================================
--- head/lang/gcc7-devel/distinfo	Mon Apr 24 14:26:53 2017	(r439293)
+++ head/lang/gcc8-devel/distinfo	Mon Apr 24 18:37:37 2017	(r439342)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492847155
-SHA256 (gcc-7-20170420.tar.bz2) = 93d6e4b559c8191cb91dd49586a0020f0e239a119ccb7d329ff4d03e123c196a
-SIZE (gcc-7-20170420.tar.bz2) = 79681877
+TIMESTAMP = 1493044251
+SHA256 (gcc-8-20170423.tar.bz2) = a52149a9c60e1ed2793509e72f611203e18473d8ca547412b92f102572d1f7b1
+SIZE (gcc-8-20170423.tar.bz2) = 79707399

Modified: head/lang/gcc8-devel/pkg-descr
==============================================================================
--- head/lang/gcc7-devel/pkg-descr	Mon Apr 24 14:26:53 2017	(r439293)
+++ head/lang/gcc8-devel/pkg-descr	Mon Apr 24 18:37:37 2017	(r439342)
@@ -1,5 +1,5 @@
 GCC, the GNU Compiler Collection, supports a number of languages.  This
-port installs the C, C++, and Fortran front ends as gcc7, g++7, gfortran7,
+port installs the C, C++, and Fortran front ends as gcc8, g++8, gfortran8,
 respectively.
 
 WWW: http://gcc.gnu.org/



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