From owner-svn-ports-head@FreeBSD.ORG Sun Nov 2 21:15:21 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8D51C45; Sun, 2 Nov 2014 21:15:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D49E375F; Sun, 2 Nov 2014 21:15:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA2LFLbM040264; Sun, 2 Nov 2014 21:15:21 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA2LFL5c040263; Sun, 2 Nov 2014 21:15:21 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201411022115.sA2LFL5c040263@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 2 Nov 2014 21:15:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372091 - 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.18-1 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: Sun, 02 Nov 2014 21:15:22 -0000 Author: gerald Date: Sun Nov 2 21:15:21 2014 New Revision: 372091 URL: https://svnweb.freebsd.org/changeset/ports/372091 QAT: https://qat.redports.org/buildarchive/r372091/ Log: Add support for USE_GCC=5 and its preferred form USE_GCC=5+. PR: 194676 Modified: head/Mk/bsd.gcc.mk Modified: head/Mk/bsd.gcc.mk ============================================================================== --- head/Mk/bsd.gcc.mk Sun Nov 2 21:12:57 2014 (r372090) +++ head/Mk/bsd.gcc.mk Sun Nov 2 21:15:21 2014 (r372091) @@ -35,7 +35,7 @@ GCC_Include_MAINTAINER= gerald@FreeBSD. # All GCC versions supported by the ports framework. Keep them in # ascending order and in sync with the table below. -GCCVERSIONS= 040200 040600 040700 040800 040900 +GCCVERSIONS= 040200 040600 040700 040800 040900 050000 # The first field if the OSVERSION in which it appeared in the base. # The second field is the OSVERSION in which it disappeared from the base. @@ -45,6 +45,7 @@ GCCVERSION_040600= 0 0 4.6 GCCVERSION_040700= 0 0 4.7 GCCVERSION_040800= 0 0 4.8 GCCVERSION_040900= 0 0 4.9 +GCCVERSION_050000= 0 0 5 # Version of lang/gcc GCC_DEFAULT_V= 4.8