dropped support for old ddx drivers: glint, nv, savage and trident

This commit is contained in:
Fredrik Rinnestam 2016-11-19 19:05:50 +01:00
parent caecbb07c5
commit bc88bdae34
18 changed files with 0 additions and 208 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/glint_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/glint_drv.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
-rw-r--r-- root/root usr/share/man/man4/glint.4.gz

View File

@ -1,2 +0,0 @@
19718fbd2931cd3c11b580f04a923d4d mibstore.patch
775579c67dc55ff4909de3638bafd19f xf86-video-glint-1.2.8.tar.bz2

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndOTGxEbNbVjin4W2y+F1bNdDciXfLuM6kfN1jSAi3eYOWQ4MVRdIs3c/HJUEYJR2VdDr0cx7R0E61nrIt3ritQo=
SHA256 (Pkgfile) = ed64351fb38eeec1af4c2deb9cc2df93e75b4255112e2775e28605fbc4437ae0
SHA256 (.footprint) = e87499043e26a7a3df5ac39eb6ea67e75ad60dca7381ae4869c0ab3e634f9b80
SHA256 (xf86-video-glint-1.2.8.tar.bz2) = 657f883bb3a4e4278399eba73840862c3642706ae8b0a4798ec97a31b3524221
SHA256 (mibstore.patch) = 07325599c036c1c566a14b5090a2a239577b5b0be32abbbde82f395bcc592e88

View File

@ -1,18 +0,0 @@
# Description: xorg driver xf86-video-glint
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-glint
version=1.2.8
release=3
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-glint-$version.tar.bz2 mibstore.patch)
build() {
cd xf86-video-glint-$version
patch -p1 -i $SRC/mibstore.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,20 +0,0 @@
diff -rupN xf86-video-glint-1.2.8-orig/src/glint_driver.c xf86-video-glint-1.2.8/src/glint_driver.c
--- xf86-video-glint-1.2.8-orig/src/glint_driver.c 2013-03-09 15:19:03.303620626 +0100
+++ xf86-video-glint-1.2.8/src/glint_driver.c 2013-03-09 15:19:35.839733352 +0100
@@ -52,8 +52,6 @@
#include "compiler.h"
#include "mipointer.h"
-#include "mibstore.h"
-
#include "pm3_regs.h"
#include "glint_regs.h"
#include "IBM.h"
@@ -2904,7 +2902,6 @@ GLINTScreenInit(SCREEN_INIT_ARGS_DECL)
}
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nv_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/nv_drv.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
-rw-r--r-- root/root usr/share/man/man4/nv.4.gz

View File

@ -1,2 +0,0 @@
72a9065bc8a63019acd5eda352dd9a84 mibstore.patch
e263dd0cd149b5224e92baa5a227bb00 xf86-video-nv-2.1.20.tar.bz2

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndIoJO0zIFgeMwDd3Qx1oflA6LFxRn9ODhZ8ThMLJVNpm86tNdepNlcfj0a2crtdwfala0PbD5dB91U1YQLbfPQk=
SHA256 (Pkgfile) = 766ae6908dded9327667f1e571b75b9a93037c01e1de91c435074b343e429498
SHA256 (.footprint) = 4e8ce0e048b0f2d52f64295da1f26367c5151a3dfb7bf836b28458970f3ecb03
SHA256 (xf86-video-nv-2.1.20.tar.bz2) = 8395f65501f16f9cbaae8f598b02c6f18e78f4d3d30a08cb8d547dc2e00c10bf
SHA256 (mibstore.patch) = 083ffb466bbfceb693c3962698e8d62a22ed334d1b4a480cc72747b5e1e1172a

View File

@ -1,18 +0,0 @@
# Description: xorg driver xf86-video-nv
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-nv
version=2.1.20
release=3
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-nv-$version.tar.bz2 mibstore.patch)
build() {
cd xf86-video-nv-$version
patch -p1 -i $SRC/mibstore.patch
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,45 +0,0 @@
diff -rupN xf86-video-nv-2.1.20-orig/src/g80_driver.c xf86-video-nv-2.1.20/src/g80_driver.c
--- xf86-video-nv-2.1.20-orig/src/g80_driver.c 2013-03-09 15:22:43.549152630 +0100
+++ xf86-video-nv-2.1.20/src/g80_driver.c 2013-03-09 15:23:08.148993854 +0100
@@ -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 -rupN xf86-video-nv-2.1.20-orig/src/nv_include.h xf86-video-nv-2.1.20/src/nv_include.h
--- xf86-video-nv-2.1.20-orig/src/nv_include.h 2013-03-09 15:22:43.549152630 +0100
+++ xf86-video-nv-2.1.20/src/nv_include.h 2013-03-09 15:23:21.828461637 +0100
@@ -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 -rupN xf86-video-nv-2.1.20-orig/src/riva_include.h xf86-video-nv-2.1.20/src/riva_include.h
--- xf86-video-nv-2.1.20-orig/src/riva_include.h 2013-03-09 15:22:43.549152630 +0100
+++ xf86-video-nv-2.1.20/src/riva_include.h 2013-03-09 15:23:33.397857262 +0100
@@ -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"

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/savage_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/savage_drv.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
-rw-r--r-- root/root usr/share/man/man4/savage.4.gz

View File

@ -1 +0,0 @@
b29672072aacd5ea0d569235e9e25ae1 xf86-video-savage-2.3.8.tar.bz2

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndCH4BGThtpEBGXolYME+//QNDEKIiYQ6sJGODtzkHfNnNAWbs2ixPB7T+vVPMlvIp0+pmKi84xN5YaGlyzLceg0=
SHA256 (Pkgfile) = 782e8a34e43ded4b42685d68b8170269bbd3bc7aa734602323e5fe6de8152c9a
SHA256 (.footprint) = b4ea8d2bf3024528d8bdc71477787492036b27f1972055cc7438e67d9b642249
SHA256 (xf86-video-savage-2.3.8.tar.bz2) = fdcea4a86532bceb50095eaf0fe2f38bbfa160e98463b815f4b549eb9985fa63

View File

@ -1,18 +0,0 @@
# Description: xorg driver xf86-video-savage
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-savage
version=2.3.8
release=2
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-savage-$version.tar.bz2)
build() {
cd xf86-video-savage-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/trident_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/trident_drv.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
-rw-r--r-- root/root usr/share/man/man4/trident.4.gz

View File

@ -1 +0,0 @@
04243bba246fe369c30a3b970f5b1c23 xf86-video-trident-1.3.7.tar.bz2

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndGgYv4K0TZLI1wuLAERGTu/EdN1ZCHeqwW/FpJfdamM9xAhXl2PrH7wQoaIC1VnWWiCefNqo+a+LTOO+pQI4kw4=
SHA256 (Pkgfile) = 07e397d4b40af48e9f778f581da195fe61b753c1bcb8e3a075e39b532b1053f8
SHA256 (.footprint) = 121158cdfb2dc2c94b319ef6a5fa19f8e6fc4f4ab7603cfef575b96c557dd5d6
SHA256 (xf86-video-trident-1.3.7.tar.bz2) = ecd518de627a0d49e17c158bfc72ab657386c6907c91ef89fa09332558e413ae

View File

@ -1,17 +0,0 @@
# Description: xorg driver xf86-video-trident
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-trident
version=1.3.7
release=2
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-trident-$version.tar.bz2)
build() {
cd xf86-video-trident-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}