ports/xorg (3.6): xorg-xf86-video-tga: dropped obsolete driver
commit 0287d789ed9087e837fb4f19d1338d1f91c721a2 Author: Danny Rawlins <contact@romster.me> Date: Tue Nov 2 00:21:21 2021 +1100 xorg-xf86-video-tga: dropped obsolete driver diff --git a/xorg-xf86-video-tga/.footprint b/xorg-xf86-video-tga/.footprint deleted file mode 100644 index baf47b27..00000000 --- a/xorg-xf86-video-tga/.footprint +++ /dev/null @@ -1,7 +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/tga_drv.la --rwxr-xr-x root/root usr/lib/xorg/modules/drivers/tga_drv.so diff --git a/xorg-xf86-video-tga/.signature b/xorg-xf86-video-tga/.signature deleted file mode 100644 index debe3682..00000000 --- a/xorg-xf86-video-tga/.signature +++ /dev/null @@ -1,6 +0,0 @@ -untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndG2Xtp0OBazGbdoO56llXsn5vViIhYk1I/phvRHXsuq2HR4amI73YkhF6abcbGtJAaCey6zUCipA2ynp/jVcPwQ= -SHA256 (Pkgfile) = bddbe218633eca927be765e6e4edc9a1ab55a854d9c1225c47ce95309cd4e391 -SHA256 (.footprint) = b8b69adec156d76d7d45c428a033d2a0304b9c3e2d6d01ea2ba669f345690b1a -SHA256 (xf86-video-tga-1.2.2.tar.bz2) = 2023818000200eb50a59476e36d59b07a361b110e73b1d9cc526beb669306131 -SHA256 (mibstore.patch) = 59105a8395c42460d6ed90a6f7fe0ab1cefab58e61a7f6fda353d55d546bbcd6 diff --git a/xorg-xf86-video-tga/Pkgfile b/xorg-xf86-video-tga/Pkgfile deleted file mode 100644 index aa20e461..00000000 --- a/xorg-xf86-video-tga/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: xorg driver xf86-video-tga -# URL: http://xorg.freedesktop.org -# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu -# Depends on: xorg-server - -name=xorg-xf86-video-tga -version=1.2.2 -release=2 -source=(https://www.x.org/releases/individual/driver/xf86-video-tga-$version.tar.bz2 mibstore.patch) - -build() { - cd xf86-video-tga-$version - patch -p1 -i $SRC/mibstore.patch - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} diff --git a/xorg-xf86-video-tga/mibstore.patch b/xorg-xf86-video-tga/mibstore.patch deleted file mode 100644 index 53144156..00000000 --- a/xorg-xf86-video-tga/mibstore.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -rupN xf86-video-tga-1.2.2-orig/src/tga_accel.c xf86-video-tga-1.2.2/src/tga_accel.c ---- xf86-video-tga-1.2.2-orig/src/tga_accel.c 2013-03-09 15:25:10.281170192 +0100 -+++ xf86-video-tga-1.2.2/src/tga_accel.c 2013-03-09 15:25:33.688970603 +0100 -@@ -37,7 +37,6 @@ - #include "xf86cmap.h" - #include "mipointer.h" - --#include "mibstore.h" - #include "miline.h" - - #include "tga_regs.h" -diff -rupN xf86-video-tga-1.2.2-orig/src/tga_driver.c xf86-video-tga-1.2.2/src/tga_driver.c ---- xf86-video-tga-1.2.2-orig/src/tga_driver.c 2013-03-09 15:25:10.281170192 +0100 -+++ xf86-video-tga-1.2.2/src/tga_driver.c 2013-03-09 15:25:46.120395683 +0100 -@@ -46,8 +46,6 @@ - - /* software cursor */ - #include "mipointer.h" --/* backing store */ --#include "mibstore.h" - - /* #include "mibank.h" */ - /* colormap manipulation */ -@@ -1451,7 +1449,6 @@ TGAScreenInit(SCREEN_INIT_ARGS_DECL) - - fbPictureInit (pScreen, 0, 0); - -- miInitializeBackingStore(pScreen); - xf86SetBackingStore(pScreen); - xf86SetSilkenMouse(pScreen); -
participants (1)
-
crux@crux.nu