Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0 08 Aug 2024 00:47:00 |
Jan Beich (jbeich) |
x11/libei: update to 1.3.0
Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.3.0
Reported by: GitLab (notify releases) |
1.2.1 08 Aug 2024 00:46:58 |
Jan Beich (jbeich) |
x11/libei: simplify plist updates |
1.2.1 07 Jul 2024 08:05:33 |
Po-Chuan Hsieh (sunpoet) |
devel/py-pyyaml: Move devel/py-yaml to devel/py-pyyaml
- Bump PORTREVISION of dependent ports for dependency change |
1.2.1 05 Feb 2024 14:22:37 |
Jan Beich (jbeich) |
x11/libei: update to 1.2.1
Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.2.1
Reported by: GitLab (notify releases) |
1.2.0 29 Jan 2024 15:24:59 |
Jan Beich (jbeich) |
x11/libei: temporarily drop subpackages
Whole tree builds fail to parse subpackage syntax in *_DEPENDS.
$ poudriere bulk -j 132amd64 -a
[...]
[00:02:31] Error: compute_deps_pkg failed to lookup pkgname for x11/libei~basu
processing package xwayland-devel-21.0.99.1.664_1 from
x11-servers/xwayland-devel -- Is SUBDIR+=libei missing in x11/Makefile?
$ make index
[...]
make_index: xwayland-devel-21.0.99.1.664_1: no entry for
/usr/ports/x11/libei~basu
make_index: xwayland-devel-21.0.99.1.664_1: no entry for
/usr/ports/x11/libei~basu
Reported by: David Wolfskill
This reverts commit 367a49562bc9dcda92e4e49fa1fcd2ba1277cf8c. |
1.2.0_1 29 Jan 2024 10:59:41 |
Jan Beich (jbeich) |
x11/libei: convert BASU to subpackage
Split GPLv2 dependency from MIT-licensed package.
Approved by: pizzamig (portmgr)
Differential Revision: https://reviews.freebsd.org/D43568 |
1.2.0 06 Dec 2023 04:57:54 |
Jan Beich (jbeich) |
x11/libei: update to 1.2.0
Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.2.0
Reported by: GitLab (notify releases) |
1.1.0 07 Sep 2023 06:20:39 |
Jan Beich (jbeich) |
x11/libei: update to 1.1.0
Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.1.0
Reported by: GitLab (notify releases) |
1.0.0 12 Jul 2023 21:44:36 |
Jan Beich (jbeich) |
x11/libei: drop GL_TAGNAME |
1.0.0 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.0.0 08 Jun 2023 01:03:36 |
Jan Beich (jbeich) |
x11/libei: drop unused dependency after 18ee3527a17a |
1.0.0 08 Jun 2023 01:00:03 |
Jan Beich (jbeich) |
x11/libei: update to 1.0.0
Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/1.0.0
Reported by: GitLab (notify releases) |
0.99.2 23 May 2023 16:33:00 |
Jan Beich (jbeich) |
x11/libei: update to 0.99.2
Changes: https://gitlab.freedesktop.org/libinput/libei/-/releases/0.99.2
Reported by: GitLab (notify releases) |
0.99.1 19 May 2023 13:22:12 |
Jan Beich (jbeich) |
x11/libei: pacify check-plist with "make test"
Error: Orphaned: lib/libmunit.so |
0.99.1 18 May 2023 05:28:49 |
Jan Beich (jbeich) |
x11/libei: update upstream patches |
0.99.1 18 May 2023 04:36:32 |
Jan Beich (jbeich) |
x11/libei: update upstream patches |
0.99.1 17 May 2023 21:34:46 |
Jan Beich (jbeich) |
x11/libei: limit py-strenum to python < 3.11 |
0.99.1 17 May 2023 19:27:00 |
Jan Beich (jbeich) |
x11/libei: drop terminating line escape per portlint
WARN: x11/libei/Makefile: extra item placed in the *_DEPENDS section, for
example, "USES". |
0.99.1 17 May 2023 19:27:00 |
Jan Beich (jbeich) |
x11/libei: add USE_LDCONFIG per portlint (nop)
/usr/local/lib is part of the default ldconfig_paths in rc.conf(5)
WARN: x11/libei/pkg-plist: [6]: installing shared libraries, please define
USE_LDCONFIG as appropriate
WARN: x11/libei/pkg-plist: [9]: installing shared libraries, please define
USE_LDCONFIG as appropriate
WARN: x11/libei/pkg-plist: [12]: installing shared libraries, please define
USE_LDCONFIG as appropriate |
0.99.1 17 May 2023 18:21:12 |
Jan Beich (jbeich) |
x11/libei: add new port
libei is a library for Emulated Input, primarily aimed at the Wayland
stack. It provides three parts:
- EI (Emulated Input) for the client side (libei)
- EIS (Emulated Input Server) for the server side (libeis)
- oeffis is an optional helper library for DBus communication with the
XDG RemoteDesktop portal (liboeffis)
https://gitlab.freedesktop.org/libinput/libei |