x11/xorg-cf-files: Update to 1.0.9
Support for using the autoconf/automake build system to install this
package has been removed in this release.
Update COMMENT and pkg-descr.
Add WWW.
Remove REINPLACE_CMD, which is no longer needed in 1.0.4 and later.
https://lists.x.org/archives/xorg-announce/2025-September/003630.html
PR: 295173
Approved by: x11 (arrowd)
Approved by: osa (mentor)
x11/xcb-util-cursor: Update to 0.1.6
MASTER_SITES is specified in xorg-cat.mk, so remove it.
PATCHFILES has been applied to the source files, so remove it.
Update COMMENT and WWW.
Since aclocal.m4 was generated by aclocal 1.18.1, remove USES=autoreconf
which was added in PR 287329.
https://lists.x.org/archives/xorg-announce/2025-September/003625.html
PR: 295184
Approved by: x11 (arrowd)
Approved by: osa (mentor)
databases/mongodb80: build error on FreeBSD 16
src/third_party/boost/boost/mpl/aux_/integral_wrapper.hpp:62:51: error: in-class initializer for static data member is not a constant expression
62 | BOOST_STATIC_CONSTANT(AUX_WRAPPER_VALUE_TYPE, prior_value = BOOST_MPL_AUX_STATIC_CAST(AUX_WRAPPER_VALUE_TYPE, (N - 1)));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Upstream has newer versions. So upgrading probably fixes this.
But upgrading needs adoption of Bazel as a build system.
Help is appreciated for moving to Bazel.