Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/x11/Xserver/hw/xfree86/bin Pull up revision 1.3 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/b52b7de47f01
branches:  netbsd-3
changeset: 575225:b52b7de47f01
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:37:52 2005 +0000

description:
Pull up revision 1.3 (requested by jmc in ticket #114):
The last of the changes for missing files in i386 vs xsrc.
+ build libafb for i386 (like xsrc does)
+ hook getconfig into the build
+ add new input driver acecad
+ add new xkb symbols
+ add new font encodings
It should be safe to update the set lists for i386 now.

diffstat:

 x11/Xserver/hw/xfree86/bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 9476302b4dff -r b52b7de47f01 x11/Xserver/hw/xfree86/bin/Makefile
--- a/x11/Xserver/hw/xfree86/bin/Makefile       Wed Apr 06 21:35:47 2005 +0000
+++ b/x11/Xserver/hw/xfree86/bin/Makefile       Wed Apr 06 21:37:52 2005 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 2004/01/23 08:45:02 rtr Exp $
+#      $NetBSD: Makefile,v 1.2.8.1 2005/04/06 21:37:52 tron Exp $
 
-SUBDIR=        xf86config xf86cfg kbd_mode scanpci pcitweak mmapr mmapw gtf
+SUBDIR=        getconfig xf86config xf86cfg kbd_mode scanpci pcitweak mmapr mmapw gtf
 
 .if ${MACHINE} == "i386" || ${MACHINE_ARCH} == "x86_64"
 SUBDIR+=ioport



Home | Main Index | Thread Index | Old Index