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

(-)devel/libmtdev/Makefile (-2 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	mtdev
3
PORTNAME=	mtdev
4
PORTVERSION=	1.1.5
4
PORTVERSION=	1.1.6
5
PORTREVISION=	3
6
CATEGORIES=	devel
5
CATEGORIES=	devel
7
MASTER_SITES=	http://bitmath.org/code/${PORTNAME}/
6
MASTER_SITES=	http://bitmath.org/code/${PORTNAME}/
8
PKGNAMEPREFIX=	lib
7
PKGNAMEPREFIX=	lib
(-)devel/libmtdev/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (mtdev-1.1.5.tar.bz2) = 6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f
1
TIMESTAMP = 1600027899
2
SIZE (mtdev-1.1.5.tar.bz2) = 274162
2
SHA256 (mtdev-1.1.6.tar.bz2) = 15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0
3
SIZE (mtdev-1.1.6.tar.bz2) = 295965
(-)devel/libmtdev/files/patch-test_mtdev-test.c (-16 lines)
Lines 1-16 Link Here
1
--- test/mtdev-test.c.orig	2014-02-28 18:48:23 UTC
2
+++ test/mtdev-test.c
3
@@ -28,11 +28,12 @@
4
 
5
 #include <mtdev.h>
6
 #include <stdio.h>
7
+#include <stdint.h>
8
 #include <unistd.h>
9
 #include <fcntl.h>
10
 
11
 /* year-proof millisecond event time */
12
-typedef __u64 mstime_t;
13
+typedef uint64_t mstime_t;
14
 
15
 static int use_event(const struct input_event *ev)
16
 {

Return to bug 249295