From owner-svn-ports-all@FreeBSD.ORG Sat Apr 11 10:24:18 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5715870; Sat, 11 Apr 2015 10:24:18 +0000 (UTC) Received: from mail.eeeit.de (mail.eeeit.de [37.120.160.187]) (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 65309EAA; Sat, 11 Apr 2015 10:24:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mike@reifenberger.com) by mail.eeeit.de (Postfix) with ESMTPSA id 803B436FD; Sat, 11 Apr 2015 12:24:16 +0200 (CEST) Received: from ppp-93-104-19-17.dynamic.mnet-online.de (ppp-93-104-19-17.dynamic.mnet-online.de [93.104.19.17]) by mail.eeeit.de (Horde Framework) with HTTP; Sat, 11 Apr 2015 12:24:16 +0200 Date: Sat, 11 Apr 2015 12:24:16 +0200 Message-ID: <20150411122416.Horde.GT1VAeiVIgXIRewJKx471g9@mail.eeeit.de> From: Michael Reifenberger To: Alexey Dokuchaev Subject: Re: svn commit: r383237 - head/cad/openscad References: <201504041854.t34IseGM004591@svn.freebsd.org> <20150406082621.GA47282@FreeBSD.org> <20150411115107.Horde.3e8ly2hlU34J7Qle04bYEg1@mail.eeeit.de> <20150411100007.GA42484@FreeBSD.org> In-Reply-To: <20150411100007.GA42484@FreeBSD.org> User-Agent: Horde Application Framework 5 Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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.18-1 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, 11 Apr 2015 10:24:18 -0000 Zitat von Alexey Dokuchaev : > On Sat, Apr 11, 2015 at 11:51:07AM +0200, Michael Reifenberger wrote: >> Zitat von Alexey Dokuchaev : >> > On Sat, Apr 04, 2015 at 06:54:40PM +0000, Michael Reifenberger wrote: >> >> New Revision: 383237 >> >> URL: https://svnweb.freebsd.org/changeset/ports/383237 >> >> >> >> Log: >> >> Try to use a newer compiler. >> > >> > Why is this necessary, if I may ask? If there's a particular >> problem it was >> > supposed to fix, it should had been mentioned in the commit log. >> >> I've had reports that on older FreeBSD releases our gcc did not >> understand a used compiler switch ("-Wno-unused-local-typedefs"). >> >> Probably the commit message could have been: >> >> ... >> Try to use a newer compiler who does understand the >> "-Wno-unused-local-typedefs" switch. > > Holy fsck. You seriously suggest pulling whole new compiler just because > our gcc4.2 does not support some stupid warning flag?! > > ./danfe I did not analyze what else would pop up after eliminating this particular switch. But since it is obvious that the developer of openscad used a newer compiler for developing I didn't really care to try to backport to our older one. I hadn't the time either btw. Greetings --- Michael Gruß --- Michael Reifenberger