* Align with the upstream "release" status
* Avoid confusion with OpenSSL 3.1
Reported by: ngie
Differential Revision: https://reviews.freebsd.org/D38938
Implements the suggestions from the ports-committers mailing list:
* Use FLAVOR instead of slave port for the non-GUI variant
* Call non-GUI variant "nogui" instead of "nox11"
Differential Revision: https://reviews.freebsd.org/D39036
libpthread-stubs >= 0.4 isn't granular: checks too few or often unused
pthread symbols. On FreeBSD it always added -pthread even if pthread
stubs libc would be enough. Consumers usually avoid libpthread-stubs
dependency on Linux, duplicating the logic. So, remove the wrapper.
PR: 269453
See also: https://gitlab.freedesktop.org/xorg/lib/pthread-stubs/-/issues/2
Inspired by: Arch, Fedora, OpenBSD, PkgSrc, Void
Approved by: ashish (maintainer)
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
notifications (!63).
* Various code clean-ups and test improvements.
What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
to be registered only for a given application (!52).
- accessibility/atk and accessibility/at-spi2-atk have been merged into
accessibility/at-spi2-core
- accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk
PR: 269704
Exp-run by: antoine
---
No need to keep the tagged version as it's not used by upstream server
and not packaged by anyone else (except AUR). Also reduces overhead
as this port often needs patching on lang/rust updates.
Note, multiplayer is very important due to lack of quests.
devel/yaml-cpp03 was created to provide old library versions to support
the blender-lts28 port which has been deleted after EOL.
PR: 268477
Reported by: Shane <FreeBSD@ShaneWare.Biz>
Approved by: tim@niemueller.de (maintainer)
pam_fprint is a simple PAM module which uses libfprint's fingerprint
processing and verification functionality for authentication. In other
words, instead of seeing a password prompt, you're asked to scan your
fingerprint.
Submitter becomes maintainer. Is already maintainer of other ports.
PR: 269554
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38628
During test the Kanatest displays randomly selected kana char
(respecting mode and lesson) and waits for user answer expected as
romaji equivalent. This process continues until all questions will be
answered or all questions will be answered correctly (depends on
options). At the end of test a short info about drilling time and
correctness ratio is displayed. The results are stored and user can
review his performance in any time.
Submitter becomes maintainer.
Changelog: https://sourceforge.net/p/kanatest/code/ci/master/tree/ChangeLog
PR: 268895
Approved by: eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38519