View | Details | Raw Unified | Return to bug 241348 | Differences between
and this patch

Collapse All | Expand All

(-)devel/evdev-proto/Makefile (-1 / +2 lines)
Lines 4-10 Link Here
4
PORTVERSION=	4.19
4
PORTVERSION=	4.19
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
MASTER_SITES=	https://github.com/torvalds/linux/raw/v${PORTVERSION}/include/uapi/linux/
6
MASTER_SITES=	https://github.com/torvalds/linux/raw/v${PORTVERSION}/include/uapi/linux/
7
DISTFILES=	input.h input-event-codes.h uinput.h
7
DISTFILES=	input.h input-event-codes.h joystick.h uinput.h
8
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
8
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
9
9
10
MAINTAINER=	x11@FreeBSD.org
10
MAINTAINER=	x11@FreeBSD.org
Lines 46-51 Link Here
46
		/#define/ s/_IOW(.*), *int/_IOWINT\1/ ; \
46
		/#define/ s/_IOW(.*), *int/_IOWINT\1/ ; \
47
		/#define/ s/_IOW(.*), *char\*/_IO\1/ ; \
47
		/#define/ s/_IOW(.*), *char\*/_IO\1/ ; \
48
		/#define/ s/_IOC_READ/IOC_OUT/' \
48
		/#define/ s/_IOC_READ/IOC_OUT/' \
49
		${WRKSRC}/joystick.h \
49
		${WRKSRC}/uinput.h
50
		${WRKSRC}/uinput.h
50
51
51
do-install:
52
do-install:
(-)devel/evdev-proto/distinfo (-1 / +3 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1545220953
1
TIMESTAMP = 1571522080
2
SHA256 (evdev-proto-4.19/input.h) = 6daff6404fe93484d1c53f8f8bd49d3ae2094f3c1b41871e05a9ba5c8eecc420
2
SHA256 (evdev-proto-4.19/input.h) = 6daff6404fe93484d1c53f8f8bd49d3ae2094f3c1b41871e05a9ba5c8eecc420
3
SIZE (evdev-proto-4.19/input.h) = 15929
3
SIZE (evdev-proto-4.19/input.h) = 15929
4
SHA256 (evdev-proto-4.19/input-event-codes.h) = a736ca688b6d5fd5d0f52d77b620387dd1f0d360ebba53106ca7be96a8231249
4
SHA256 (evdev-proto-4.19/input-event-codes.h) = a736ca688b6d5fd5d0f52d77b620387dd1f0d360ebba53106ca7be96a8231249
5
SIZE (evdev-proto-4.19/input-event-codes.h) = 24313
5
SIZE (evdev-proto-4.19/input-event-codes.h) = 24313
6
SHA256 (evdev-proto-4.19/joystick.h) = 2e0173c796da0d7537115afae6901e80f5aad6726921afd5a3d2fcdd6ae70a39
7
SIZE (evdev-proto-4.19/joystick.h) = 3449
6
SHA256 (evdev-proto-4.19/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974
8
SHA256 (evdev-proto-4.19/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974
7
SIZE (evdev-proto-4.19/uinput.h) = 9276
9
SIZE (evdev-proto-4.19/uinput.h) = 9276

Return to bug 241348