diff options
author | dumbbell <dumbbell@FreeBSD.org> | 2014-12-20 07:03:54 +0800 |
---|---|---|
committer | dumbbell <dumbbell@FreeBSD.org> | 2014-12-20 07:03:54 +0800 |
commit | a3afe6e889e504242b3654ec235424592614a684 (patch) | |
tree | e484d37e2856dd43389bc284d3dd6136848e4c6c /x11-drivers/Makefile | |
parent | c60e2d34250c4755873d3fa27565fe6e3b194082 (diff) | |
download | freebsd-ports-gnome-a3afe6e889e504242b3654ec235424592614a684.tar.gz freebsd-ports-gnome-a3afe6e889e504242b3654ec235424592614a684.tar.zst freebsd-ports-gnome-a3afe6e889e504242b3654ec235424592614a684.zip |
x11-servers/xorg-server: Update to 1.14
The X.Org server has been updated to 1.14. The changes it brings are described
in a post on the Graphics team blog:
http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/
The most noticable change is the DEVD input device autodetection backend
which is enabled by default, replacing the HAL backend. The keyboard
layout configuration must be migrated from HAL's .fdi files to X.Org
files. The procedure is explained in the post mentionned above.
Several ports were removed with this update, mainly because they are not
compatible with the X.Org server anymore:
o nvidia-driver-71
o nvidia-driver-96
o xf86-input-egalax
o xf86-video-newport
o xf86-video-tga
PR: 155696, 181660, 183478 (partially fixed), 188640, 191331
Differential Revision: https://reviews.freebsd.org/D1337
Submitted by: ak (most of the work on the DEVD backend), dumbbell, kwm,
zeising
Tested by: Many people on freebsd-x11@ and IRC
Reviewed by: kwm, portmgr (antoine)
Approved by: kwm, portmgr (antoine)
Diffstat (limited to 'x11-drivers/Makefile')
-rw-r--r-- | x11-drivers/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index 3ca41013f430..b4da56f9f34a 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -4,7 +4,6 @@ COMMENT = X11 drivers SUBDIR += xf86-input-acecad - SUBDIR += xf86-input-egalax SUBDIR += xf86-input-elographics SUBDIR += xf86-input-fpit SUBDIR += xf86-input-hyperpen @@ -32,7 +31,6 @@ SUBDIR += xf86-video-mach64 SUBDIR += xf86-video-mga SUBDIR += xf86-video-neomagic - SUBDIR += xf86-video-newport SUBDIR += xf86-video-nv SUBDIR += xf86-video-openchrome SUBDIR += xf86-video-r128 @@ -45,7 +43,6 @@ SUBDIR += xf86-video-sis SUBDIR += xf86-video-sunffb SUBDIR += xf86-video-tdfx - SUBDIR += xf86-video-tga SUBDIR += xf86-video-trident SUBDIR += xf86-video-tseng SUBDIR += xf86-video-vesa |