diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-20 14:48:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-20 14:48:04 +0000 |
commit | 7862d90cda77d35705d41f706cef40c37eb3813d (patch) | |
tree | b52bbb3234b96ae6d2d046a05dd81c3d60690412 /x11/xf86-input-mouse | |
parent | 1726f6b82177cda8fcc6b9d0c903bad3f5b20518 (diff) | |
download | pkgsrc-7862d90cda77d35705d41f706cef40c37eb3813d.tar.gz |
Update to xf86-input-mouse-1.2.1, featuring minor bugfixes.
Remove gmake dependency.
Diffstat (limited to 'x11/xf86-input-mouse')
-rw-r--r-- | x11/xf86-input-mouse/Makefile | 6 | ||||
-rw-r--r-- | x11/xf86-input-mouse/distinfo | 9 | ||||
-rw-r--r-- | x11/xf86-input-mouse/patches/patch-aa | 17 |
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' |