From owner-svn-ports-head@FreeBSD.ORG Sat Nov 9 15:06:20 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3DF8761; Sat, 9 Nov 2013 15:06:20 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 9185722DE; Sat, 9 Nov 2013 15:06:20 +0000 (UTC) Received: from [10.96.2.251] (unknown [216.53.140.3]) by ainaz.pair.com (Postfix) with ESMTPSA id 31B643F41D; Sat, 9 Nov 2013 10:06:16 -0500 (EST) Date: Sat, 9 Nov 2013 10:06:13 -0500 (EST) From: Gerald Pfeifer To: Marcus von Appen Subject: Re: svn commit: r333283 - in head/multimedia/libav: . files In-Reply-To: <201311091221.rA9CL6JB061847@svn.freebsd.org> Message-ID: References: <201311091221.rA9CL6JB061847@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 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, 09 Nov 2013 15:06:20 -0000 Hi Marcus, On Sat, 9 Nov 2013, Marcus von Appen wrote: > +.if ${OSVERSION} < 900000 > +USE_GCC= 4.6+ > +.endif this is better written as USE_GCC=yes which is also documented as the preferred from in Mk/bsd.gcc.mk. I will update that description a bit later today to add USE_GCC=any. If you have any suggestions on how to improve the language to make the above more clear, I'll be happy to make such a change. Thanks, Gerald