pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xf86-input-vmmouse Update to 12.6.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/042bef7362cb
branches:  trunk
changeset: 555155:042bef7362cb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 25 16:04:11 2009 +0000

description:
Update to 12.6.3:

12.6.3:
Peter Hutterer (3):
Fix build against master - add xf86OSmouse.h
Fix make distcheck allowing custom build directories.
Bump for 12.6.3 release

12.6.2:
Philip Langdale (5):
Narrow down the scope of what systems are checked for the vmmouse device.
Don't flush buttons.
Only turn on absolute mode when we get an actual event; we don't
Revert "Narrow down the scope of what systems are checked for the
vmmouse device."
Bump for 12.6.2 release.

12.6.1:
Philip Langdale (2):
Remove call to iopl(). It's not portable and isn't necessary.
Bump for 12.6.1 release.

12.6.0:
Philip Langdale (5):
Move shared vmmouse files into a separate static lib so we can
Ignore more stuff in .gitignore
Add HAL integration to support input hot plug.
Switch hal-probe-vmmouse to /bin/sh and add Copyright statement.
Bump version number for 12.6.0 release.

12.5.2:
Adam Jackson (1):
Remove useless call to xf86AddModuleInfo

Matthias Hopf (2):
Grab mouse from kernel if possible.
Revert "Grab mouse from kernel if possible."

Philip Langdale (3):
Properly set axis range and resolution for Server 1.5+
Change ZAxisMapping default to match main mouse driver.
Bump version number for 12.5.2 release.

diffstat:

 x11/xf86-input-vmmouse/Makefile |   5 ++---
 x11/xf86-input-vmmouse/PLIST    |  11 ++++++++++-
 x11/xf86-input-vmmouse/distinfo |   8 ++++----
 3 files changed, 16 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 9129536966d7 -r 042bef7362cb x11/xf86-input-vmmouse/Makefile
--- a/x11/xf86-input-vmmouse/Makefile   Wed Feb 25 15:52:55 2009 +0000
+++ b/x11/xf86-input-vmmouse/Makefile   Wed Feb 25 16:04:11 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2008/10/28 05:37:10 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2009/02/25 16:04:11 wiz Exp $
 
-DISTNAME=      xf86-input-vmmouse-12.5.1
-PKGREVISION=   2
+DISTNAME=      xf86-input-vmmouse-12.6.3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 9129536966d7 -r 042bef7362cb x11/xf86-input-vmmouse/PLIST
--- a/x11/xf86-input-vmmouse/PLIST      Wed Feb 25 15:52:55 2009 +0000
+++ b/x11/xf86-input-vmmouse/PLIST      Wed Feb 25 16:04:11 2009 +0000
@@ -1,6 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2008/10/28 05:37:10 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/02/25 16:04:11 wiz Exp $
+bin/vmmouse_detect
+lib/hal/hal-probe-vmmouse
 lib/xorg/modules/input/vmmouse_drv.la
+man/man1/vmmouse_detect.1
 man/man4/vmmouse.4
+share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi
+@unexec ${RMDIR} %D/share/hal/fdi/policy/20thirdparty 2> /dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/hal/fdi/policy 2> /dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/hal/fdi 2> /dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/hal 2> /dev/null || ${TRUE}
 @comment @dirrm lib/xorg/modules/input
 @comment @dirrm lib/xorg/modules
 @comment @dirrm lib/xorg
+@comment @dirrm lib/hal
diff -r 9129536966d7 -r 042bef7362cb x11/xf86-input-vmmouse/distinfo
--- a/x11/xf86-input-vmmouse/distinfo   Wed Feb 25 15:52:55 2009 +0000
+++ b/x11/xf86-input-vmmouse/distinfo   Wed Feb 25 16:04:11 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/08/07 16:47:39 tnn Exp $
+$NetBSD: distinfo,v 1.3 2009/02/25 16:04:11 wiz Exp $
 
-SHA1 (xf86-input-vmmouse-12.5.1.tar.bz2) = 7df8ddc6a893edb9d3748c74ec0b9c6d6f01c39d
-RMD160 (xf86-input-vmmouse-12.5.1.tar.bz2) = 5bcd834e8e0d2577ab024bbe0058a7908cbe3a71
-Size (xf86-input-vmmouse-12.5.1.tar.bz2) = 245459 bytes
+SHA1 (xf86-input-vmmouse-12.6.3.tar.bz2) = 9181902f29d97dc46e906dcb8c22c25840148fd1
+RMD160 (xf86-input-vmmouse-12.6.3.tar.bz2) = d3b7a9c6c944d6c3ebb32f81d15c0ef28221716a
+Size (xf86-input-vmmouse-12.6.3.tar.bz2) = 252631 bytes



Home | Main Index | Thread Index | Old Index