From owner-svn-ports-head@freebsd.org Thu May 31 13:35:45 2018 Return-Path: Delivered-To: svn-ports-head@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 E4B3BFC878B; Thu, 31 May 2018 13:35:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9CABE85B74; Thu, 31 May 2018 13:35:44 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 7AD7A165F5; Thu, 31 May 2018 13:35:44 +0000 (UTC) From: Jan Beich To: Gerald Pfeifer Cc: Yuri Victorovich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r471207 - head/multimedia/webcamoid References: <201805311251.w4VCpk9Q073672@repo.freebsd.org> Date: Thu, 31 May 2018 15:35:34 +0200 In-Reply-To: (Gerald Pfeifer's message of "Thu, 31 May 2018 15:01:23 +0200 (CEST)") Message-ID: <6034-eymx-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 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: Thu, 31 May 2018 13:35:45 -0000 Gerald Pfeifer writes: > 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. Is it so after r439929? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218330