From owner-svn-ports-all@freebsd.org Tue Aug 15 12:44:18 2017 Return-Path: Delivered-To: svn-ports-all@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 1BD6ADD1B1C; Tue, 15 Aug 2017 12:44:18 +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 DC8B66E365; Tue, 15 Aug 2017 12:44:17 +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 v7FCiGuJ043452; Tue, 15 Aug 2017 12:44:16 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7FCiGK6043450; Tue, 15 Aug 2017 12:44:16 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201708151244.v7FCiGK6043450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Tue, 15 Aug 2017 12:44:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447982 - head/Mk X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/Mk X-SVN-Commit-Revision: 447982 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.23 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: Tue, 15 Aug 2017 12:44:18 -0000 Author: gerald Date: Tue Aug 15 12:44:16 2017 New Revision: 447982 URL: https://svnweb.freebsd.org/changeset/ports/447982 Log: Connect the new lang/gcc7 port into the infrastructure of Mk/bsd.gcc.mk (providing USE_GCC) and Mk/bsd.default-versions.mk. PR: 220794 Modified: head/Mk/bsd.default-versions.mk head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Tue Aug 15 12:43:14 2017 (r447981) +++ head/Mk/bsd.default-versions.mk Tue Aug 15 12:44:16 2017 (r447982) @@ -37,7 +37,7 @@ BDB_DEFAULT?= 5 FIREBIRD_DEFAULT?= 2.5 # Possible values: 3.0.0 FPC_DEFAULT?= 3.0.2 -# Possible values: 4.8, 4.9, 5, 6 +# Possible values: 4.8, 4.9, 5, 6, 7 GCC_DEFAULT?= 5 # Possible values: 7, 8, 9, agpl GHOSTSCRIPT_DEFAULT?= agpl Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Tue Aug 15 12:43:14 2017 (r447981) +++ head/Mk/bsd.gcc.mk Tue Aug 15 12:44:16 2017 (r447982) @@ -35,7 +35,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD.org # 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 040800 040900 050000 060000 +GCCVERSIONS= 040200 040800 040900 050000 060000 070000 # The first field is the OSVERSION in which it disappeared from the base. # The second field is the version as USE_GCC would use. @@ -44,6 +44,7 @@ GCCVERSION_040800= 0 4.8 GCCVERSION_040900= 0 4.9 GCCVERSION_050000= 0 5 GCCVERSION_060000= 0 6 +GCCVERSION_070000= 0 7 # No configurable parts below this. #################################### #