[Midnightbsd-cvs] mports: x11-servers/xorg-dmx: update to 1.5.3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 15 16:16:31 EDT 2009


Log Message:
-----------
update to 1.5.3

Modified Files:
--------------
    mports/x11-servers/xorg-dmx:
        Makefile (r1.5 -> r1.6)
        distinfo (r1.2 -> r1.3)

Removed Files:
-------------
    mports/x11-servers/xorg-dmx/files:
        patch-hw_dmx_Makefile.in
        patch-hw_dmx_dmxinput.c

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-servers/xorg-dmx/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L x11-servers/xorg-dmx/Makefile -L x11-servers/xorg-dmx/Makefile -u -r1.5 -r1.6
--- x11-servers/xorg-dmx/Makefile
+++ x11-servers/xorg-dmx/Makefile
@@ -1,15 +1,8 @@
-# New ports collection makefile for:    xorg-dmx
-# Date created:		13 Mar 2005
-# Whom:			lesi at FreeBSD.org
-#
-# $FreeBSD: ports/x11-servers/xorg-dmx/Makefile,v 1.7 2007/09/13 19:44:55 flz Exp $
 # $MidnightBSD$
-#
 
 PORTNAME=	xorg-dmx
-PORTVERSION=	1.4
+PORTVERSION=	1.5.3
 PORTEPOCH=	1
-PORTREVISION=	2
 CATEGORIES=	x11-servers
 
 MAINTAINER=	ports at MidnightBSD.org
@@ -20,7 +13,7 @@
 
 LIB_DEPENDS=	drm:${PORTSDIR}/graphics/libdrm
 USE_XORG=	x11 xf86driproto glproto randrproto renderproto fixesproto \
-		damageproto xcmiscproto xextproto xf86miscproto \
+		dri2proto damageproto xcmiscproto xextproto xf86miscproto \
 		xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \
 		resourceproto fontsproto xf86dgaproto videoproto \
 		compositeproto trapproto recordproto resourceproto \
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/x11-servers/xorg-dmx/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11-servers/xorg-dmx/distinfo -L x11-servers/xorg-dmx/distinfo -u -r1.2 -r1.3
--- x11-servers/xorg-dmx/distinfo
+++ x11-servers/xorg-dmx/distinfo
@@ -1,3 +1,3 @@
-MD5 (xorg/xserver/xorg-server-1.4.tar.bz2) = a06d9fe4f9f1d459ae02657f9ce64220
-SHA256 (xorg/xserver/xorg-server-1.4.tar.bz2) = 51b142df328d427143705371f139a08ff3bcd6efe0eab91f4178ca4017c0ebc2
-SIZE (xorg/xserver/xorg-server-1.4.tar.bz2) = 6179392
+MD5 (xorg/xserver/xorg-server-1.5.3.tar.bz2) = 308971036e25250e7fe3cccfd5a120f8
+SHA256 (xorg/xserver/xorg-server-1.5.3.tar.bz2) = a680174f54be7763819e5275c5d5d44fc9e9b6f8e9351dd45c150eb4c182d5bb
+SIZE (xorg/xserver/xorg-server-1.5.3.tar.bz2) = 5622625
--- x11-servers/xorg-dmx/files/patch-hw_dmx_dmxinput.c
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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)
-+{
-+}
--- x11-servers/xorg-dmx/files/patch-hw_dmx_Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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