mail/postfix: Enable CDB and LMDB by default
Adding these solves a cross-compatibility problem with Linux distros
that have dropped bdb support. Per Postfix's document[1] on it, lmdb
and cdb are the replacements for hash and btree, respectively.
[1] http://www.postfix.org/NON_BERKELEYDB_README.html
PR: 293852
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
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
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
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
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
devel/deheader: update to 1.12
Changes:
* Fixed typo in hsearch() pattern.
* Added requirements for entire SUSv2 coverage.
* Spellchecked the documentation.
* Corrected an error in CMake build detection.
* Typo fixes and code hardening by ChatGPT 5.2.
* Don’t over-remove duplicates when -r is specified.
net/krill: Update to 0.16.0
While here:
- do not install same program configuration twice.
- use .for loop instead for ${INSTALL_MAN}.
Changelog:
https://github.com/NLnetLabs/krill/releases/tag/v0.16.0
PR: 293598
Reported by: Jaap Akkerhuis <jaap at NLnetLabs.nl> (maintainer)
Approved by: maintainer, vvd (mentor)