summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-11 10:42:55 +0000
committerwiz <wiz>2013-07-11 10:42:55 +0000
commit55cfc9dea24b2791cab93d46d421f030d789430c (patch)
tree8635fa17bc5a0f36b2d5b5845ce64f7e205ee743
parentfdb0102f66fecce615101bbcb6770c6cbed24943 (diff)
downloadpkgsrc-55cfc9dea24b2791cab93d46d421f030d789430c.tar.gz
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.
-rw-r--r--doc/CHANGES-20133
-rw-r--r--meta-pkgs/modular-xorg-apps/Makefile5
-rw-r--r--x11/Makefile3
-rw-r--r--x11/xsetmode/DESCR2
-rw-r--r--x11/xsetmode/Makefile21
-rw-r--r--x11/xsetmode/PLIST3
-rw-r--r--x11/xsetmode/distinfo5
7 files changed, 5 insertions, 37 deletions
diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013
index 14d49d6b8be..fa0c4fd0355 100644
--- a/doc/CHANGES-2013
+++ b/doc/CHANGES-2013
@@ -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 @@ Changes to the packages collection and infrastructure in 2013:
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 --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile
index 87c025563ec..3cfd75b9495 100644
--- a/meta-pkgs/modular-xorg-apps/Makefile
+++ b/meta-pkgs/modular-xorg-apps/Makefile
@@ -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+= xrdb-[0-9]*:../../x11/xrdb
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 --git a/x11/Makefile b/x11/Makefile
index 3c0f4e260cb..d933492940a 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -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+= xscript
SUBDIR+= xsel
SUBDIR+= xservers
SUBDIR+= xset
-SUBDIR+= xsetmode
SUBDIR+= xsetroot
SUBDIR+= xsm
SUBDIR+= xsnow
diff --git a/x11/xsetmode/DESCR b/x11/xsetmode/DESCR
deleted file mode 100644
index c90f5b47b3e..00000000000
--- a/x11/xsetmode/DESCR
+++ /dev/null
@@ -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 --git a/x11/xsetmode/Makefile b/x11/xsetmode/Makefile
deleted file mode 100644
index 880a4fb947e..00000000000
--- a/x11/xsetmode/Makefile
+++ /dev/null
@@ -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
-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 --git a/x11/xsetmode/PLIST b/x11/xsetmode/PLIST
deleted file mode 100644
index 3a91edb23aa..00000000000
--- a/x11/xsetmode/PLIST
+++ /dev/null
@@ -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 --git a/x11/xsetmode/distinfo b/x11/xsetmode/distinfo
deleted file mode 100644
index 76b2b1bf7ff..00000000000
--- a/x11/xsetmode/distinfo
+++ /dev/null
@@ -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