Date: Sat, 23 Apr 2016 15:51:59 +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: r413883 - in head/lang: . gcc7-devel Message-ID: <201604231551.u3NFpxP1024379@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Apr 23 15:51:59 2016 New Revision: 413883 URL: https://svnweb.freebsd.org/changeset/ports/413883 Log: GCC 6 has branched for the release of GCC 6.1 and GCC trunk has become the home of development for the GCC 7 series, so track this with a new gcc7-devel port, starting with the 20160417 snapshot of GCC 7.0.0. For the coming months, this will be highly volatile and likely broken in various ways at various points in time, so not recommended for any production use. Added: head/lang/gcc7-devel/ - copied from r413630, head/lang/gcc6-devel/ Modified: head/lang/Makefile head/lang/gcc7-devel/Makefile head/lang/gcc7-devel/distinfo head/lang/gcc7-devel/pkg-descr Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Sat Apr 23 15:22:44 2016 (r413882) +++ head/lang/Makefile Sat Apr 23 15:51:59 2016 (r413883) @@ -102,6 +102,7 @@ SUBDIR += gcc5-devel SUBDIR += gcc6-aux SUBDIR += gcc6-devel + SUBDIR += gcc7-devel SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc Modified: head/lang/gcc7-devel/Makefile ============================================================================== --- head/lang/gcc6-devel/Makefile Tue Apr 19 10:21:36 2016 (r413630) +++ head/lang/gcc7-devel/Makefile Sat Apr 23 15:51:59 2016 (r413883) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 6.0.0.s20160410 +PORTVERSION= 7.0.0.s20160417 CATEGORIES= lang java MASTER_SITES= GCC/snapshots/${DISTVERSION} PKGNAMESUFFIX= ${SUFFIX}-devel MAINTAINER= gerald@FreeBSD.org -COMMENT= GNU Compiler Collection 6 +COMMENT= GNU Compiler Collection 7 LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi Modified: head/lang/gcc7-devel/distinfo ============================================================================== --- head/lang/gcc6-devel/distinfo Tue Apr 19 10:21:36 2016 (r413630) +++ head/lang/gcc7-devel/distinfo Sat Apr 23 15:51:59 2016 (r413883) @@ -1,2 +1,2 @@ -SHA256 (gcc-6-20160410.tar.bz2) = 7b4497f8cd802bb28469df1d3421387cf99c2195ab4450c2e8691b6f16de1d32 -SIZE (gcc-6-20160410.tar.bz2) = 95358365 +SHA256 (gcc-7-20160417.tar.bz2) = 69a4d6ae0f51a730d1041e54e5bb0a137edda4d511e37eaf222013f207d4bbb5 +SIZE (gcc-7-20160417.tar.bz2) = 95374804 Modified: head/lang/gcc7-devel/pkg-descr ============================================================================== --- head/lang/gcc6-devel/pkg-descr Tue Apr 19 10:21:36 2016 (r413630) +++ head/lang/gcc7-devel/pkg-descr Sat Apr 23 15:51:59 2016 (r413883) @@ -1,6 +1,6 @@ GCC, the GNU Compiler Collection, supports a number of languages. This -port installs the C, C++, Fortran and Java front ends as gcc6, g++6, -gfortran6, and gcj6, respectively. +port installs the C, C++, Fortran and Java front ends as gcc7, g++7, +gfortran7, and gcj7, respectively. WWW: http://gcc.gnu.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604231551.u3NFpxP1024379>