From owner-svn-ports-head@freebsd.org Sat Dec 17 00:38:23 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 4689BC83BB2; Sat, 17 Dec 2016 00:38:23 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 29A9295F; Sat, 17 Dec 2016 00:38:22 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from [172.20.0.229] (unknown [65.200.160.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 3AA2F3F531; Fri, 16 Dec 2016 19:38:16 -0500 (EST) Date: Sat, 17 Dec 2016 01:38:15 +0100 (CET) From: Gerald Pfeifer To: Torsten Zuehlsdorff , toxic@doobie.com cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r428673 - head/news/nzbget In-Reply-To: <201612161230.uBGCUYs9080020@repo.freebsd.org> Message-ID: References: <201612161230.uBGCUYs9080020@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 17 Dec 2016 00:38:23 -0000 Hi Thorsten, hi toxic@doobie.com, On Fri, 16 Dec 2016, Torsten Zuehlsdorff wrote: > +.if ${OSVERSION} < 1000500 > +USE_GCC= 4.9+ the canonical way of stating this is USE_GCC=yes (which pulls in GCC 4.9 right now, and may move to GCC 5 at a later point in time, which should be fine since it's 4.9+, not plain 4.9). Okay for me to make this change? Gerald