Thu Jul 11 10:42:55 2013 UTC ()
Remove xsetmode. Peter Hutterer writes on xorg-devel:

xsetmode still works on devices that support multiple mode, the hooks are
still there so functionally there's nothing wrong with it. xinput has
replaced it though, you get the same with
  xinput --set-mode "device name" ABSOLUTE
since xinput is actively maintained, I recommend using that instead.


(wiz)
diff -r1.2536 -r1.2537 pkgsrc/doc/CHANGES-2013
diff -r1.25 -r1.26 pkgsrc/meta-pkgs/modular-xorg-apps/Makefile
diff -r1.704 -r1.705 pkgsrc/x11/Makefile

cvs diff -r1.2536 -r1.2537 pkgsrc/doc/CHANGES-2013 (expand / switch to context diff)
--- pkgsrc/doc/CHANGES-2013 2013/07/11 10:40:28 1.2536
+++ pkgsrc/doc/CHANGES-2013 2013/07/11 10:42:55 1.2537
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.2536 2013/07/11 10:40:28 wiz Exp $
+$NetBSD: CHANGES-2013,v 1.2537 2013/07/11 10:42:55 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2013:
 
@@ -3795,3 +3795,4 @@
 	Updated www/bozohttpd to 20130711 [mrg 2013-07-11]
 	Updated x11/xterm to 296 [wiz 2013-07-11]
 	Removed x11/xsetpointer [wiz 2013-07-11]
+	Removed x11/xsetmode [wiz 2013-07-11]

cvs diff -r1.25 -r1.26 pkgsrc/meta-pkgs/modular-xorg-apps/Makefile (expand / switch to context diff)
--- pkgsrc/meta-pkgs/modular-xorg-apps/Makefile 2013/07/11 10:40:29 1.25
+++ pkgsrc/meta-pkgs/modular-xorg-apps/Makefile 2013/07/11 10:42:55 1.26
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2013/07/11 10:40:29 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2013/07/11 10:42:55 wiz Exp $
 
 DISTNAME=	# empty
-PKGNAME=	modular-xorg-apps-1.14
+PKGNAME=	modular-xorg-apps-1.14.1
 CATEGORIES=	meta-pkgs x11
 MASTER_SITES=	${MASTER_SITE_XORG:=app/}
 DISTFILES=	# empty
@@ -68,7 +68,6 @@
 DEPENDS+=	xrefresh-[0-9]*:../../x11/xrefresh
 DEPENDS+=	xscope-[0-9]*:../../x11/xscope
 DEPENDS+=	xset-[0-9]*:../../x11/xset
-DEPENDS+=	xsetmode-[0-9]*:../../x11/xsetmode
 DEPENDS+=	xsetroot-[0-9]*:../../x11/xsetroot
 DEPENDS+=	xsm-[0-9]*:../../x11/xsm
 DEPENDS+=	xstdcmap-[0-9]*:../../x11/xstdcmap

cvs diff -r1.704 -r1.705 pkgsrc/x11/Makefile (expand / switch to context diff)
--- pkgsrc/x11/Makefile 2013/07/11 10:40:28 1.704
+++ pkgsrc/x11/Makefile 2013/07/11 10:42:55 1.705
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.704 2013/07/11 10:40:28 wiz Exp $
+# $NetBSD: Makefile,v 1.705 2013/07/11 10:42:55 wiz Exp $
 #
 
 COMMENT=	Packages to support the X window system
@@ -642,7 +642,6 @@
 SUBDIR+=	xsel
 SUBDIR+=	xservers
 SUBDIR+=	xset
-SUBDIR+=	xsetmode
 SUBDIR+=	xsetroot
 SUBDIR+=	xsm
 SUBDIR+=	xsnow