From owner-svn-ports-head@freebsd.org Thu May 31 12:51:47 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 2A739F7CED6; Thu, 31 May 2018 12:51:47 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CC9198395C; Thu, 31 May 2018 12:51:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ADC231A6E3; Thu, 31 May 2018 12:51:46 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4VCpkjP073673; Thu, 31 May 2018 12:51:46 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4VCpk9Q073672; Thu, 31 May 2018 12:51:46 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201805311251.w4VCpk9Q073672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Thu, 31 May 2018 12:51:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471207 - head/multimedia/webcamoid X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/multimedia/webcamoid X-SVN-Commit-Revision: 471207 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 12:51:47 -0000 Author: gerald Date: Thu May 31 12:51:46 2018 New Revision: 471207 URL: https://svnweb.freebsd.org/changeset/ports/471207 Log: 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. Modified: head/multimedia/webcamoid/Makefile Modified: head/multimedia/webcamoid/Makefile ============================================================================== --- head/multimedia/webcamoid/Makefile Thu May 31 12:42:04 2018 (r471206) +++ head/multimedia/webcamoid/Makefile Thu May 31 12:51:46 2018 (r471207) @@ -29,7 +29,7 @@ QMAKE_ARGS= INSTALLQMLDIR=${QT_QMLDIR} \ MANDIR=${PREFIX}/man # Workaround for the crash when built with clang that the upstream author says is a bug in clang -USE_GCC= 6+ +USE_GCC= yes # Workaround for Bug#224137: devel/qt5-qmake: Doesn't use the right compiler in case USE_GCC is selected BINARY_ALIAS= g++=${CXX}