Created attachment 267766 [details] Update darktable to 5.4.0, add IMAGEMAGICK option Hi, Darktable 5.4.0 was released in december, with a few improvements/bugfixes (https://www.darktable.org/2025/12/darktable-5.4.0-released/). I've updated my port tree and have been using for a month without noticing specific issues, and I've added an option to use ImageMagick as a backend to load some file formats and embeeded previews as an alternative to GraphicMagick -- a feature present in darktable for a long time. Here's poudriere QA section: ====> Running Q/A tests (stage-qa) Warning: you might not need LIB_DEPENDS on libImath.so Warning: you might not need LIB_DEPENDS on libjasper.so Warning: you might not need LIB_DEPENDS on libOpenEXR.so Warning: you might not need LIB_DEPENDS on libpng.so Warning: you might not need LIB_DEPENDS on libGL.so Warning: you might not need LIB_DEPENDS on libSDL2.so Warning: you might not need LIB_DEPENDS on libMagick++-7.so Warning: textproc/p5-Pod-Parser was in Perl CORE. Check with `corelist Pod::Parser 0` and `corelist -a Pod::Parser` if it should be conditionally added depending on PERL_LEVEL Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) =>> Checking for staging violations... done Thanks,
Thank you, this looks good to me!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a10496664b1dd7891f8a8d78ce946eeee90f83f4 commit a10496664b1dd7891f8a8d78ce946eeee90f83f4 Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> AuthorDate: 2026-02-13 21:19:36 +0000 Commit: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> CommitDate: 2026-02-13 21:24:52 +0000 graphics/darktable: Update to 5.4.1 Release notes: * https://github.com/darktable-org/darktable/releases/tag/release-5.4.0 * https://github.com/darktable-org/darktable/releases/tag/release-5.4.1 PR: 292928 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> (initial patch) graphics/darktable/Makefile | 8 +++++--- graphics/darktable/distinfo | 6 +++--- graphics/darktable/files/patch-src_iop_lens.cc | 10 +++++----- graphics/darktable/pkg-plist | 12 ++++++++---- 4 files changed, 21 insertions(+), 15 deletions(-)
Thank you, I committed your patch, modified with the update to 5.4.1.