Bug 291032 - editors/abiword: fix build without COLAB
Summary: editors/abiword: fix build without COLAB
Status: Closed DUPLICATE of bug 278929
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-15 17:41 UTC by Dirk Meyer
Modified: 2025-11-15 18:27 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
proposed patch (321 bytes, patch)
2025-11-15 17:41 UTC, Dirk Meyer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Meyer freebsd_committer freebsd_triage 2025-11-15 17:41:58 UTC
Created attachment 265429 [details]
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
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2025-11-15 18:27:13 UTC

*** This bug has been marked as a duplicate of bug 278929 ***