From owner-svn-ports-head@FreeBSD.ORG Wed Aug 27 10:13:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7A7BE97E; Wed, 27 Aug 2014 10:13:47 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5721B3D46; Wed, 27 Aug 2014 10:13:47 +0000 (UTC) Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id 8A9223F46B; Wed, 27 Aug 2014 06:13:36 -0400 (EDT) Date: Wed, 27 Aug 2014 12:13:34 +0200 (CEST) From: Gerald Pfeifer To: Kurt Jaeger Subject: Re: svn commit: r365910 - head/ftp/filezilla In-Reply-To: <201408240952.s7O9q6qD007094@svn.freebsd.org> Message-ID: References: <201408240952.s7O9q6qD007094@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.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: Wed, 27 Aug 2014 10:13:47 -0000 On Sun, 24 Aug 2014, Kurt Jaeger wrote: > +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 > +USE_GCC= 4.7+ > +.endif This looks like an indication you may want to use USES=compiler:c11 or USES=compiler:c++11-lang or something similar, since it's not specific to GCC, but a "modern" compiler? If it _has_ to be GCC on those older versions of FreeBSD, can you please make this USE_GCC=yes instead of hard-coding the version? Thanks, Gerald