# $FreeBSD$
PORTNAME= mtdev
PORTVERSION= 1.1.5
PORTVERSION= 1.1.6
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://bitmath.org/code/${PORTNAME}/
PKGNAMEPREFIX= lib
MAINTAINER= hselasky@FreeBSD.org
MAINTAINER= x11@FreeBSD.org
COMMENT= Multitouch Protocol Translation Library
LICENSE= MIT
SHA256 (mtdev-1.1.5.tar.bz2) = 6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f
TIMESTAMP = 1600511766
SIZE (mtdev-1.1.5.tar.bz2) = 274162
SHA256 (mtdev-1.1.6.tar.bz2) = 15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0
SIZE (mtdev-1.1.6.tar.bz2) = 295965
--- test/mtdev-test.c.orig 2014-02-28 18:48:23 UTC
+++ test/mtdev-test.c
@@ -28,11 +28,12 @@
#include <mtdev.h>
#include <stdio.h>
+#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
/* year-proof millisecond event time */
-typedef __u64 mstime_t;
+typedef uint64_t mstime_t;
static int use_event(const struct input_event *ev)
{