*/wordpress*: update to 7.1
chinese/wordpress-zh_TW is temporarily marked IGNORE as the localized
distfile is not yet available upstream. Also fix MASTER_SITES for zh_TW
to use tw.wordpress.org instead of cn.wordpress.org.
x11/framework-autorotate: Restrict to amd64 and i386
The daemon talks to the Framework Chrome EC over LPC using
inb/outb from <machine/cpufunc.h>. Those helpers exist only
on x86, so the arm64 package build fails at link.
Reported by: pkg-fallout
Differential Revision: https://reviews.freebsd.org/D59056
net-mgmt/monitoring-plugins: Add CURL option to build check_curl
Upstream deprecated check_http in 3.0.0 and declared check_curl its
stable replacement, so make the plugin available here as an option.
It is off by default, like every other option in this port that pulls
an external library.
check_curl requires libcurl and uriparser. configure only knows
--with-libcurl and --with-uriparser, so pass those explicitly instead
of relying on autodetection. The submitted patch used a --with-curl
knob that does not exist and was missing the libcurl dependency.
PR: 296901
Submitted by: franz at electromail.org
Sponsored by: Netzkommune GmbH
sysutils/freebsd-rustdate: fix the build on RISCV
Patch the port to use a newer version of libc, allowing it to work on
RISCV systems without COMPAT11.
PR: 296820
Sponsored by: ConnectWise
Approved by: fullermd at over-yonder.net (maintainer timeout)