[Midnightbsd-cvs] mports: x11-servers/xorg-dmx: i hope these patches will fix the problem
crash at midnightbsd.org
crash at midnightbsd.org
Wed Aug 13 17:12:49 EDT 2008
Log Message:
-----------
i hope these patches will fix the problem with hal
Modified Files:
--------------
mports/x11-servers/xorg-dmx:
Makefile (r1.4 -> r1.5)
Added Files:
-----------
mports/x11-servers/xorg-dmx/files:
patch-hw_dmx_Makefile.in (r1.1)
patch-hw_dmx_dmxinput.c (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-servers/xorg-dmx/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11-servers/xorg-dmx/Makefile -L x11-servers/xorg-dmx/Makefile -u -r1.4 -r1.5
--- x11-servers/xorg-dmx/Makefile
+++ x11-servers/xorg-dmx/Makefile
@@ -29,7 +29,7 @@
xau dmx xtst xres pixman xtrans
CONFIGURE_ARGS= --disable-xprint --disable-xvfb --disable-xorg --disable-xnest \
- --enable-dmx --localstatedir=/var
+ --enable-dmx --localstatedir=/var --without-dtrace
MAN1= Xdmx.1 dmxtodmx.1 vdltodmx.1 xdmxconfig.1
--- /dev/null
+++ x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c
@@ -0,0 +1,17 @@
+--- hw/dmx/dmxinput.c.orig 2007-12-12 17:52:53.000000000 +0000
++++ hw/dmx/dmxinput.c 2007-12-12 17:53:22.000000000 +0000
+@@ -105,3 +105,14 @@
+ if (!dmxInput->detached && dmxInput->updateWindowInfo)
+ dmxInput->updateWindowInfo(dmxInput, type, pWindow);
+ }
++
++int
++NewInputDeviceRequest(InputOption *options, DeviceIntPtr *pdev)
++{
++ return BadValue;
++}
++
++void
++DeleteInputDeviceRequest(DeviceIntPtr dev)
++{
++}
--- /dev/null
+++ x11-servers/xorg-dmx/files/patch-hw_dmx_Makefile.in
@@ -0,0 +1,10 @@
+--- hw/dmx/Makefile.in.orig 2007-12-12 17:55:26.000000000 +0000
++++ hw/dmx/Makefile.in 2007-12-12 17:55:56.000000000 +0000
+@@ -476,6 +476,7 @@
+ Xdmx_LDADD = $(XORG_CORE_LIBS) \
+ $(XDMX_LIBS) \
+ $(GLX_LIBS) \
++ $(XSERVER_LIBS) \
+ input/libdmxinput.a \
+ config/libdmxconfig.a \
+ @DMXMODULES_LIBS@
More information about the Midnightbsd-cvs
mailing list