svn commit: r389705 - in head/x11-drivers/xf86-input-wacom: . files
Jan Beich
jbeich at FreeBSD.org
Mon Jun 15 13:05:27 UTC 2015
Author: jbeich
Date: Mon Jun 15 13:05:25 2015
New Revision: 389705
URL: https://svnweb.freebsd.org/changeset/ports/389705
Log:
x11-drivers/xf86-input-wacom: update to 0.30.0
Changes: http://sf.net/p/linuxwacom/xf86-input-wacom/ci/xf86-input-wacom-0.30.0/log/
Modified:
head/x11-drivers/xf86-input-wacom/Makefile (contents, props changed)
head/x11-drivers/xf86-input-wacom/distinfo (contents, props changed)
head/x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c (contents, props changed)
Modified: head/x11-drivers/xf86-input-wacom/Makefile
==============================================================================
--- head/x11-drivers/xf86-input-wacom/Makefile Mon Jun 15 13:03:11 2015 (r389704)
+++ head/x11-drivers/xf86-input-wacom/Makefile Mon Jun 15 13:05:25 2015 (r389705)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= xf86-input-wacom
-PORTVERSION= 0.29.0
+PORTVERSION= 0.30.0
CATEGORIES= x11-drivers
MASTER_SITES= SF/linuxwacom/${PORTNAME}
Modified: head/x11-drivers/xf86-input-wacom/distinfo
==============================================================================
--- head/x11-drivers/xf86-input-wacom/distinfo Mon Jun 15 13:03:11 2015 (r389704)
+++ head/x11-drivers/xf86-input-wacom/distinfo Mon Jun 15 13:05:25 2015 (r389705)
@@ -1,2 +1,2 @@
-SHA256 (xorg/driver/xf86-input-wacom-0.29.0.tar.bz2) = 88507e76f1eb98a20c4381806e03c694adcff88ac0028f93892019a7a6fc8b96
-SIZE (xorg/driver/xf86-input-wacom-0.29.0.tar.bz2) = 589495
+SHA256 (xorg/driver/xf86-input-wacom-0.30.0.tar.bz2) = 8ad4e479a4fc6d3c18e680958a8f42c3c87f15fdf8d2561810ca01a0a78841f5
+SIZE (xorg/driver/xf86-input-wacom-0.30.0.tar.bz2) = 591648
Modified: head/x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c
==============================================================================
--- head/x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c Mon Jun 15 13:03:11 2015 (r389704)
+++ head/x11-drivers/xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c Mon Jun 15 13:05:25 2015 (r389705)
@@ -37,11 +37,11 @@
}
+#endif
- static int get_baud_rate(int fd)
+ static unsigned int get_baud_rate(int fd)
{
+#ifdef __linux__
struct stat st;
- int baudrate = 19200;
+ unsigned int baudrate = 19200;
int id;
@@ -112,6 +122,9 @@ int get_baud_rate(int fd)
udev_unref(udev);
More information about the svn-ports-all
mailing list