From owner-svn-ports-head@freebsd.org Sat Sep 29 23:18:23 2018 Return-Path: Delivered-To: svn-ports-head@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 08C3210AE470; Sat, 29 Sep 2018 23:18:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AECC18BB2C; Sat, 29 Sep 2018 23:18:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 9DF6D10274; Sat, 29 Sep 2018 23:18:22 +0000 (UTC) From: Jan Beich To: Gerald Pfeifer Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r480930 - in head/lang: gcc48 gcc49 References: <201809292226.w8TMQahu074789@repo.freebsd.org> Date: Sun, 30 Sep 2018 01:18:17 +0200 In-Reply-To: <201809292226.w8TMQahu074789@repo.freebsd.org> (Gerald Pfeifer's message of "Sat, 29 Sep 2018 22:26:36 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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: Sat, 29 Sep 2018 23:18:23 -0000 Gerald Pfeifer writes: > Author: gerald > Date: Sat Sep 29 22:26:36 2018 > New Revision: 480930 > URL: https://svnweb.freebsd.org/changeset/ports/480930 > > Log: > Recommend the use of GCC 7 or later over this port, since that is now > the default version of GCC for the Ports Collection. > > Modified: > head/lang/gcc48/Makefile > head/lang/gcc49/Makefile Did you forget one more? $ fgrep 'GCC 6' lang/gcc*/Makefile lang/gcc5/Makefile:DEPRECATED= Unsupported by upstream. Use GCC 6 or newer instead.