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.
This commit is contained in:
parent
2d395fad1c
commit
cd2a12dabd
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue