pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Remove xsetmode. Peter Hutterer writes on xorg-devel:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08c11fad8250
branches:  trunk
changeset: 621541:08c11fad8250
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jul 11 10:42:55 2013 +0000

description:
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.

diffstat:

 doc/CHANGES-2013                     |   3 ++-
 meta-pkgs/modular-xorg-apps/Makefile |   5 ++---
 x11/Makefile                         |   3 +--
 x11/xsetmode/DESCR                   |   2 --
 x11/xsetmode/Makefile                |  21 ---------------------
 x11/xsetmode/PLIST                   |   3 ---
 x11/xsetmode/distinfo                |   5 -----
 7 files changed, 5 insertions(+), 37 deletions(-)

diffs (99 lines):

diff -r 95760ff92da9 -r 08c11fad8250 doc/CHANGES-2013
--- a/doc/CHANGES-2013  Thu Jul 11 10:40:28 2013 +0000
+++ b/doc/CHANGES-2013  Thu Jul 11 10:42:55 2013 +0000
@@ -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]
diff -r 95760ff92da9 -r 08c11fad8250 meta-pkgs/modular-xorg-apps/Makefile
--- a/meta-pkgs/modular-xorg-apps/Makefile      Thu Jul 11 10:40:28 2013 +0000
+++ b/meta-pkgs/modular-xorg-apps/Makefile      Thu Jul 11 10:42:55 2013 +0000
@@ -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
diff -r 95760ff92da9 -r 08c11fad8250 x11/Makefile
--- a/x11/Makefile      Thu Jul 11 10:40:28 2013 +0000
+++ b/x11/Makefile      Thu Jul 11 10:42:55 2013 +0000
@@ -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
diff -r 95760ff92da9 -r 08c11fad8250 x11/xsetmode/DESCR
--- a/x11/xsetmode/DESCR        Thu Jul 11 10:40:28 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-The xsetroot program is used to switch XInput devices between absolute
-and relative positioning. This is from the modular X.org X11 project.
diff -r 95760ff92da9 -r 08c11fad8250 x11/xsetmode/Makefile
--- a/x11/xsetmode/Makefile     Thu Jul 11 10:40:28 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/10/29 05:07:20 asau Exp $
-#
-
-DISTNAME=              xsetmode-1.0.0
-CATEGORIES=            x11
-MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX=          .tar.bz2
-
-MAINTAINER=            joerg%NetBSD.org@localhost
-HOMEPAGE=              http://xorg.freedesktop.org/
-COMMENT=               Switch mode of XInput devices
-
-GNU_CONFIGURE=         yes
-USE_TOOLS+=            pkg-config
-
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXi/buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff -r 95760ff92da9 -r 08c11fad8250 x11/xsetmode/PLIST
--- a/x11/xsetmode/PLIST        Thu Jul 11 10:40:28 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/10 13:47:12 joerg Exp $
-bin/xsetmode
-man/man1/xsetmode.1
diff -r 95760ff92da9 -r 08c11fad8250 x11/xsetmode/distinfo
--- a/x11/xsetmode/distinfo     Thu Jul 11 10:40:28 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/04/10 13:47:12 joerg Exp $
-
-SHA1 (xsetmode-1.0.0.tar.bz2) = add4e6a91c9d0e7d1a80b3534c64d6b7bf633ea0
-RMD160 (xsetmode-1.0.0.tar.bz2) = 40088c9246a6d67e8d3c759151077fb3cb7dd7a6
-Size (xsetmode-1.0.0.tar.bz2) = 73757 bytes



Home | Main Index | Thread Index | Old Index