aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-01-23 00:21:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-01-23 00:21:11 +0000
commit2eff77dd59bc4c287be37fb5dff7fb40919b32fc (patch)
tree3ce643cb245b7756e5bcf365cc09a62235936673 /x11-drivers
parent535f02b771afef2682e111cddc8781c8c1fe1b48 (diff)
downloadports-2eff77dd59bc4c287be37fb5dff7fb40919b32fc.tar.gz
ports-2eff77dd59bc4c287be37fb5dff7fb40919b32fc.zip
Update to 2.1.21 (wich is compatible with newer xorg)
PR: 216285 Submitted by: matthew@reztek.cz
Notes
Notes: svn path=/head/; revision=432175
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nv/Makefile3
-rw-r--r--x11-drivers/xf86-video-nv/distinfo5
-rw-r--r--x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c10
-rw-r--r--x11-drivers/xf86-video-nv/files/patch-src_g80__driver.c18
-rw-r--r--x11-drivers/xf86-video-nv/files/patch-src_nv__include.h12
-rw-r--r--x11-drivers/xf86-video-nv/files/patch-src_riva__driver.c10
-rw-r--r--x11-drivers/xf86-video-nv/files/patch-src_riva__include.h12
-rw-r--r--x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c14
8 files changed, 19 insertions, 65 deletions
diff --git a/x11-drivers/xf86-video-nv/Makefile b/x11-drivers/xf86-video-nv/Makefile
index d65548cc6e68..368617e78947 100644
--- a/x11-drivers/xf86-video-nv/Makefile
+++ b/x11-drivers/xf86-video-nv/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= xf86-video-nv
-PORTVERSION= 2.1.20
-PORTREVISION= 7
+PORTVERSION= 2.1.21
CATEGORIES= x11-drivers
MAINTAINER= x11@FreeBSD.org
diff --git a/x11-drivers/xf86-video-nv/distinfo b/x11-drivers/xf86-video-nv/distinfo
index 54a09c6c57d3..5bb804dd4d62 100644
--- a/x11-drivers/xf86-video-nv/distinfo
+++ b/x11-drivers/xf86-video-nv/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/driver/xf86-video-nv-2.1.20.tar.bz2) = 8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf
-SIZE (xorg/driver/xf86-video-nv-2.1.20.tar.bz2) = 396982
+TIMESTAMP = 1484715801
+SHA256 (xorg/driver/xf86-video-nv-2.1.21.tar.bz2) = 1f98649e6ff0e8214b9d5dcac661f1d004be8e73823d8247b9c7025fd81db32d
+SIZE (xorg/driver/xf86-video-nv-2.1.21.tar.bz2) = 424091
diff --git a/x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c b/x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c
index 84eae0672616..6715bf67b3c5 100644
--- a/x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c
+++ b/x11-drivers/xf86-video-nv/files/patch-src-nv_driver.c
@@ -1,4 +1,4 @@
---- src/nv_driver.c.orig 2012-07-17 06:47:02 UTC
+--- src/nv_driver.c.orig 2017-01-17 22:41:33 UTC
+++ src/nv_driver.c
@@ -1543,7 +1543,11 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
xf86FreeInt10(pNv->pInt);
@@ -12,11 +12,3 @@
/* We use a programmable clock */
pScrn->progClock = TRUE;
-@@ -2550,7 +2554,6 @@ NVScreenInit(SCREEN_INIT_ARGS_DECL)
- if (!pNv->NoAccel)
- NVAccelInit(pScreen);
-
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-
diff --git a/x11-drivers/xf86-video-nv/files/patch-src_g80__driver.c b/x11-drivers/xf86-video-nv/files/patch-src_g80__driver.c
deleted file mode 100644
index 53efac4b3932..000000000000
--- a/x11-drivers/xf86-video-nv/files/patch-src_g80__driver.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/g80_driver.c.orig 2012-07-17 06:47:02 UTC
-+++ src/g80_driver.c
-@@ -34,7 +34,6 @@
- #include <xf86Resources.h>
- #endif
- #include <mipointer.h>
--#include <mibstore.h>
- #include <micmap.h>
- #include <xf86cmap.h>
- #include <fb.h>
-@@ -833,7 +832,6 @@ G80ScreenInit(SCREEN_INIT_ARGS_DECL)
- }
- }
-
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-
diff --git a/x11-drivers/xf86-video-nv/files/patch-src_nv__include.h b/x11-drivers/xf86-video-nv/files/patch-src_nv__include.h
deleted file mode 100644
index 439017594065..000000000000
--- a/x11-drivers/xf86-video-nv/files/patch-src_nv__include.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/nv_include.h.orig 2012-07-17 06:48:19 UTC
-+++ src/nv_include.h
-@@ -24,9 +24,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
-
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- #include "micmap.h"
-
- #include "xf86DDC.h"
diff --git a/x11-drivers/xf86-video-nv/files/patch-src_riva__driver.c b/x11-drivers/xf86-video-nv/files/patch-src_riva__driver.c
deleted file mode 100644
index 74e1ee543e79..000000000000
--- a/x11-drivers/xf86-video-nv/files/patch-src_riva__driver.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/riva_driver.c.orig 2012-07-17 06:47:02 UTC
-+++ src/riva_driver.c
-@@ -1168,7 +1168,6 @@ RivaScreenInit(SCREEN_INIT_ARGS_DECL)
- if (!pRiva->NoAccel)
- RivaAccelInit(pScreen);
-
-- miInitializeBackingStore(pScreen);
- xf86SetBackingStore(pScreen);
- xf86SetSilkenMouse(pScreen);
-
diff --git a/x11-drivers/xf86-video-nv/files/patch-src_riva__include.h b/x11-drivers/xf86-video-nv/files/patch-src_riva__include.h
deleted file mode 100644
index e7c8e2712c4a..000000000000
--- a/x11-drivers/xf86-video-nv/files/patch-src_riva__include.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/riva_include.h.orig 2012-07-17 06:48:45 UTC
-+++ src/riva_include.h
-@@ -22,9 +22,6 @@
- /* All drivers initialising the SW cursor need this */
- #include "mipointer.h"
-
--/* All drivers implementing backing store need this */
--#include "mibstore.h"
--
- #include "micmap.h"
-
- #include "xf86DDC.h"
diff --git a/x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c b/x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c
new file mode 100644
index 000000000000..9430febbe30c
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/files/patch-src_riva__xaa.c
@@ -0,0 +1,14 @@
+# ifdef away this XAA function call as done above
+#
+--- src/riva_xaa.c.orig 2013-02-07 07:56:01 UTC
++++ src/riva_xaa.c
+@@ -91,7 +91,9 @@ RivaSetRopPattern(RivaPtr pRiva, int rop
+ if (pRiva->currentRop != (rop + 16)) {
+ pRiva->currentRop = rop + 16; /* +16 is important */
+ RIVA_FIFO_FREE(pRiva->riva, Rop, 1);
++#ifdef HAVE_XAA_H
+ pRiva->riva.Rop->Rop3 = XAAGetPatternROP(rop);
++#endif
+ }
+ }
+ #ifdef HAVE_XAA_H