math/sprng: make fetchable again with a silent update
The tarball for SPRNG 5.0 has been rerolled.
This includes several minor points:
- format change (dos to unix);
- code reformat and linting;
- code cleaning;
but also some other modifications.
Full diff available at https://people.freebsd.org/~thierry/sprng5.diff .
PR: 293802
Reported by: Daniel Engberg
math/mpfi: make fetchable again with a silent update
MASTER_SITES moved to ENS Lyon.
Meanwhile the tarball has been rerolled:
- many auto* stuff: configure is now pre-generated;
- mpfi.pc is available
- change tests
but also some code has been modified.
Full diff available at https://people.freebsd.org/~thierry/mpfi-1.5.4.diff
PR: 293803
Reported by: Daniel Engberg
textproc/libtextcat: deprecate
Upstream disapeared, and LibreOffice adopted and adapted this program.
It has been renamed as libexttextcat, and can be replaced by the port
textproc/libexttextcat.
PR: 293799
Reported by: Daniel Engberg
science/medit: make fetchable again
Université Pierre et Marie Curie merged with Sorbonne University, and
upstream site has been reorganized.
PR: 293800
Reported by: Daniel Engberg
arm64: Have a common call to userret
Rather than each exception calling userret use a common copy. As
syscallret already calls userret we need to skip it in that case.
Reviewed by: kib
Sponsored by: Arm Ltd
Differential Revision: https://reviews.freebsd.org/D55250
LinuxKPI: Clear the sbuf at the start of each call to seq_read
Each invocation of seq_read invokes the seq_file.show callback which
writes into the sbuf. Then it invokes sbuf_finish before copying the
data into the caller's buffer. Without this, a second call to
seq_read on the same file would try to append data to a finished sbuf.
Reviewed by: bz
Sponsored by: AFRL, DARPA
ports-mgmt/pkg-devel: update to 2.6.99.3
Changes:
- libfetch: fix segfault at exit when using SRV mirror type
- solver: avoid spurious reinstall from wrong repo with multi-repo setups
devel/ghpr: update to v3
v3 makes the following high-level changes apart from the standard
version update described in [1]:
- pyproject.toml / PEP-517 using setuptools_scm integration.
- Now the package is prefixed with `PYTHON_PKGNAMEPREFIX` so multiple
versions of the package can be built with different versions of
python and installed concurrently (if one decided to do that).
- LICENSE.md from the latest version is used/incorporated into the
end-resulting package.
- Make the port portlint clean by reordering variables and using
`PORTVERSION` instead of `DISTVERSION`.
Approved by: imp (maintainer)
Differential Revision: https://reviews.freebsd.org/D55892
audio/exaile: fix runtime with recent gstreamer update
Gstreamer 1.28 introduced breaking change to python API, so add a quick
fix obtained from here: https://github.com/exaile/exaile/issues/999
Reported by: Keith <ukyo-nyan at theia.ocn.ne.jp> (private email)
dns/ddclient: remove references to ddclient_flags
ddclient_flags is not implemented, please sure the configuration file.
While here, portfmt.
PR: 293762