summaryrefslogtreecommitdiff
path: root/x11/xf86-input-mouse
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-05 23:39:02 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-05 23:39:02 +0000
commitac651283fca7f7636e2b3503256eb76a3a852bea (patch)
tree2d2c7120daa61ae8b6eb6d64c1c7951c7cbbd2b0 /x11/xf86-input-mouse
parent1c74572863c8aebe8eb48addcde9da866aea2691 (diff)
downloadpkgsrc-ac651283fca7f7636e2b3503256eb76a3a852bea.tar.gz
Update to xf86-input-mouse-1.2.2:
- add option to control mouse sensitivity
Diffstat (limited to 'x11/xf86-input-mouse')
-rw-r--r--x11/xf86-input-mouse/Makefile4
-rw-r--r--x11/xf86-input-mouse/distinfo9
-rw-r--r--x11/xf86-input-mouse/patches/patch-aa17
3 files changed, 6 insertions, 24 deletions
diff --git a/x11/xf86-input-mouse/Makefile b/x11/xf86-input-mouse/Makefile
index 5439dd8a959..015084a2862 100644
--- a/x11/xf86-input-mouse/Makefile
+++ b/x11/xf86-input-mouse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2007/03/20 14:48:04 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2007/08/05 23:39:02 joerg Exp $
-DISTNAME= xf86-input-mouse-1.2.1
+DISTNAME= xf86-input-mouse-1.2.2
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-input-mouse/distinfo b/x11/xf86-input-mouse/distinfo
index 841415dde91..82e62c80f2c 100644
--- a/x11/xf86-input-mouse/distinfo
+++ b/x11/xf86-input-mouse/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/03/20 14:48:04 joerg Exp $
+$NetBSD: distinfo,v 1.3 2007/08/05 23:39:02 joerg Exp $
-SHA1 (xf86-input-mouse-1.2.1.tar.bz2) = a6ed7f59b284886d4d7d3c033dbcfc51c07e60d0
-RMD160 (xf86-input-mouse-1.2.1.tar.bz2) = a33952001adb4e2201cb3797f7e88998eeb41d0b
-Size (xf86-input-mouse-1.2.1.tar.bz2) = 270404 bytes
-SHA1 (patch-aa) = 2b72dfaaf74909d29ee3bb28986c70fb2652fc73
+SHA1 (xf86-input-mouse-1.2.2.tar.bz2) = f546f7b99ccd4b02fc8485b337478ee60062cd2b
+RMD160 (xf86-input-mouse-1.2.2.tar.bz2) = bb22721d39671dac2c997a2817b25a5c3a26443e
+Size (xf86-input-mouse-1.2.2.tar.bz2) = 274401 bytes
diff --git a/x11/xf86-input-mouse/patches/patch-aa b/x11/xf86-input-mouse/patches/patch-aa
deleted file mode 100644
index afb1d1639e1..00000000000
--- a/x11/xf86-input-mouse/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/03/20 14:48:05 joerg Exp $
-
---- configure.orig 2007-03-20 15:38:25.000000000 +0100
-+++ configure
-@@ -2269,10 +2269,10 @@ AMSHOWCMDSAT=''
- AMDEPSHOWCMDSAT=''
- AMPRETTYECHO=true
- AMCMDECHO=echo
--if test "x$enable_pretty_cmds" == xyes;
-+if test "x$enable_pretty_cmds" = xyes;
- then
- AMSHOWCMDSAT='@'
-- test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
-+ test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@'
- AMPRETTYECHO=echo
- AMCMDECHO=true
- LT_QUIET='--quiet'