From owner-svn-ports-head@FreeBSD.ORG Tue Dec 3 10:27:31 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 ESMTPS id E2A02CDA; Tue, 3 Dec 2013 10:27:31 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id BD1E216B0; Tue, 3 Dec 2013 10:27:31 +0000 (UTC) Received: from [192.168.0.132] (vie-91-186-144-213.dsl.sil.at [91.186.144.213]) by ainaz.pair.com (Postfix) with ESMTPSA id 0B0E13F449; Tue, 3 Dec 2013 05:27:29 -0500 (EST) Date: Tue, 3 Dec 2013 11:27:28 +0100 (CET) From: Gerald Pfeifer To: Cy Schubert , Alexey Dokuchaev Subject: Re: svn commit: r332109 - in head/net/vnc: . files In-Reply-To: <20131030143559.GA34668@FreeBSD.org> Message-ID: References: <201310301352.r9UDqG1w094470@svn.freebsd.org> <20131030143559.GA34668@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.17 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: Tue, 03 Dec 2013 10:27:32 -0000 On Wed, 30 Oct 2013, Alexey Dokuchaev wrote: >> +USE_GCC= 4.6+ > Gerald will bite you for this. :) Gerald is a friendly person and rarely bites. :-) That said, Cy, mind (me) making this USE_GCC=yes instead of hard- coding a version number? Gerald