mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
devel/evdev-proto: Update to 5.3
There are currently 3 copies of joystick.h in the ports tree with more on the way. Provide it in evdev-proto instead to avoid adding more copies and to allow removing the existing ones. PR: 241348 Submitted by: rozhuk.im@gmail.com Reviewed by: wulf Approved by: portmgr (antoine) Exp-run by: antoine
This commit is contained in:
parent
45b978fe5f
commit
d5c010ff70
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518490
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= evdev-proto
|
||||
PORTVERSION= 4.19
|
||||
PORTVERSION= 5.3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://github.com/torvalds/linux/raw/v${PORTVERSION}/include/uapi/linux/
|
||||
DISTFILES= input.h input-event-codes.h uinput.h
|
||||
DISTFILES= input.h input-event-codes.h joystick.h uinput.h
|
||||
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
@ -46,6 +46,7 @@ post-patch:
|
||||
/#define/ s/_IOW(.*), *int/_IOWINT\1/ ; \
|
||||
/#define/ s/_IOW(.*), *char\*/_IO\1/ ; \
|
||||
/#define/ s/_IOC_READ/IOC_OUT/' \
|
||||
${WRKSRC}/joystick.h \
|
||||
${WRKSRC}/uinput.h
|
||||
|
||||
do-install:
|
||||
|
@ -1,7 +1,9 @@
|
||||
TIMESTAMP = 1545220953
|
||||
SHA256 (evdev-proto-4.19/input.h) = 6daff6404fe93484d1c53f8f8bd49d3ae2094f3c1b41871e05a9ba5c8eecc420
|
||||
SIZE (evdev-proto-4.19/input.h) = 15929
|
||||
SHA256 (evdev-proto-4.19/input-event-codes.h) = a736ca688b6d5fd5d0f52d77b620387dd1f0d360ebba53106ca7be96a8231249
|
||||
SIZE (evdev-proto-4.19/input-event-codes.h) = 24313
|
||||
SHA256 (evdev-proto-4.19/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974
|
||||
SIZE (evdev-proto-4.19/uinput.h) = 9276
|
||||
TIMESTAMP = 1572423799
|
||||
SHA256 (evdev-proto-5.3/input.h) = 604bffbf87f5f878492c1f27060e46c6df8bc6f287e5eba704c74fd35d2cfd22
|
||||
SIZE (evdev-proto-5.3/input.h) = 16012
|
||||
SHA256 (evdev-proto-5.3/input-event-codes.h) = da98fb10ef60609ec72deb28d90dd0b6520071f340e9ffe7695d7118ffc2ee9b
|
||||
SIZE (evdev-proto-5.3/input-event-codes.h) = 25228
|
||||
SHA256 (evdev-proto-5.3/joystick.h) = 2e0173c796da0d7537115afae6901e80f5aad6726921afd5a3d2fcdd6ae70a39
|
||||
SIZE (evdev-proto-5.3/joystick.h) = 3449
|
||||
SHA256 (evdev-proto-5.3/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974
|
||||
SIZE (evdev-proto-5.3/uinput.h) = 9276
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= libevdev
|
||||
PORTVERSION= 1.5.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= evdev
|
||||
PORTVERSION= 0.8.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
Loading…
Reference in New Issue
Block a user