From owner-svn-ports-all@FreeBSD.ORG Sat Mar 1 01:04:42 2014 Return-Path: Delivered-To: svn-ports-all@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 225FD658; Sat, 1 Mar 2014 01:04:42 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 85DC11CCD; Sat, 1 Mar 2014 01:04:41 +0000 (UTC) Received: from [192.168.0.132] (vie-91-186-144-169.dsl.sil.at [91.186.144.169]) by ainaz.pair.com (Postfix) with ESMTPSA id 095063F417; Fri, 28 Feb 2014 20:04:33 -0500 (EST) Date: Sat, 1 Mar 2014 02:04:47 +0100 (CET) From: Gerald Pfeifer To: Baptiste Daroussin Subject: Re: svn commit: r345778 - head/www/libecap In-Reply-To: <201402240010.s1O0A6QL006109@svn.freebsd.org> Message-ID: References: <201402240010.s1O0A6QL006109@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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2014 01:04:42 -0000 Hi Bapt, On Mon, 24 Feb 2014, Baptiste Daroussin wrote: > Replace USE_GCC=4.2+ by USE_GCC=any (does not build with clang but > build with all the supported gcc versions) USE_GCC=4.2+ and USE_GCC=any are exactly the same (modulo spelling :-) After your change above we've only got 19 ports left that have USE_GCC=4.2+. Do you approve changing all these to USE_GCC=any as well? That'll allow me to simplify Mk/bsd.gcc.mk a fair bit, which should help integrating things more (with the new fortran.mk, for example). Okay? Gerald