summaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-Server-snap/files/patch-xf86Configure.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-03-11 23:38:11 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-03-11 23:38:11 +0000
commit62d3b1c1fc5917881b5ddbd7e85367d9ee8f0523 (patch)
tree138a8c3c6b50724d0f2c54f9e0434141128f7521 /x11-servers/XFree86-4-Server-snap/files/patch-xf86Configure.c
parentUpdate MASTER_SITES (diff)
Update XFree86 ports, including linux_dri, to 4.3.0. Set IGNORE= in dri-devel
for being outdated. Thank you to all the testers and people who submitted patches for this update. Approved by: portmgr
Notes
Notes: svn path=/head/; revision=77104
Diffstat (limited to 'x11-servers/XFree86-4-Server-snap/files/patch-xf86Configure.c')
-rw-r--r--x11-servers/XFree86-4-Server-snap/files/patch-xf86Configure.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/files/patch-xf86Configure.c b/x11-servers/XFree86-4-Server-snap/files/patch-xf86Configure.c
deleted file mode 100644
index 79113ee6fd70..000000000000
--- a/x11-servers/XFree86-4-Server-snap/files/patch-xf86Configure.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- programs/Xserver/hw/xfree86/common/xf86Configure.c.orig Sat Jun 8 18:48:54 2002
-+++ programs/Xserver/hw/xfree86/common/xf86Configure.c Sat Jun 8 18:50:09 2002
-@@ -79,6 +79,9 @@
- #elif defined(__QNXNTO__)
- static char *DFLT_MOUSE_PROTO = "OSMouse";
- static char *DFLT_MOUSE_DEV = "/dev/devi/mouse0";
-+#elif defined(__FreeBSD__)
-+static char *DFLT_MOUSE_DEV = "/dev/sysmouse";
-+static char *DFLT_MOUSE_PROTO = "MouseSystems";
- #else
- static char *DFLT_MOUSE_DEV = "/dev/mouse";
- static char *DFLT_MOUSE_PROTO = "auto";