diff options
author | nia <nia@pkgsrc.org> | 2019-08-21 17:40:41 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-08-21 17:40:41 +0000 |
commit | 73dad74225e60271dcdb5f4f0fda18e53a2396eb (patch) | |
tree | 1c429ee9ddc8351e4d1e8c6a7c4eb6b12a2e10a4 /x11/Makefile | |
parent | 07b14490296011b36c842157597757e08f373082 (diff) | |
download | pkgsrc-73dad74225e60271dcdb5f4f0fda18e53a2396eb.tar.gz |
Remove graphics/MesaLib7, x11/modular-xorg-server112
Also remove legacy drivers only building against mxs112:
* x11/xf86-video-newport
* x11/xf86-video-modesetting (integrated into later X versions)
According to tnn, these are no longer useful.
* Originally kept for drm1 users (NetBSD 6).
* The one use case that actually worked was xf86-video-ati6.
* That driver has been patched to work with the new server ABI.
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/Makefile b/x11/Makefile index 1560d0d19e8..26a361b58ce 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.841 2019/07/21 10:34:52 wiz Exp $ +# $NetBSD: Makefile,v 1.842 2019/08/21 17:40:41 nia Exp $ # COMMENT= Packages to support the X window system @@ -298,7 +298,6 @@ SUBDIR+= mkcomposecache SUBDIR+= mlterm SUBDIR+= modeline SUBDIR+= modular-xorg-server -SUBDIR+= modular-xorg-server112 SUBDIR+= modular-xorg-xephyr SUBDIR+= modular-xorg-xquartz SUBDIR+= motif @@ -534,9 +533,7 @@ SUBDIR+= xf86-video-i740 SUBDIR+= xf86-video-intel SUBDIR+= xf86-video-mach64 SUBDIR+= xf86-video-mga -SUBDIR+= xf86-video-modesetting SUBDIR+= xf86-video-neomagic -SUBDIR+= xf86-video-newport SUBDIR+= xf86-video-nouveau SUBDIR+= xf86-video-nv SUBDIR+= xf86-video-openchrome |