From owner-svn-ports-all@freebsd.org Thu Jun 23 17:57:20 2016 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 5A11AB73D1B; Thu, 23 Jun 2016 17:57:20 +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 26EFE11D8; Thu, 23 Jun 2016 17:57:20 +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 u5NHvJTG068514; Thu, 23 Jun 2016 17:57:19 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5NHvJP4068513; Thu, 23 Jun 2016 17:57:19 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201606231757.u5NHvJP4068513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Thu, 23 Jun 2016 17:57:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417395 - head/multimedia/libva-vdpau-driver X-SVN-Group: ports-head 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.22 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, 23 Jun 2016 17:57:20 -0000 Author: madpilot Date: Thu Jun 23 17:57:19 2016 New Revision: 417395 URL: https://svnweb.freebsd.org/changeset/ports/417395 Log: Convert to USES=localbase Modified: head/multimedia/libva-vdpau-driver/Makefile Modified: head/multimedia/libva-vdpau-driver/Makefile ============================================================================== --- head/multimedia/libva-vdpau-driver/Makefile Thu Jun 23 17:56:53 2016 (r417394) +++ head/multimedia/libva-vdpau-driver/Makefile Thu Jun 23 17:57:19 2016 (r417395) @@ -17,12 +17,10 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -USES= libtool gmake pkgconfig tar:bzip2 +USES= libtool gmake localbase pkgconfig tar:bzip2 USE_GL= gl GNU_CONFIGURE= yes -CPPFLAGS+= -isystem${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= lib/va/nvidia_drv_video.so lib/va/s3g_drv_video.so lib/va/vdpau_drv_video.so