From owner-svn-ports-head@freebsd.org Fri Jun 10 09:11:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CD60B6FF5C; Fri, 10 Jun 2016 09:11:27 +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 mx1.freebsd.org (Postfix) with ESMTPS id E21A21EC9; Fri, 10 Jun 2016 09:11:26 +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 u5A9BQGp021211; Fri, 10 Jun 2016 09:11:26 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5A9BQ1r021210; Fri, 10 Jun 2016 09:11:26 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201606100911.u5A9BQ1r021210@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Fri, 10 Jun 2016 09:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416663 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2016 09:11:27 -0000 Author: gerald Date: Fri Jun 10 09:11:25 2016 New Revision: 416663 URL: https://svnweb.freebsd.org/changeset/ports/416663 Log: Now that lang/gcc6 has landed (which carries official GCC 6.x releases), add support for USE_GCC=6 and USE_GCC=6+. Modified: head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Fri Jun 10 09:08:02 2016 (r416662) +++ head/Mk/bsd.gcc.mk Fri Jun 10 09:11:25 2016 (r416663) @@ -37,7 +37,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD. # ascending order and in sync with the table below. # When adding a version, please keep the comment in # Mk/bsd.default-versions.mk in sync. -GCCVERSIONS= 040200 040600 040700 040800 040900 050000 +GCCVERSIONS= 040200 040600 040700 040800 040900 050000 060000 # The first field is the OSVERSION in which it disappeared from the base. # The second field is the version as USE_GCC would use. @@ -47,6 +47,7 @@ GCCVERSION_040700= 0 4.7 GCCVERSION_040800= 0 4.8 GCCVERSION_040900= 0 4.9 GCCVERSION_050000= 0 5 +GCCVERSION_060000= 0 6 # No configurable parts below this. #################################### #