summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-03-20 14:48:04 +0000
committerjoerg <joerg@pkgsrc.org>2007-03-20 14:48:04 +0000
commit5280149be79803a78e74db5cfe2d0ab3cb6aad72 (patch)
treeb52bbb3234b96ae6d2d046a05dd81c3d60690412
parent3f2339c28a0a8532ffb6436c283d2c19e196912c (diff)
downloadpkgsrc-5280149be79803a78e74db5cfe2d0ab3cb6aad72.tar.gz
Update to xf86-input-mouse-1.2.1, featuring minor bugfixes.
Remove gmake dependency.
-rw-r--r--x11/xf86-input-mouse/Makefile6
-rw-r--r--x11/xf86-input-mouse/distinfo9
-rw-r--r--x11/xf86-input-mouse/patches/patch-aa17
3 files changed, 25 insertions, 7 deletions
diff --git a/x11/xf86-input-mouse/Makefile b/x11/xf86-input-mouse/Makefile
index 5492a7e8d8a..5439dd8a959 100644
--- a/x11/xf86-input-mouse/Makefile
+++ b/x11/xf86-input-mouse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2006/11/16 09:24:52 taca Exp $
+# $NetBSD: Makefile,v 1.3 2007/03/20 14:48:04 joerg Exp $
-DISTNAME= xf86-input-mouse-1.1.2
+DISTNAME= xf86-input-mouse-1.2.1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/driver/
EXTRACT_SUFX= .tar.bz2
@@ -12,7 +12,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
-USE_TOOLS+= gmake pkg-config
+USE_TOOLS+= pkg-config
.include "../../x11/randrproto/buildlink3.mk"
.include "../../x11/inputproto/buildlink3.mk"
diff --git a/x11/xf86-input-mouse/distinfo b/x11/xf86-input-mouse/distinfo
index dde14cdc7c4..841415dde91 100644
--- a/x11/xf86-input-mouse/distinfo
+++ b/x11/xf86-input-mouse/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/11/14 17:15:46 joerg Exp $
+$NetBSD: distinfo,v 1.2 2007/03/20 14:48:04 joerg Exp $
-SHA1 (xf86-input-mouse-1.1.2.tar.bz2) = a774fd8ee1fb4d7b31371ac6e9bad0017f2ccc91
-RMD160 (xf86-input-mouse-1.1.2.tar.bz2) = 59c54aadf009237695e0d0fc085c783744470cba
-Size (xf86-input-mouse-1.1.2.tar.bz2) = 279229 bytes
+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
diff --git a/x11/xf86-input-mouse/patches/patch-aa b/x11/xf86-input-mouse/patches/patch-aa
new file mode 100644
index 00000000000..afb1d1639e1
--- /dev/null
+++ b/x11/xf86-input-mouse/patches/patch-aa
@@ -0,0 +1,17 @@
+$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'