Subject: CVS commit: pkgsrc/x11/modular-xorg-server
From: Tobias Nygren
Date: 2016-02-27 03:34:46
Message id: 20160227023446.F195EFBB7@cvs.NetBSD.org

Log Message:
revert patch-hw_xfree86_common_xf86AutoConfig.c

Something is wrong with it, it breaks on x86.
I don't have time to figure out what is wrong right now.

In the meanwhile, to force wsfb instead of fbdev on ARM (which is blatantly
wrong and only applicable on Linux) you can create a config snippet:

cat << EOF > /usr/pkg/share/X11/xorg.conf.d/10-driver.conf
Section "Device"
  Identifier "wsfb"
  Driver "wsfb"
EndSection
EOF

Files:
RevisionActionfile
1.108modifypkgsrc/x11/modular-xorg-server/Makefile
1.72modifypkgsrc/x11/modular-xorg-server/distinfo
1.1removepkgsrc/x11/modular-xorg-server/patches/patch-hw_xfree86_common_xf86AutoConfig.c