java/openjdk26: fix build on powerpc64*
1. atomicAccess and orderAccess are implemented project-wide for ppc
on all systems.
2. Sync os_bsd_ppc.cpp with linux to fix SIGABRT.
*/*: Chase update of textproc/py-rich to 15.0.0
No actual change to the package API -- the major version bump is
because of dropping support for python-3.8, which is academic for the
ports, where that version was dropped long ago.
net-im/vesktop: New port
Vesktop is a custom Discord App aiming to give you better performance
and improved Unix-like support.
PR: 294195
Co-authored-by: Kenneth Raplee <kenrap at FreeBSD.org>
Reviewed by: makc (mentor)
Approved by: arrowd (co-mentor)
deskutils/freeplane: Set JAVA_VERSION
Freeplane fails to start with the current JAVA_DEFAULT (25) with
the error message:
ERROR: Found /usr/local/bin/java in $PATH.
ERROR: It has version 25.0.2
ERROR: Currently, freeplane requires java version 8 or from 11 to 23
ERROR:
ERROR: Select a supported java version
ERROR: by setting FREEPLANE_JAVA_HOME to a valid java location
ERROR: OR use an unsupported java version
ERROR: by setting FREEPLANE_USE_UNSUPPORTED_JAVA_VERSION to 1
So set JAVA_VERSION to a list of supported JDK.
Note that if you start freeplane with the environment variable
FREEPLANE_USE_UNSUPPORTED_JAVA_VERSION=1, then the program fails with
the error message:
[8 lines not shown]
textproc/gitlab-elasticsearch-indexer: ignore lib requirement
The content of the package is linked on libparser_c_bindings.so which
does not provide proper soname, as a result it it not exported as
provided by the gitlab-code-parser, so ignore it, it will never be
resolved.
PR: 293874