devel/libtextstyle, devel/gettext*: Update to 1.0
devel/gettext-tools: Use external libunistring and libxml2.
lang/python*: Remove dependency on gettext-tools. It isn't used and
it is gettext-tools that depends on python now.
PR: 293963
Exp-run by: antoine
devel/autoconf: Update to 2.73
cad/alliance, databases/proxysql, deskutils/growl-for-linux,
emulators/wine-proton, net/yate, sysutils/grub2-efi,
sysutils/grub2-pcbsd: Add USE_CSTD=gnu11 because autoconf 2.73 tries
to use C23 and these ports are broken with that.
PR: 293963
Exp-run by: antoine
misc/mbuffer: Update to 20260301
Changes according to the ChangeLog in the distribution tar ball:
20260301:
- drop speed limitations at the start and end of transfer
- fix input stalling unintential in -M/-R mode
- fix: do not close an already closed file
multimedia/gst123: Fix build with ncurses 6.6
Apply the upstream patch to fix the build.
Update USE_GSTREAMER and USE_XORG.
Since it has been a while since the version was updated, remove the
pkg-message for migration.
In file included from gst123.cc:33:
./terminal.h:31:30: error: field has incomplete type 'struct termios'
31 | struct termios tio_orig;
| ^
./terminal.h:31:10: note: forward declaration of 'termios'
31 | struct termios tio_orig;
| ^
PR: 292500
Approved by: fluffy (mentor)
japanese/proxy2ch: Update to 20260306-snapshot
The domain for 5Channel has changed from 5ch.net to 5ch.io.
Since data acquisition is no longer possible in the release version,
update to a snapshot.
The proxy2ch_flags in rc.d/proxy2ch wasn't working, so change it to
proxy2ch_args.
Changelog (japanese):
https://codeberg.org/NanashiNoGombe/proxy2ch/releases/tag/v20260306-snapshot
PR: 294108
Approved by: fluffy (mentor)
archivers/appscript: New port: Very lightweight script to create self-extractable archives
appscript is a very lightweight script that compresses a directory
using tar(1), encodes the result with base64(1), and then creates
a sh(1) script that decompresses that result into a temporary
location (optionally using tmpfs(4)), and finally executes a script
named APPSCRIPT from the current working directory.
WWW: https://github.com/DtxdF/appscript