java/openjdk27: Add port
Upstream release notes:
https://jdk.java.net/27/release-notes
In addition this release contains the following BSD specific fixes:
- Fix os::naked_short_nanosleep on OpenBSD when < 20 miliseconds.
- Only return symbols that match the requested address for dladdr(3) on
BSD.
Reviewed by: pkubaj
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D59519
multimedia/quodlibet: remove dependency and add a pkg-message
Remove dependency to deskutils/notification-daemon and
add a pkg-message for additional ports to enable plugins
PR: 296564
Reported by: David Gilbert <dave at daveg.ca>, pi
Approved by: maintainer (aly at aaronly.me)
multimedia/quodlibet: update to 4.7.1
PR: 296564
Reported by: David Gilbert <dave at daveg.ca>
Tested by: David Gilbert <dave at daveg.ca>
Approved by: maintainer (aly at aaronly.me)
tests/sys/kern/unix_stream: fix bad assertion
kqueue returns a value != -1 on error. Test for that instead of any
non-zero value to confirm that success was achieved when calling
`kqueue`.
This issue exists with ATF 0.22+ [1].
MFC after: 2 weeks
Reported by: clang (-Wparenthesis)
[1]: https://github.com/freebsd/atf/pull/72
(cherry picked from commit 4881c7a650571eeb4cd89b5af4c1d3e922a67706)