maintainer-feedback requested: [Bug 256076] devel/libsoup: circular dependencies with samba413 and tracker

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 22 May 2021 10:29:02 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-desktop (Team)
<desktop@FreeBSD.org> for maintainer-feedback:
Bug 256076: devel/libsoup: circular dependencies with samba413 and tracker
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256076



--- Description ---
After ports commit 0e94a54ee19481e569344e95d5d28732ce3a86ef ("devel/libsoup:
Massage features and options", see bug 235207 and bug 231160), I get a circular
dependency error from poudriere:

[00:00:21] Sanity checking build queue
[00:00:21] Error: Dependency loop detected:
These packages depend on each other: libsoup-2.72.0_3 samba413-4.13.8
tracker-2.3.4_3

This is because I enabled the SPOTLIGHT option in net/samba413, which pulls in
sysutils/tracker:

SPOTLIGHT_BUILD_DEPENDS=	tracker>=1.4.1:sysutils/tracker
SPOTLIGHT_RUN_DEPENDS=		tracker>=1.4.1:sysutils/tracker

In turn, sysutils/tracker depends on devel/libsoup:

LIB_DEPENDS=	libuuid.so:misc/e2fsprogs-libuuid \
		libsoup-2.4.so:devel/libsoup \
		libdbus-1.so:devel/dbus \
		libjson-glib-1.0.so:devel/json-glib \
		libicutu.so:devel/icu

Is the only option now to disable the SMB option for libsoup?