Created attachment 252234 [details] Error message Build error occurred after port update. It looks like need py-pkgconfig as build dependency not only for test dependency.
Created attachment 252235 [details] Patch depedency
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fb732c3c77fc3f6a689f2c36f6c558f57cedac9 commit 8fb732c3c77fc3f6a689f2c36f6c558f57cedac9 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2024-07-24 21:43:13 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2024-07-24 21:43:50 +0000 archivers/py-borgbackup: clean up 1.4.0 upgrade fallout - Mark broken on FreeBSD 13 due to https://github.com/borgbackup/borg/issues/8269 which upstream maintainer intends to fix for borgbackup 1.4.1 (milestone). Reported by "Support SimpleRezo" in direct e-mail message. - Add UPDATING entry. The broken MOVED entry has been removed by sunpoet@ already, Reported by: Juraj Lutter <otis@>, freebsd@rail.eu.org PR: 280424 - Move py-pkgconfig to BUILD_DEPENDS to fix build failures in poudriere or on bare metal if py-pkgconfig isn't installed. Reported by: Juraj Lutter <otis@>, Hyogeol Lee <hyogeollee@gmail.com> (patch) PR: 280413 UPDATING | 17 +++++++++++++++++ archivers/py-borgbackup/Makefile | 6 ++++-- 2 files changed, 21 insertions(+), 2 deletions(-)
Thank you for the report and the patch. I have committed a simpler version of that - I think if py-pkgconfig is in BUILD_DEPENDS, we do not need to list it in TEST_DEPENDS any more.