diff options
author | wiz <wiz> | 2015-04-27 08:47:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-04-27 08:47:16 +0000 |
commit | 1014c6ce49a19c80277a3b1765cb9a162d0da008 (patch) | |
tree | 0955263f507c6e5897cf27bbc0837eb45c82086f /x11/xf86-input-void | |
parent | 52d4f3813da6154a57b15835a79dfcf169e5dd2a (diff) | |
download | pkgsrc-1014c6ce49a19c80277a3b1765cb9a162d0da008.tar.gz |
Update to 1.4.1. Should we remove this from pkgsrc? (see paragraph below)
A few cleanup patches that have been sitting on the branch for almost a
year. The void driver is a dummy driver that does nothing and just fulfils
the requirements of really old servers that must have an input device.
It is just dead weight for any server released after 2007 or so. Don't use
it.
Alan Coopersmith (4):
Link with $(XORG_LIBS) to support no-undefined linking
Fix an integer truncation warning from clang
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Gaetan Nadon (1):
config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Peter Hutterer (1):
xf86-input-void 1.4.1
Terry Lambert (1):
Return proper default for unknown values in pInfo->device_control.
Diffstat (limited to 'x11/xf86-input-void')
-rw-r--r-- | x11/xf86-input-void/Makefile | 5 | ||||
-rw-r--r-- | x11/xf86-input-void/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/xf86-input-void/Makefile b/x11/xf86-input-void/Makefile index 13d761a94c2..714f49414fe 100644 --- a/x11/xf86-input-void/Makefile +++ b/x11/xf86-input-void/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2015/04/25 14:25:21 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2015/04/27 08:47:16 wiz Exp $ -DISTNAME= xf86-input-void-1.4.0 -PKGREVISION= 3 +DISTNAME= xf86-input-void-1.4.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=driver/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xf86-input-void/distinfo b/x11/xf86-input-void/distinfo index 40ce2e19f12..ce5539562b5 100644 --- a/x11/xf86-input-void/distinfo +++ b/x11/xf86-input-void/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/05/16 05:56:29 richard Exp $ +$NetBSD: distinfo,v 1.5 2015/04/27 08:47:16 wiz Exp $ -SHA1 (xf86-input-void-1.4.0.tar.bz2) = 49b462d3acb16337eaf78202d4074f19d5e20b29 -RMD160 (xf86-input-void-1.4.0.tar.bz2) = 96aeff80628ad7b30bdf444c58343bff9aa8dd64 -Size (xf86-input-void-1.4.0.tar.bz2) = 273454 bytes +SHA1 (xf86-input-void-1.4.1.tar.bz2) = 40c4e9aa7997ee24626aa0b8ecd9e7ac82a5fd63 +RMD160 (xf86-input-void-1.4.1.tar.bz2) = aa2ff7d1dbf3389d29775860939ff0fa968abacc +Size (xf86-input-void-1.4.1.tar.bz2) = 271597 bytes |