From owner-svn-ports-all@freebsd.org Thu Mar 7 12:12:16 2019 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 E89DB152CDA0; Thu, 7 Mar 2019 12:12:15 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (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 850A981850; Thu, 7 Mar 2019 12:12:15 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 5D09B33E47; Thu, 7 Mar 2019 07:12:07 -0500 (EST) Received: from anthias (unknown [182.1.71.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 5A80233E38; Thu, 7 Mar 2019 07:12:04 -0500 (EST) Date: Thu, 7 Mar 2019 20:11:47 +0800 (WITA) From: Gerald Pfeifer To: Yuri Victorovich cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r494857 - in head/multimedia/webcamoid: . files In-Reply-To: <201903062230.x26MUo8W039525@repo.freebsd.org> Message-ID: References: <201903062230.x26MUo8W039525@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 850A981850 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 07 Mar 2019 12:12:16 -0000 On Wed, 6 Mar 2019, Yuri Victorovich wrote: > Date: Wed Mar 6 22:30:49 2019 > New Revision: 494857 > URL: https://svnweb.freebsd.org/changeset/ports/494857 > > Log: > multimedia/webcamoid: Update 8.1.0 -> 8.5.0 > > Reported by: portscout This is a little short of a commit log given all the changes to the port in this commit. Such as... > -USES= pkgconfig qmake qt:5 > +USES= gl gnome pkgconfig qmake qt:5 ...this > -# Workaround for the crash when built with clang that the upstream author says is a bug in clang > -USE_GCC= yes ...or this. Plus, with USE_GCC being removed... > # Workaround for Bug#224137: devel/qt5-qmake: Doesn't use the right compiler in case USE_GCC is selected > BINARY_ALIAS= g++=${CXX} ...this cannot be right any longer. Or at a minimum the comment referring to USE_GCC cannot be? Gerald