View | Details | Raw Unified | Return to bug 195370
Collapse All | Expand All

(-)x11-drivers/xf86-input-wacom/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	xf86-input-wacom
3
PORTNAME=	xf86-input-wacom
4
PORTVERSION=	0.26.1
4
PORTVERSION=	0.27.0
5
CATEGORIES=	x11-drivers
5
CATEGORIES=	x11-drivers
6
MASTER_SITES=	SF/linuxwacom/${PORTNAME}
6
MASTER_SITES=	SF/linuxwacom/${PORTNAME}
7
7
(-)x11-drivers/xf86-input-wacom/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/driver/xf86-input-wacom-0.26.1.tar.bz2) = 08e261185eb85ea60aa237c73fdb65360cda985198d3c252972f8230c3d194e2
1
SHA256 (xorg/driver/xf86-input-wacom-0.27.0.tar.bz2) = d1280361595f28c273d237cb234c28ca77617f875207ee0424a385a41407ec42
2
SIZE (xorg/driver/xf86-input-wacom-0.26.1.tar.bz2) = 589576
2
SIZE (xorg/driver/xf86-input-wacom-0.27.0.tar.bz2) = 594818
(-)x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c (-2 / +2 lines)
Lines 31-43 Link Here
31
 static int bind_kernel_driver(int fd)
31
 static int bind_kernel_driver(int fd)
32
 {
32
 {
33
 	unsigned long devt;
33
 	unsigned long devt;
34
@@ -77,9 +85,11 @@ static int bind_kernel_driver(int fd)
34
@@ -77,9 +84,11 @@ static int bind_kernel_driver(int fd)
35
 
35
 
36
 	return 0;
36
 	return 0;
37
 }
37
 }
38
+#endif
38
+#endif
39
 
39
 
40
 int get_baud_rate(int fd)
40
 static int get_baud_rate(int fd)
41
 {
41
 {
42
+#ifdef __linux__
42
+#ifdef __linux__
43
 	struct stat st;
43
 	struct stat st;

Return to bug 195370