View | Details | Raw Unified | Return to bug 229504
Collapse All | Expand All

(-)./Makefile (-4 / +9 lines)
Lines 1-8 Link Here
1
# $FreeBSD: head/x11-drivers/xf86-video-vmware/Makefile 433863 2017-02-11 14:17:58Z rezny $
1
# $FreeBSD: head/x11-drivers/xf86-video-vmware/Makefile 433863 2017-02-11 14:17:58Z rezny $
2
2
3
PORTNAME=	xf86-video-vmware
3
PORTNAME=	xf86-video-vmware
4
PORTVERSION=	13.2.1
4
PORTVERSION=	13.3.0
5
PORTREVISION=	1
6
CATEGORIES=	x11-drivers
5
CATEGORIES=	x11-drivers
7
6
8
MAINTAINER=	x11@FreeBSD.org
7
MAINTAINER=	x11@FreeBSD.org
Lines 11-19 COMMENT= X.Org vmware display driver Link Here
11
LICENSE=	MIT
10
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
13
12
13
ONLY_FOR_ARCHS=	amd64 i386
14
ONLY_FOR_ARCHS_REASON=	The vmware gfx protocol is only supported on x86-compatible architectures.
15
14
XORG_CAT=	driver
16
XORG_CAT=	driver
15
17
16
ONLY_FOR_ARCHS=	i386 amd64
18
.include <bsd.port.options.mk>
17
ONLY_FOR_ARCHS_REASON=	The vmware gfx protocol is only supported on x86-compatible architectures.
19
20
.if ${ARCH} == i386
21
USE_GCC=	any
22
.endif
18
23
19
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)./distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1484346479
1
TIMESTAMP = 1530671418
2
SHA256 (xorg/driver/xf86-video-vmware-13.2.1.tar.bz2) = e2f7f7101fba7f53b268e7a25908babbf155b3984fb5268b3d244eb6c11bf62b
2
SHA256 (xorg/driver/xf86-video-vmware-13.3.0.tar.bz2) = 47971924659e51666a757269ad941a059ef5afe7a47b5101c174a6022ac4066c
3
SIZE (xorg/driver/xf86-video-vmware-13.2.1.tar.bz2) = 470601
3
SIZE (xorg/driver/xf86-video-vmware-13.3.0.tar.bz2) = 473527
(-)./files/patch-src_vmware.c (-3 / +3 lines)
Lines 1-6 Link Here
1
--- src/vmware.c.orig	2013-12-16 11:39:54.616921846 +0100
1
--- src/vmware.c.orig	2018-05-17 07:42:24 UTC
2
+++ src/vmware.c	2013-12-16 11:40:27.592920514 +0100
2
+++ src/vmware.c
3
@@ -365,7 +365,7 @@
3
@@ -381,7 +381,7 @@ VMWAREPreInit(ScrnInfoPtr pScrn, int fla
4
                    "No supported VMware SVGA found (read ID 0x%08x).\n", id);
4
                    "No supported VMware SVGA found (read ID 0x%08x).\n", id);
5
         return FALSE;
5
         return FALSE;
6
     }
6
     }

Return to bug 229504