From owner-svn-ports-all@freebsd.org Sun May 6 20:43:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B981FC5F8D; Sun, 6 May 2018 20:43:48 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B97D476B88; Sun, 6 May 2018 20:43:47 +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 B171E11B87; Sun, 6 May 2018 20:43:47 +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 w46KhlYa093191; Sun, 6 May 2018 20:43:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w46Khln5093186; Sun, 6 May 2018 20:43:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201805062043.w46Khln5093186@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 6 May 2018 20:43:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469251 - in head/lang: . gcc9-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: in head/lang: . gcc9-devel X-SVN-Commit-Revision: 469251 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2018 20:43:48 -0000 Author: gerald Date: Sun May 6 20:43:46 2018 New Revision: 469251 URL: https://svnweb.freebsd.org/changeset/ports/469251 Log: Now that GCC 8.1 has been released and the GCC 8 branch created, GCC mainline has become GCC 9 and the 20180429 snapshot of GCC 9.0.0 is the first of its kind. Accordingly introduce the gcc9-devel port to track this development of what ultimately is going to become the GCC 9 release series. Added: head/lang/gcc9-devel/ - copied from r469243, head/lang/gcc8-devel/ Modified: head/lang/Makefile head/lang/gcc9-devel/Makefile head/lang/gcc9-devel/distinfo head/lang/gcc9-devel/pkg-descr Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sun May 6 20:03:41 2018 (r469250) +++ head/lang/Makefile Sun May 6 20:43:46 2018 (r469251) @@ -109,6 +109,7 @@ SUBDIR += gcc7 SUBDIR += gcc7-devel SUBDIR += gcc8-devel + SUBDIR += gcc9-devel SUBDIR += gforth SUBDIR += ghc SUBDIR += gjs Modified: head/lang/gcc9-devel/Makefile ============================================================================== --- head/lang/gcc8-devel/Makefile Sun May 6 18:14:42 2018 (r469243) +++ head/lang/gcc9-devel/Makefile Sun May 6 20:43:46 2018 (r469251) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 8.0.1.s20180422 +PORTVERSION= 9.0.0.s20180429 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel DISTNAME= gcc-${DIST_VERSION} MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 8 +COMMENT= GNU Compiler Collection 9 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi Modified: head/lang/gcc9-devel/distinfo ============================================================================== --- head/lang/gcc8-devel/distinfo Sun May 6 18:14:42 2018 (r469243) +++ head/lang/gcc9-devel/distinfo Sun May 6 20:43:46 2018 (r469251) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524845477 -SHA256 (gcc-8-20180422.tar.xz) = 1e881410be47c9139bea0058be660e9847263bb22e26bb0bf4cf7b31620a7106 -SIZE (gcc-8-20180422.tar.xz) = 61585772 +TIMESTAMP = 1525635369 +SHA256 (gcc-9-20180429.tar.xz) = 86a0ce4f11fe43c9d591b0b503c1c82db6dfc597575366844b204efc702670fe +SIZE (gcc-9-20180429.tar.xz) = 61615416 Modified: head/lang/gcc9-devel/pkg-descr ============================================================================== --- head/lang/gcc8-devel/pkg-descr Sun May 6 18:14:42 2018 (r469243) +++ head/lang/gcc9-devel/pkg-descr Sun May 6 20:43:46 2018 (r469251) @@ -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 gcc8, g++8, gfortran8, +port installs the C, C++, and Fortran front ends as gcc9, g++9, gfortran9, respectively. WWW: https://gcc.gnu.org