maintainer-feedback requested: [Bug 291032] editors/abiword: fix build without COLAB

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Nov 2025 17:41:58 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 291032: editors/abiword: fix build without COLAB
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291032



--- Description ---
/etc/make.conf:
editors_abiword_UNSET+=COLSERVICE COLSUGAR COLTCP

Build failed as %%COLLAB%% is not defined in PLIST_SUB
The patch fixes the problem for me.

make -C /usr/ports/editors/abiword -V PORT_OPTIONS
  CLIPART NLS SPELLCHECK TEMPLATES

checking for collab fake backend... no
checking for collab telepathy backend... no
checking for collab xmpp backend... no
checking for collab tcp backend... no
checking for collab sugar backend... no
checking for collab service backend... no
checking for collab sip backend... no
checking for collab always recording backend... no

===>  Building packages for abiword-3.0.5_15
===>   Building abiword-3.0.5_15
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%%COLLAB
%%%lib/abiword-3.0/plugins/collab.so:No
such file or directory
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/certs/cacert.pem:No
such file or directory
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/ui/ap_UnixDialog_CollaborationAccounts.ui:No
such file or directory
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/ui/ap_UnixDialog_CollaborationAddAccount.ui:No
such file or directory
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/ui/ap_UnixDialog_CollaborationAddBuddy.ui:No
such file or directory
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/ui/ap_UnixDialog_CollaborationEditAccount.ui:No
such file or directory
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/ui/ap_UnixDialog_CollaborationJoin.ui:No
such file or directory
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/ui/ap_UnixDialog_CollaborationShare.ui:No
such file or directory
pkg-static: Unab%%COLLAB%%le to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/ui/ap_UnixDialog_GenericInput.ui:No
such file or directory
pkg-static: Unable to access file
/usr/obj/ports/usr/ports/editors/abiword/work/stage/usr/local/%%COLLAB%%share/a
biword-3.0/ui/ap_UnixDialog_GenericProgress.ui:No
such file or directory
*** Error code 1

Stop.
make: stopped in /usr/ports/editors/abiword