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

(-)xf86-video-vmware/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/x11-drivers/xf86-video-vmware/Makefile 340722 2014-01-22 17:00:46Z mat $
1
# $FreeBSD: head/x11-drivers/xf86-video-vmware/Makefile 340722 2014-01-22 17:00:46Z mat $
2
2
3
PORTNAME=	xf86-video-vmware
3
PORTNAME=	xf86-video-vmware
4
PORTVERSION=	13.0.1
4
PORTVERSION=	13.0.2
5
PORTREVISION=	1
5
PORTREVISION=	1
6
CATEGORIES=	x11-drivers
6
CATEGORIES=	x11-drivers
7
7
(-)xf86-video-vmware/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/driver/xf86-video-vmware-13.0.1.tar.bz2) = 802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d
1
SHA256 (xorg/driver/xf86-video-vmware-13.0.2.tar.bz2) = c8ba3d2cead3620dba2cbf5defb7f1759b2b96f4fe209f4bf6976832b6763c54
2
SIZE (xorg/driver/xf86-video-vmware-13.0.1.tar.bz2) = 432401
2
SIZE (xorg/driver/xf86-video-vmware-13.0.2.tar.bz2) = 438773
(-)xf86-video-vmware/files/patch-configure (+32 lines)
Line 0 Link Here
1
*** configure.orig	Sun Apr 13 13:21:51 2014
2
--- configure	Sun Apr 13 13:23:33 2014
3
***************
4
*** 18345,18363 ****
5
  
6
  fi
7
  
8
! if test -n "$PKG_CONFIG" && \
9
!     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xorg-server >= 1.7.0\""; } >&5
10
!   ($PKG_CONFIG --exists --print-errors "xorg-server >= 1.7.0") 2>&5
11
!   ac_status=$?
12
!   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13
!   test $ac_status = 0; }; then
14
  
15
- $as_echo "#define HAVE_XORG_SERVER_1_7_0 1" >>confdefs.h
16
- 
17
- 		 BUILD_VMWGFX=yes
18
- else
19
-   BUILD_VMWGFX=no
20
- fi
21
  
22
  if test -n "$PKG_CONFIG" && \
23
      { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xorg-server >= 1.12.0\""; } >&5
24
--- 18345,18352 ----
25
  
26
  fi
27
  
28
! BUILD_VMWGFX=no
29
  
30
  
31
  if test -n "$PKG_CONFIG" && \
32
      { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xorg-server >= 1.12.0\""; } >&5

Return to bug 188566