View | Details | Raw Unified | Return to bug 179360 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	libva-intel-driver
4
PORTNAME=	libva-intel-driver
5
PORTVERSION=	1.0.19
5
PORTVERSION=	1.0.20
6
CATEGORIES=	multimedia
6
CATEGORIES=	multimedia
7
MASTER_SITES=	http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
7
MASTER_SITES=	http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
8
8
Lines 34-44 Link Here
34
.if defined(WITH_NEW_XORG)
34
.if defined(WITH_NEW_XORG)
35
pre-configure:
35
pre-configure:
36
.if !exists(${LOCALBASE}/lib/libkms.so)
36
.if !exists(${LOCALBASE}/lib/libkms.so)
37
	@${ECHO} "${PKGNAME}: Rebuild graphics/libdrm with the WITH_KMS option."
37
	@${ECHO} "${PKGNAME}: Rebuild graphics/libdrm with the KMS option enabled."
38
	@${FALSE}
38
	@${FALSE}
39
.endif
39
.endif
40
.else
40
.else
41
BROKEN=	This port need libdrm version that is available when WITH_NEW_XORG is set
41
BROKEN=		This port needs libdrm version that is available when WITH_NEW_XORG is set
42
.endif
42
.endif
43
43
44
post-patch:	.SILENT
44
post-patch:	.SILENT
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libva-intel-driver-1.0.19.tar.bz2) = 2db68da9f4cea9b726ce2cd7c6246d902085310d83609082e453aa01559ea792
1
SHA256 (libva-intel-driver-1.0.20.tar.bz2) = 12fefb661372c053ff26530fae8342f9df63dbe8ab2c548d8d430d994042d4c9
2
SIZE (libva-intel-driver-1.0.19.tar.bz2) = 448951
2
SIZE (libva-intel-driver-1.0.20.tar.bz2) = 768811

Return to bug 179360