From owner-svn-ports-head@freebsd.org Wed Apr 19 14:31:50 2017 Return-Path: Delivered-To: svn-ports-head@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 6A214D454CD; Wed, 19 Apr 2017 14:31:50 +0000 (UTC) (envelope-from madpilot@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 3A3A01AF6; Wed, 19 Apr 2017 14:31:50 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v3JEVn33027856; Wed, 19 Apr 2017 14:31:49 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3JEVnGQ027855; Wed, 19 Apr 2017 14:31:49 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201704191431.v3JEVnGQ027855@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 19 Apr 2017 14:31:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438845 - head/multimedia/libva X-SVN-Group: ports-head 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.23 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: Wed, 19 Apr 2017 14:31:50 -0000 Author: madpilot Date: Wed Apr 19 14:31:49 2017 New Revision: 438845 URL: https://svnweb.freebsd.org/changeset/ports/438845 Log: Add a v4l_compat as RUN_DEPENDS too, as dri requires include files from this port when including optional VAAPI support. PR: 218642 Submitted by: Eric Camachat Suggested by: jhale@ Modified: head/multimedia/libva/Makefile Modified: head/multimedia/libva/Makefile ============================================================================== --- head/multimedia/libva/Makefile Wed Apr 19 14:15:29 2017 (r438844) +++ head/multimedia/libva/Makefile Wed Apr 19 14:31:49 2017 (r438845) @@ -2,6 +2,7 @@ PORTNAME= libva PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= multimedia MAINTAINER= madpilot@FreeBSD.org @@ -11,6 +12,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat +RUN_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LIB_DEPENDS= libdrm.so:graphics/libdrm USES= autoreconf gmake libtool localbase pkgconfig tar:bzip2