From owner-svn-ports-all@freebsd.org Thu Dec 21 02:23:32 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 BDA88E9450C; Thu, 21 Dec 2017 02:23:32 +0000 (UTC) (envelope-from yuri@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 mx1.freebsd.org (Postfix) with ESMTPS id 883AC6F58D; Thu, 21 Dec 2017 02:23:32 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBL2NVQD071274; Thu, 21 Dec 2017 02:23:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBL2NVS3071273; Thu, 21 Dec 2017 02:23:31 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712210223.vBL2NVS3071273@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 21 Dec 2017 02:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456881 - head/multimedia/webcamoid X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/multimedia/webcamoid X-SVN-Commit-Revision: 456881 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 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, 21 Dec 2017 02:23:32 -0000 Author: yuri Date: Thu Dec 21 02:23:31 2017 New Revision: 456881 URL: https://svnweb.freebsd.org/changeset/ports/456881 Log: multimedia/webcamoid: Added the missing runtime dependency on qt5-quickcontrols PR: 224493 Submitted by: jbeich Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13565 Modified: head/multimedia/webcamoid/Makefile Modified: head/multimedia/webcamoid/Makefile ============================================================================== --- head/multimedia/webcamoid/Makefile Thu Dec 21 01:53:59 2017 (r456880) +++ head/multimedia/webcamoid/Makefile Thu Dec 21 02:23:31 2017 (r456881) @@ -2,7 +2,7 @@ PORTNAME= webcamoid DISTVERSION= 8.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -22,7 +22,7 @@ USE_GITHUB= yes USE_GNOME= glib20 USE_GSTREAMER1= yes USE_GL= gl -USE_QT5= concurrent core gui multimedia network opengl qml quick svg widgets buildtools_build +USE_QT5= concurrent core gui multimedia network opengl qml quick svg widgets buildtools_build quickcontrols_run MAKE_ENV= NOOSS=1 # NOOSS is because the OSS module attempts to use kevent on OSS devices, which is broken in the base QMAKE_ARGS= INSTALLQMLDIR=${QT_QMLDIR} \