Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Sep 2021 19:19:48 0.5.0 |
Jan Beich (jbeich)  Author: Vladimir Kondratyev |
devel/libudev-devd: update to 0.5.0
- Switch home to the author's repo as FreeBSDDesktop is no longer active
Changes: https://github.com/wulf7/libudev-devd/releases/tag/v0.5.0
PR: 258266
Reviewed by: jbeich
Approved by: zeising |
07 Apr 2021 08:09:01 0.4.2_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.4.2_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
15 Jan 2021 20:49:26
0.4.2_1 |
pkubaj  |
devel/libudev-devd: fix build with gcc10
Don't set -Werror:
../udev-device.c: In function 'udev_device_new_from_devnum':
../udev-device.c:93:2: error: 'strncpy' output may be truncated copying 31 bytes
from a string of length 78 [-Werror=stringop-truncation]
93 | strncpy(devbuf, devpath + 1, 31); |
28 Sep 2020 19:59:57
0.4.2_1 |
zeising  |
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442. |
18 Apr 2020 22:34:19
0.4.2 |
zeising  |
devel/libudev-devd: update to 0.4.2
Update devel/libudev-devd to 0.4.2.
This is a minor release, adding udev_device_set_sysattr_value(). |
17 Feb 2020 20:41:15
0.4.1 |
zeising  |
devel/libudev-devd: pkgconfig isn't needed
Remove dep on pkgconfig, it isn't needed for devel/libudev-devd
Noticed by: jbeich |
17 Feb 2020 20:36:47
0.4.1 |
zeising  |
devel/libudev-devd: Fix build with GCC from base
Add USES=compiler:c11 to fix build with GCC from base (by using a more
modern compiler from ports instead)
Noted by: jbeich |
17 Feb 2020 20:15:18
0.4.1 |
zeising  |
devel/libudev-devd: Update to 0.4.1
Update the version of devel/libudev-devd.
Release highlights:
- Switch to meson instead of autotools
- Add support for DRM hotplug events
- Fix detection of joysticks and accelerometers
- Add support for sysctl-based evdev property enumeration
- Add support for switch devices
Differential Revision: https://reviews.freebsd.org/D23715 (based on) |
19 Dec 2018 18:58:09
0.4 |
zeising  |
devel/libudev-devd: Update snapshot
Update devel/libudev-devd to a later snapshot
Obtained from: FreebSD Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports |
19 Dec 2018 09:09:11
0.3_2 |
zeising  |
Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel. This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.
By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.
Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers. This will be further updated.
Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work (Only the first 15 lines of the commit message are shown above ) |
29 Sep 2018 08:04:27
0.3_1 |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
23 Jul 2017 11:41:14
0.3 |
kwm  |
Update libudev-devd to 0.3.
The only change is a patch to allow libudev.h to be included in
c++ programs [1]
Submitted by: tcberner@ [1] |
29 Jan 2017 23:14:23
0.2 |
bapt  |
libudev-compatible interface for devd
Intended to work with xorg-server and libinput
WWW: https://github.com/FreeBSDDesktop/libudev-devd |