Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 17:56:54 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417394 - head/multimedia/libva-intel-driver
Message-ID:  <201606231756.u5NHusOh068399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Thu Jun 23 17:56:53 2016
New Revision: 417394
URL: https://svnweb.freebsd.org/changeset/ports/417394

Log:
  - Update to 1.7.1
  - Convert to USES=localbase
  - Remove uneeded use of bsd.port.pre.mk

Modified:
  head/multimedia/libva-intel-driver/Makefile
  head/multimedia/libva-intel-driver/distinfo

Modified: head/multimedia/libva-intel-driver/Makefile
==============================================================================
--- head/multimedia/libva-intel-driver/Makefile	Thu Jun 23 17:56:16 2016	(r417393)
+++ head/multimedia/libva-intel-driver/Makefile	Thu Jun 23 17:56:53 2016	(r417394)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libva-intel-driver
-PORTVERSION=	1.7.0
+PORTVERSION=	1.7.1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
 
@@ -16,21 +16,17 @@ LIB_DEPENDS=	libva.so:multimedia/libva
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
 
 GNU_CONFIGURE=	yes
-USES=		alias autoreconf compiler:c11 gmake libtool pkgconfig tar:bzip2
+USES=		alias autoreconf compiler:c11 gmake libtool localbase \
+		pkgconfig tar:bzip2
 USE_GL=		gl
 USE_LDCONFIG=	yes
 
-CPPFLAGS+=	-isystem${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 PLIST_FILES=	lib/va/i965_drv_video.so
 
-.include <bsd.port.pre.mk>
-
 post-patch:	.SILENT
 	${REINPLACE_CMD} -e 's/-ldl//' \
 		${WRKSRC}/src/Makefile.am
 	${REINPLACE_CMD} -e 's|driverdir|& --define-variable prefix=${PREFIX}|' \
 		${WRKSRC}/configure.ac
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/multimedia/libva-intel-driver/distinfo
==============================================================================
--- head/multimedia/libva-intel-driver/distinfo	Thu Jun 23 17:56:16 2016	(r417393)
+++ head/multimedia/libva-intel-driver/distinfo	Thu Jun 23 17:56:53 2016	(r417394)
@@ -1,2 +1,3 @@
-SHA256 (libva-intel-driver-1.7.0.tar.bz2) = 9d19d6c789a9a4fbce23c4f0eaf993ba776b512bec4c87982ab17ac841435c0c
-SIZE (libva-intel-driver-1.7.0.tar.bz2) = 1114349
+TIMESTAMP = 1466696036
+SHA256 (libva-intel-driver-1.7.1.tar.bz2) = 1ed7717a4058030d381a07c1afe53781ccdcc8643edbc02e769f5b72a316dcb5
+SIZE (libva-intel-driver-1.7.1.tar.bz2) = 1224635



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