non port: devel/libmtdev/Makefile |
Number of commits found: 12 |
Tuesday, 30 Apr 2024
|
06:11 Emmanuel Vadot (manu)
devel/libmtdev: Update to 1.1.7
Differential Revision: https://reviews.freebsd.org/D44949
Sponsored by: Beckhoff Automation GmbH & Co. KG
1dee07a |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Tuesday, 9 Nov 2021
|
08:55 Emmanuel Vadot (manu)
devel/libmtdev: Remove RUN_DEPENDS on evdev-proto
This is a build dependancy, not a runtime one.
Sponsored by: Beckhoff Automation GmbH & Co. KG
5d99883 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 30 Sep 2020
|
19:47 zeising
devel/libmtdev: Update to 1.1.6
Update devel/libmtdev to 1.1.6 [0]
Switch to USES=localbase instead of manipulating CPPFLAGS [1]
Pass maintainership to x11@, since this is used in the xorg and wayland
input stacks. [0]
PR: 249962 [0], 249295 [1]
Submitted by: zeising [0]
Suggested by: daniel.engberg.lists@pyret.net [1]
Approved by: hselasky (maintainer)
Obtained from: FreeBSD Graphics Team git repo [0]
|
Monday, 28 Sep 2020
|
19:59 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.
|
Sunday, 13 Sep 2020
|
20:06 adridg
Fix up (run) depends of devel/libmtdev
There's some confusion about evdev headers, and this patch
was shunted back and forth between Qt and others for a while,
and then languished.
Original patch from Ting-Wei Lan, partly obsoleted by changes
in Qt in ports r514242 and r514255, OK'ed by maintainer in the PR.
PR: 240964
Submitted by: Ting-Wei Lan
Reported by: Walter Schwarzenfeld
Reviewed by: adridg
Approved by: hselasky
|
Wednesday, 19 Dec 2018
|
09:09 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
with the updated evdev headers.
Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat
as needed, and bump portrevisions.
This is the first step in getting the FreeBSD input stack (libevdev,
libinput and so on) updated to newer versions.
Many thanks to all who have helped out with testing, code and exp-runs.
Apologies if I've forgotten to add any names.
PR: 222905, 217248, (based on, in part), 233787 (exp-run)
Submitted by: Greg V, wulf
Tested by: tcberner, kde
Exp-run by: antoine
Approved by: portmgr (antoine)
Obtained from: FreeBSDDesktop development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
|
Saturday, 29 Sep 2018
|
08:04 riggs
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
|
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wednesday, 16 Sep 2015
|
10:28 jbeich
devel/libmtdev: add new port
PR: 196978
Approved by: hselasky
mtdev is a stand-alone library which transforms all variants of
kernel MT events to the slotted type B protocol. The events put into
mtdev may be from any MT device, specifically type A without contact
tracking, type A with contact tracking, or type B with contact
tracking. See Linux kernel documentation for further details.
http://bitmath.org/code/mtdev/
|
Number of commits found: 12 |