Created attachment 254972 [details] Patch for libqb * Remove BUILD_DEPENDS hack, these will be a pain to fix if sprinkled all over the tree * Remove Python dependency * Add USES= pathfix * Remove LDFLAGS variable (builds fine without) * Fix build with DOXYGEN disabled * Rearrage port for better readability Poudriere testport OK 14.1-RELEASE (amd64)
..forgot to add * Use gnome helper for libxml2
Comment on attachment 254972 [details] Patch for libqb Thank you! Your improvement of this port is more significant than mine. You know it much better. It should be you, not me as a real maintainer of it :)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca513743832b301e1bd80e83d27d845020bfba8e commit ca513743832b301e1bd80e83d27d845020bfba8e Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-11-05 19:57:09 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-11-05 20:17:24 +0000 devel/libqb: Fix build and improve port * Remove BUILD_DEPENDS hack, these will be a pain to fix if sprinkled all over the tree * Remove Python dependency * Add USES= pathfix * Remove LDFLAGS variable (builds fine without) * Fix build with DOXYGEN disabled * Use gnome helper for libxml2 * Rearrage port for better readability PR: 282570 Reviewed by: Älven <alster@vinterdalen.se> (maintainer) devel/libqb/Makefile | 36 ++++++++++++++---------------- devel/libqb/files/patch-configure.ac (new) | 13 +++++++++++ 2 files changed, 30 insertions(+), 19 deletions(-)
Committed, thanks!
(In reply to Daniel Engberg from comment #4) MFH 2024Q4?