From owner-svn-ports-all@freebsd.org Tue Jul 25 19:21:35 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D3D0CFFEEC; Tue, 25 Jul 2017 19:21:35 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (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 58D2B3A7F; Tue, 25 Jul 2017 19:21:34 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id C45A03F60B; Tue, 25 Jul 2017 15:21:32 -0400 (EDT) Received: from [192.168.0.5] (vie-188-118-244-226.dsl.sil.at [188.118.244.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id 800BA3F60A; Tue, 25 Jul 2017 15:21:31 -0400 (EDT) Date: Tue, 25 Jul 2017 21:21:29 +0200 (CEST) From: Gerald Pfeifer To: Dmitry Marakasov cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r446572 - in head/audio/audacity: . files In-Reply-To: <201707251158.v6PBwMAe058919@repo.freebsd.org> Message-ID: References: <201707251158.v6PBwMAe058919@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 25 Jul 2017 19:21:35 -0000 On Tue, 25 Jul 2017, Dmitry Marakasov wrote: > Log: > - Update to 2.1.3 > > PR: 218104 > Submitted by: xxjack12xx@gmail.com (maintainer) Nice, and happy to see... > Modified: head/audio/audacity/Makefile > ============================================================================== > -USE_GCC= yes ...how this avoids USE_GCC (which is one step on the looong journey of reducing GCC as a caretaker for problematic ports). It would be nice, if not important, to note something like this in the commit message. (Other changes noteworthy are the removal of MIDI_DESC and the addition of USES=localbase.) Gerald