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 unified 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,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2013,v 1.2536 2013/07/11 10:40:28 wiz Exp $ 1$NetBSD: CHANGES-2013,v 1.2537 2013/07/11 10:42:55 wiz Exp $
2 2
3Changes to the packages collection and infrastructure in 2013: 3Changes to the packages collection and infrastructure in 2013:
4 4
5 Updated textproc/mdoclint to 1.18 [jnemeth 2013-01-01] 5 Updated textproc/mdoclint to 1.18 [jnemeth 2013-01-01]
6 Updated graphics/blender to 2.65a [ryoon 2013-01-02] 6 Updated graphics/blender to 2.65a [ryoon 2013-01-02]
7 Updated graphics/fotoxx to 13.01 [ryoon 2013-01-02] 7 Updated graphics/fotoxx to 13.01 [ryoon 2013-01-02]
8 Updated net/aria2 to 1.16.1 [ryoon 2013-01-02] 8 Updated net/aria2 to 1.16.1 [ryoon 2013-01-02]
9 Updated comms/asterisk to 11.1.1 [jnemeth 2013-01-03] 9 Updated comms/asterisk to 11.1.1 [jnemeth 2013-01-03]
10 Updated comms/asterisk to 10.11.1 [jnemeth 2013-01-03] 10 Updated comms/asterisk to 10.11.1 [jnemeth 2013-01-03]
11 Updated comms/asterisk to 1.8.19.1 [jnemeth 2013-01-03] 11 Updated comms/asterisk to 1.8.19.1 [jnemeth 2013-01-03]
12 mk/bsd.pkg.mk: freeze ended for pkgsrc-2012Q4 branch [agc 2013-01-03] 12 mk/bsd.pkg.mk: freeze ended for pkgsrc-2012Q4 branch [agc 2013-01-03]
13 Updated mail/milter-greylist to 4.4.1 [tron 2013-01-03] 13 Updated mail/milter-greylist to 4.4.1 [tron 2013-01-03]
14 Updated www/py-django-mptt to 0.5.5 [adam 2013-01-03] 14 Updated www/py-django-mptt to 0.5.5 [adam 2013-01-03]
@@ -3785,13 +3785,14 @@ Changes to the packages collection and i @@ -3785,13 +3785,14 @@ Changes to the packages collection and i
3785 Updated www/p5-URI-Escape-XS to 0.10 [schmonz 2013-07-10] 3785 Updated www/p5-URI-Escape-XS to 0.10 [schmonz 2013-07-10]
3786 Updated www/p5-LWPx-ParanoidAgent to 1.09 [schmonz 2013-07-10] 3786 Updated www/p5-LWPx-ParanoidAgent to 1.09 [schmonz 2013-07-10]
3787 Updated www/p5-LWP-UserAgent-Determined to 1.06 [schmonz 2013-07-10] 3787 Updated www/p5-LWP-UserAgent-Determined to 1.06 [schmonz 2013-07-10]
3788 Updated www/p5-LWP-Protocol-https to 6.04 [schmonz 2013-07-10] 3788 Updated www/p5-LWP-Protocol-https to 6.04 [schmonz 2013-07-10]
3789 Updated www/p5-CGI to 3.63 [schmonz 2013-07-10] 3789 Updated www/p5-CGI to 3.63 [schmonz 2013-07-10]
3790 Updated time/p5-TimeDate to 2.30 [schmonz 2013-07-10] 3790 Updated time/p5-TimeDate to 2.30 [schmonz 2013-07-10]
3791 Updated textproc/p5-Text-Sass to 0.97 [wen 2013-07-11] 3791 Updated textproc/p5-Text-Sass to 0.97 [wen 2013-07-11]
3792 Updated www/ikiwiki to 3.20130710 [schmonz 2013-07-11] 3792 Updated www/ikiwiki to 3.20130710 [schmonz 2013-07-11]
3793 Updated sysutils/cdrtools to 3.01alpha16 [wiz 2013-07-11] 3793 Updated sysutils/cdrtools to 3.01alpha16 [wiz 2013-07-11]
3794 Updated security/libsodium to 0.4.2 [wiz 2013-07-11] 3794 Updated security/libsodium to 0.4.2 [wiz 2013-07-11]
3795 Updated www/bozohttpd to 20130711 [mrg 2013-07-11] 3795 Updated www/bozohttpd to 20130711 [mrg 2013-07-11]
3796 Updated x11/xterm to 296 [wiz 2013-07-11] 3796 Updated x11/xterm to 296 [wiz 2013-07-11]
3797 Removed x11/xsetpointer [wiz 2013-07-11] 3797 Removed x11/xsetpointer [wiz 2013-07-11]
 3798 Removed x11/xsetmode [wiz 2013-07-11]

cvs diff -r1.25 -r1.26 pkgsrc/meta-pkgs/modular-xorg-apps/Makefile (expand / switch to unified 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,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.25 2013/07/11 10:40:29 wiz Exp $ 1# $NetBSD: Makefile,v 1.26 2013/07/11 10:42:55 wiz Exp $
2 2
3DISTNAME= # empty 3DISTNAME= # empty
4PKGNAME= modular-xorg-apps-1.14 4PKGNAME= modular-xorg-apps-1.14.1
5CATEGORIES= meta-pkgs x11 5CATEGORIES= meta-pkgs x11
6MASTER_SITES= ${MASTER_SITE_XORG:=app/} 6MASTER_SITES= ${MASTER_SITE_XORG:=app/}
7DISTFILES= # empty 7DISTFILES= # empty
8 8
9MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
10HOMEPAGE= http://xorg.freedesktop.org/ 10HOMEPAGE= http://xorg.freedesktop.org/
11COMMENT= Modular Xorg application meta-package 11COMMENT= Modular Xorg application meta-package
12 12
13META_PACKAGE= yes 13META_PACKAGE= yes
14 14
15DEPENDS+= xbiff-[0-9]*:../../mail/xbiff 15DEPENDS+= xbiff-[0-9]*:../../mail/xbiff
16DEPENDS+= twm-[0-9]*:../../wm/twm 16DEPENDS+= twm-[0-9]*:../../wm/twm
17DEPENDS+= appres-[0-9]*:../../x11/appres 17DEPENDS+= appres-[0-9]*:../../x11/appres
@@ -58,24 +58,23 @@ DEPENDS+= xlsfonts-[0-9]*:../../x11/xlsf @@ -58,24 +58,23 @@ DEPENDS+= xlsfonts-[0-9]*:../../x11/xlsf
58DEPENDS+= xmag-[0-9]*:../../x11/xmag 58DEPENDS+= xmag-[0-9]*:../../x11/xmag
59DEPENDS+= xman-[0-9]*:../../x11/xman 59DEPENDS+= xman-[0-9]*:../../x11/xman
60DEPENDS+= xmessage-[0-9]*:../../x11/xmessage 60DEPENDS+= xmessage-[0-9]*:../../x11/xmessage
61DEPENDS+= xmodmap-[0-9]*:../../x11/xmodmap 61DEPENDS+= xmodmap-[0-9]*:../../x11/xmodmap
62DEPENDS+= xmore-[0-9]*:../../x11/xmore 62DEPENDS+= xmore-[0-9]*:../../x11/xmore
63DEPENDS+= xplsprinters-[0-9]*:../../x11/xplsprinters 63DEPENDS+= xplsprinters-[0-9]*:../../x11/xplsprinters
64DEPENDS+= xprehashprinterlist-[0-9]*:../../x11/xprehashprinterlist 64DEPENDS+= xprehashprinterlist-[0-9]*:../../x11/xprehashprinterlist
65DEPENDS+= xprop-[0-9]*:../../x11/xprop 65DEPENDS+= xprop-[0-9]*:../../x11/xprop
66DEPENDS+= xrandr-[0-9]*:../../x11/xrandr 66DEPENDS+= xrandr-[0-9]*:../../x11/xrandr
67DEPENDS+= xrdb-[0-9]*:../../x11/xrdb 67DEPENDS+= xrdb-[0-9]*:../../x11/xrdb
68DEPENDS+= xrefresh-[0-9]*:../../x11/xrefresh 68DEPENDS+= xrefresh-[0-9]*:../../x11/xrefresh
69DEPENDS+= xscope-[0-9]*:../../x11/xscope 69DEPENDS+= xscope-[0-9]*:../../x11/xscope
70DEPENDS+= xset-[0-9]*:../../x11/xset 70DEPENDS+= xset-[0-9]*:../../x11/xset
71DEPENDS+= xsetmode-[0-9]*:../../x11/xsetmode 
72DEPENDS+= xsetroot-[0-9]*:../../x11/xsetroot 71DEPENDS+= xsetroot-[0-9]*:../../x11/xsetroot
73DEPENDS+= xsm-[0-9]*:../../x11/xsm 72DEPENDS+= xsm-[0-9]*:../../x11/xsm
74DEPENDS+= xstdcmap-[0-9]*:../../x11/xstdcmap 73DEPENDS+= xstdcmap-[0-9]*:../../x11/xstdcmap
75DEPENDS+= xterm-[0-9]*:../../x11/xterm 74DEPENDS+= xterm-[0-9]*:../../x11/xterm
76DEPENDS+= xvinfo-[0-9]*:../../x11/xvinfo 75DEPENDS+= xvinfo-[0-9]*:../../x11/xvinfo
77DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo 76DEPENDS+= xwininfo-[0-9]*:../../x11/xwininfo
78DEPENDS+= xwd-[0-9]*:../../x11/xwd 77DEPENDS+= xwd-[0-9]*:../../x11/xwd
79DEPENDS+= xwud-[0-9]*:../../x11/xwud 78DEPENDS+= xwud-[0-9]*:../../x11/xwud
80 79
81.include "../../mk/bsd.pkg.mk" 80.include "../../mk/bsd.pkg.mk"

cvs diff -r1.704 -r1.705 pkgsrc/x11/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/Makefile 2013/07/11 10:40:28 1.704
+++ pkgsrc/x11/Makefile 2013/07/11 10:42:55 1.705
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.704 2013/07/11 10:40:28 wiz Exp $ 1# $NetBSD: Makefile,v 1.705 2013/07/11 10:42:55 wiz Exp $
2# 2#
3 3
4COMMENT= Packages to support the X window system 4COMMENT= Packages to support the X window system
5 5
6SUBDIR+= 9term 6SUBDIR+= 9term
7SUBDIR+= XaoS 7SUBDIR+= XaoS
8SUBDIR+= Xaw-Xpm 8SUBDIR+= Xaw-Xpm
9SUBDIR+= Xaw3d 9SUBDIR+= Xaw3d
10SUBDIR+= Xbae 10SUBDIR+= Xbae
11SUBDIR+= Xcomposite 11SUBDIR+= Xcomposite
12SUBDIR+= Xfixes 12SUBDIR+= Xfixes
13SUBDIR+= XmHTML 13SUBDIR+= XmHTML
14SUBDIR+= Xrender 14SUBDIR+= Xrender
@@ -632,27 +632,26 @@ SUBDIR+= xproto @@ -632,27 +632,26 @@ SUBDIR+= xproto
632SUBDIR+= xproxymanagementprotocol 632SUBDIR+= xproxymanagementprotocol
633SUBDIR+= xrandr 633SUBDIR+= xrandr
634SUBDIR+= xrdb 634SUBDIR+= xrdb
635SUBDIR+= xrefresh 635SUBDIR+= xrefresh
636SUBDIR+= xrestop 636SUBDIR+= xrestop
637SUBDIR+= xscope 637SUBDIR+= xscope
638SUBDIR+= xscreensaver 638SUBDIR+= xscreensaver
639SUBDIR+= xscreensaver-demo 639SUBDIR+= xscreensaver-demo
640SUBDIR+= xscribble 640SUBDIR+= xscribble
641SUBDIR+= xscript 641SUBDIR+= xscript
642SUBDIR+= xsel 642SUBDIR+= xsel
643SUBDIR+= xservers 643SUBDIR+= xservers
644SUBDIR+= xset 644SUBDIR+= xset
645SUBDIR+= xsetmode 
646SUBDIR+= xsetroot 645SUBDIR+= xsetroot
647SUBDIR+= xsm 646SUBDIR+= xsm
648SUBDIR+= xsnow 647SUBDIR+= xsnow
649SUBDIR+= xstdcmap 648SUBDIR+= xstdcmap
650SUBDIR+= xteddy 649SUBDIR+= xteddy
651SUBDIR+= xteddy2 650SUBDIR+= xteddy2
652SUBDIR+= xterm 651SUBDIR+= xterm
653SUBDIR+= xtermset 652SUBDIR+= xtermset
654SUBDIR+= xtoolwait 653SUBDIR+= xtoolwait
655SUBDIR+= xtrans 654SUBDIR+= xtrans
656SUBDIR+= xvattr 655SUBDIR+= xvattr
657SUBDIR+= xvidcap 656SUBDIR+= xvidcap
658SUBDIR+= xvidcap-gtk2 657SUBDIR+= xvidcap-gtk2