This is a major update to mu. Changes:
c4388b78b6/NEWS.org
We switch to guile3 with this update.
Note: guile support is deprecated and will be removed after 1.8.
ok op@
This is version 3.0 of Guile, Project GNU's extension language library.
Guile is an implementation of the Scheme programming language, packaged
as a library that can be linked into applications to give them their own
extension language. Guile supports other languages as well, giving
users of Guile-based applications a choice of languages.
gkoehler@ tested it on powerpc64 and confirmed that it's broken on
powerpc.
ok sthen@
Default configuration requires at least 267 FD; that will leave us some margin.
While here, remove the _clamav user from the daemon class.
ok sthen (maintainer)
changelog: https://irssi.org/2022/07/17/irssi-1.4.2-released/
- switches to meson
- restores perl ${MACHINE_ARCH} paths by removing -Dwith-perl-lib
- uses SUBST_CMD, meson.build patch and post-install snippet to
configure the port to use /etc/irssi/ and install sample configuration
files to share/examples/irssi/
- add devel/glib2 to LIB_DEPENDS-otr and regen WANTLIB
feedback from and ok sthen@
Switch to using a do-install target in our Makefile like the FreeBSD
port is doing, instead of attempting to appease upstream one with an
endless supply of MAKE_FLAGS and FAKE_FLAGS.
upstream no longer bundles the old default classic/larry skins; split
into subpackages so that we can continue providing them more easily for
users wanting to continue using them. "make install-all" from ports,
or pkg_add rcube-skin-classic / pkg_add rcube-skin-larry if you want
them.
OK kn@
Comment:
udp network benchmarking tool
Description:
Measure UDP send and receive performance. Be very careful that the
data is reliable. Avoid unnecessary system calls that may affect
the result.