From owner-svn-ports-all@freebsd.org Thu May 31 13:01:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7910AF7DC9A; Thu, 31 May 2018 13:01:27 +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 28403840E4; Thu, 31 May 2018 13:01:27 +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 A867A12540E; Thu, 31 May 2018 09:01:26 -0400 (EDT) Received: from anthias (vie-188-118-240-174.dsl.sil.at [188.118.240.174]) (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 CF9C65C1BE; Thu, 31 May 2018 09:01:25 -0400 (EDT) Date: Thu, 31 May 2018 15:01:23 +0200 (CEST) From: Gerald Pfeifer To: Yuri Victorovich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471207 - head/multimedia/webcamoid In-Reply-To: <201805311251.w4VCpk9Q073672@repo.freebsd.org> Message-ID: References: <201805311251.w4VCpk9Q073672@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.26 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: Thu, 31 May 2018 13:01:27 -0000 On Thu, 31 May 2018, Gerald Pfeifer wrote: > Prefer USE_GCC=yes over USE_GCC=6+. As of today these two are equivalent, > but the former is more general and we try to avoid references to specific > versions where possible. You also may want to have a look whether this obviates the need for # Workaround for Bug#224137: devel/qt5-qmake: Doesn't use the right compiler in case USE_GCC is selected BINARY_ALIAS= g++=${CXX} below, since lang/gcc does establish symlinks already (one of the other benefits of using it), Yuri. Hope this helps, Gerald