1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Update to upstream version 0.27.0

PR:		195370
Submitted by:	jbeich@vfemail.net (maintainer)
This commit is contained in:
Thomas Zander 2014-12-06 14:07:53 +00:00
parent 4446ace568
commit 5570f85834
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374109
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= xf86-input-wacom
PORTVERSION= 0.26.1
PORTVERSION= 0.27.0
CATEGORIES= x11-drivers
MASTER_SITES= SF/linuxwacom/${PORTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (xorg/driver/xf86-input-wacom-0.26.1.tar.bz2) = 08e261185eb85ea60aa237c73fdb65360cda985198d3c252972f8230c3d194e2
SIZE (xorg/driver/xf86-input-wacom-0.26.1.tar.bz2) = 589576
SHA256 (xorg/driver/xf86-input-wacom-0.27.0.tar.bz2) = d1280361595f28c273d237cb234c28ca77617f875207ee0424a385a41407ec42
SIZE (xorg/driver/xf86-input-wacom-0.27.0.tar.bz2) = 594818

View File

@ -31,13 +31,13 @@
static int bind_kernel_driver(int fd)
{
unsigned long devt;
@@ -77,9 +85,11 @@ static int bind_kernel_driver(int fd)
@@ -77,9 +84,11 @@ static int bind_kernel_driver(int fd)
return 0;
}
+#endif
int get_baud_rate(int fd)
static int get_baud_rate(int fd)
{
+#ifdef __linux__
struct stat st;