[Bug 291032] editors/abiword: fix build without COLAB

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Nov 2025 17:41:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291032

            Bug ID: 291032
           Summary: editors/abiword: fix build without COLAB
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gnome@FreeBSD.org
          Reporter: dinoex@FreeBSD.org
             Flags: maintainer-feedback?(gnome@FreeBSD.org)
          Assignee: gnome@FreeBSD.org

Created attachment 265429
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=265429&action=edit
proposed patch

/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/abiword-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/abiword-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/abiword-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/abiword-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/abiword-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/abiword-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/abiword-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/abiword-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/abiword-3.0/ui/ap_UnixDialog_GenericProgress.ui:No
such file or directory
*** Error code 1

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

-- 
You are receiving this mail because:
You are the assignee for the bug.