Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.0 21 Sep 2024 21:33:28 |
Vladimir Kondratyev (wulf) |
devel/libudev-devd: update to 0.6.0
This adds support for PCI and network devices
Sponsored by: Future Crew LLC
PR: 281632
Approved by: x11 (manu) |
0.5.2 09 Oct 2023 17:45:47 |
Gleb Popov (arrowd) |
devel/libudev-devd: Update to 0.5.2 |
0.5.1 20 Apr 2023 06:45:24 |
Vladimir Kondratyev (wulf) |
devel/libudev-devd: Update to 0.5.1
The update contains fixes for muffin 5.4 and PRIME
PR: 270937
Approved by: x11 (manu) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5.0 06 Sep 2021 19:19:48 |
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 |
0.4.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.4.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.2_1 15 Jan 2021 20:49:26 |
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); |
0.4.2_1 28 Sep 2020 19:59:57 |
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. |
0.4.2 18 Apr 2020 22:34:19 |
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(). |
0.4.1 17 Feb 2020 20:41:15 |
zeising |
devel/libudev-devd: pkgconfig isn't needed
Remove dep on pkgconfig, it isn't needed for devel/libudev-devd
Noticed by: jbeich |
0.4.1 17 Feb 2020 20:36:47 |
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 |
0.4.1 17 Feb 2020 20:15:18 |
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) |
0.4 19 Dec 2018 18:58:09 |
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 |
0.3_2 19 Dec 2018 09:09:11 |
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 ) |
0.3_1 29 Sep 2018 08:04:27 |
riggs |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
0.3 23 Jul 2017 11:41:14 |
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] |
0.2 29 Jan 2017 23:14:23 |
bapt |
libudev-compatible interface for devd
Intended to work with xorg-server and libinput
WWW: https://github.com/FreeBSDDesktop/libudev-devd |