Apparently, after this commit: https://cgit.freebsd.org/ports/commit/?id=580ec35cb4f71913b5c53460462111c9a29f11ce sogo-activesync no longer builds. poudriere testport -j 14-1 www/sogo-activesync results in: 6 warnings generated. NSData+ActiveSync.m:39:10: fatal error: 'wbxml/wbxml.h' file not found 39 | #include <wbxml/wbxml.h> | ^~~~~~~~~~~~~~~ 1 error generated. gmake[4]: *** [/usr/local/GNUstep/System/Library/Makefiles/rules.make:534: obj/ActiveSync.obj/NSData+ActiveSync.m.o] Error 1 gmake[3]: *** [/usr/local/GNUstep/System/Library/Makefiles/Instance/bundle.make:193: internal-bundle-run-compile-submake] Error 2 gmake[2]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/rules.make:297: ActiveSync.all.bundle.variables] Error 2 gmake[1]: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/bundle.make:37: internal-all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/www/sogo-activesync/work/SOGo-5.10.0/ActiveSync' gmake: *** [/usr/local/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53: internal-all] Error 2 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/www/sogo-activesync build of www/sogo-activesync | sogo-activesync-5.10.0_2 ended at Fri Sep 6 18:31:19 UTC 2024 build time: 00:00:31 !!! build failure encountered !!!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=07f88025ccefe1e212092322c7ccb39f1342637c commit 07f88025ccefe1e212092322c7ccb39f1342637c Author: Romain Tartière <romain@FreeBSD.org> AuthorDate: 2024-09-09 20:38:38 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2024-09-09 20:41:12 +0000 www/sogo: Update to 5.11.0 - Fix build with latest version of textproc/libwbxml [1] PR: 280686 281328 Reported by: romain, Martin Waschbüsch <martin __at__ waschbuesch.de> [1] devel/sope/Makefile | 2 +- devel/sope/distinfo | 6 +- www/sogo/Makefile | 3 +- www/sogo/distinfo | 6 +- www/sogo/files/patch-ActiveSync_GNUmakefile | 2 +- www/sogo/pkg-plist | 192 +++++++++++++--------------- 6 files changed, 97 insertions(+), 114 deletions(-)
Fixed! Thanks!