Import of pkgsrc-2015Q3

This commit is contained in:
2016-01-21 23:42:40 +01:00
committed by sambuc
parent f641581404
commit 9d819b6d54
7578 changed files with 228313 additions and 80017 deletions
+1
View File
@@ -0,0 +1 @@
Aiptek HyperPen 6000 input driver for the Xorg X server.
+26
View File
@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.2 2015/07/04 06:38:06 richard Exp $
DISTNAME= xf86-input-hyperpen-1.4.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Aiptek HyperPen 6000 input driver for the Xorg X server
#LICENSE= # TODO: (see mk/license.mk)
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES+= c99
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4
.endif
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/modular-xorg-server/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
+2
View File
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2015/07/02 03:37:48 rodent Exp $
lib/xorg/modules/input/hyperpen_drv.la
+6
View File
@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2015/07/04 06:38:06 richard Exp $
SHA1 (xf86-input-hyperpen-1.4.1.tar.bz2) = 4a3555310e812dc895b7493b11f7377314c36a75
RMD160 (xf86-input-hyperpen-1.4.1.tar.bz2) = 500b2bff3b91fbdc3814c32dbdef88e553ba2b2a
Size (xf86-input-hyperpen-1.4.1.tar.bz2) = 266891 bytes
SHA1 (patch-src_xf86HyperPen.c) = f2463f0dbbc37ea9125f5ba758b8a982e4613637
@@ -0,0 +1,16 @@
$NetBSD: patch-src_xf86HyperPen.c,v 1.1 2015/07/04 06:38:06 richard Exp $
sun specific processing obsoleted in 1.4.0
https://bugs.freedesktop.org/show_bug.cgi?id=91216
--- src/xf86HyperPen.c.orig 2011-07-05 01:34:17.000000000 +0000
+++ src/xf86HyperPen.c
@@ -845,7 +845,7 @@ xf86HypInit(InputDriverPtr drv,
pInfo->fd = -1;
priv->AutoPT = 1;
-#if defined(sun) && !defined(i386)
+#if 0 && defined(sun) && !defined(i386)
if (dev_name) {
priv->hypDevice = (char *)alloc(strlen(dev_name) + 1);
strcpy(priv->hypDevice, dev_name);