pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove xsetpointer. Peter Hutterer writes on xorg-devel:
details: https://anonhg.NetBSD.org/pkgsrc/rev/95760ff92da9
branches: trunk
changeset: 621540:95760ff92da9
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 11 10:40:28 2013 +0000
description:
Remove xsetpointer. Peter Hutterer writes on xorg-devel:
xsetpointer sets an input device as the core pointer. This dates
back to when an extension device could not be a core device at the
same time and is obsolete since server 1.4 (2006 or so I think).
the request always fails now (96e32805d12fc36f0fa0926dbfb0dd8a5cadb739).
xinput set-pointer is the equiv xsetpointer, but still doesn't do
anything, that app is truly dead.
diffstat:
doc/CHANGES-2013 | 3 ++-
meta-pkgs/modular-xorg-apps/Makefile | 3 +--
x11/Makefile | 3 +--
x11/xsetpointer/DESCR | 2 --
x11/xsetpointer/Makefile | 21 ---------------------
x11/xsetpointer/PLIST | 3 ---
x11/xsetpointer/distinfo | 5 -----
7 files changed, 4 insertions(+), 36 deletions(-)
diffs (95 lines):
diff -r 2793386d6ae5 -r 95760ff92da9 doc/CHANGES-2013
--- a/doc/CHANGES-2013 Thu Jul 11 09:37:12 2013 +0000
+++ b/doc/CHANGES-2013 Thu Jul 11 10:40:28 2013 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2013,v 1.2535 2013/07/11 09:37:12 wiz Exp $
+$NetBSD: CHANGES-2013,v 1.2536 2013/07/11 10:40:28 wiz Exp $
Changes to the packages collection and infrastructure in 2013:
@@ -3794,3 +3794,4 @@
Updated security/libsodium to 0.4.2 [wiz 2013-07-11]
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]
diff -r 2793386d6ae5 -r 95760ff92da9 meta-pkgs/modular-xorg-apps/Makefile
--- a/meta-pkgs/modular-xorg-apps/Makefile Thu Jul 11 09:37:12 2013 +0000
+++ b/meta-pkgs/modular-xorg-apps/Makefile Thu Jul 11 10:40:28 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2013/05/31 11:37:25 rodent Exp $
+# $NetBSD: Makefile,v 1.25 2013/07/11 10:40:29 wiz Exp $
DISTNAME= # empty
PKGNAME= modular-xorg-apps-1.14
@@ -69,7 +69,6 @@
DEPENDS+= xscope-[0-9]*:../../x11/xscope
DEPENDS+= xset-[0-9]*:../../x11/xset
DEPENDS+= xsetmode-[0-9]*:../../x11/xsetmode
-DEPENDS+= xsetpointer-[0-9]*:../../x11/xsetpointer
DEPENDS+= xsetroot-[0-9]*:../../x11/xsetroot
DEPENDS+= xsm-[0-9]*:../../x11/xsm
DEPENDS+= xstdcmap-[0-9]*:../../x11/xstdcmap
diff -r 2793386d6ae5 -r 95760ff92da9 x11/Makefile
--- a/x11/Makefile Thu Jul 11 09:37:12 2013 +0000
+++ b/x11/Makefile Thu Jul 11 10:40:28 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.703 2013/07/07 15:08:53 rodent Exp $
+# $NetBSD: Makefile,v 1.704 2013/07/11 10:40:28 wiz Exp $
#
COMMENT= Packages to support the X window system
@@ -643,7 +643,6 @@
SUBDIR+= xservers
SUBDIR+= xset
SUBDIR+= xsetmode
-SUBDIR+= xsetpointer
SUBDIR+= xsetroot
SUBDIR+= xsm
SUBDIR+= xsnow
diff -r 2793386d6ae5 -r 95760ff92da9 x11/xsetpointer/DESCR
--- a/x11/xsetpointer/DESCR Thu Jul 11 09:37:12 2013 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-The xsetpointer program is used to select an XInput device as the main
-pointer. This is from the modular X.org X11 project.
diff -r 2793386d6ae5 -r 95760ff92da9 x11/xsetpointer/Makefile
--- a/x11/xsetpointer/Makefile Thu Jul 11 09:37:12 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= xsetpointer-1.0.1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= joerg%NetBSD.org@localhost
-HOMEPAGE= http://xorg.freedesktop.org/
-COMMENT= Set an XInput device as the main pointer
-
-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 2793386d6ae5 -r 95760ff92da9 x11/xsetpointer/PLIST
--- a/x11/xsetpointer/PLIST Thu Jul 11 09:37:12 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:16 joerg Exp $
-bin/xsetpointer
-man/man1/xsetpointer.1
diff -r 2793386d6ae5 -r 95760ff92da9 x11/xsetpointer/distinfo
--- a/x11/xsetpointer/distinfo Thu Jul 11 09:37:12 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:16 joerg Exp $
-
-SHA1 (xsetpointer-1.0.1.tar.bz2) = a8b01c6f27625a6f6943f9be17b1e5511f69d710
-RMD160 (xsetpointer-1.0.1.tar.bz2) = 281a766d1b6a34575fd589901417c0cb80e110ee
-Size (xsetpointer-1.0.1.tar.bz2) = 83260 bytes
Home |
Main Index |
Thread Index |
Old Index