Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jan 2019 00:01:55 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490614 - in head/multimedia: libva libva-intel-driver
Message-ID:  <201901180001.x0I01t70061422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Jan 18 00:01:55 2019
New Revision: 490614
URL: https://svnweb.freebsd.org/changeset/ports/490614

Log:
  multimedia/libva: USE_GITHUB doesn't support bzip2

Modified:
  head/multimedia/libva-intel-driver/Makefile   (contents, props changed)
  head/multimedia/libva/Makefile   (contents, props changed)

Modified: head/multimedia/libva-intel-driver/Makefile
==============================================================================
--- head/multimedia/libva-intel-driver/Makefile	Thu Jan 17 23:56:33 2019	(r490613)
+++ head/multimedia/libva-intel-driver/Makefile	Fri Jan 18 00:01:55 2019	(r490614)
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	libva>=2.3.0_3:multimedia/libva
 LIB_DEPENDS=	libdrm_intel.so:graphics/libdrm \
 		libva.so:multimedia/libva
 
-USES=		compiler:c11 meson pkgconfig tar:bzip2
+USES=		compiler:c11 meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	intel
 GH_PROJECT=	intel-vaapi-driver

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Thu Jan 17 23:56:33 2019	(r490613)
+++ head/multimedia/libva/Makefile	Fri Jan 18 00:01:55 2019	(r490614)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdrm.so:graphics/libdrm
 
-USES=		meson pkgconfig tar:bzip2
+USES=		meson pkgconfig
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	intel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901180001.x0I01t70061422>