maintainer-feedback requested: [Bug 262850] net/grilo-plugins: Fails to build if TRACKER option is enabed and sysutils/tracker3 is installed at the same time

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 27 Mar 2022 01:06:33 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome (Nobody)
<gnome@FreeBSD.org> for maintainer-feedback:
Bug 262850: net/grilo-plugins: Fails to build if TRACKER option is enabed and
sysutils/tracker3 is installed at the same time
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262850



--- Description ---
net/grilo-plugins fails to build if
  TRACKER option is enabed (default)
and
  sysutils/tracker3 is installed
at the same time.

It is because
  TRACKER option invokes dependency to sysutils/tracker,
  Inside net/grilo-plugins, tracker2 and tracker3 cannot enebled at the same
time,
  sysutils/tracker and sysutils/tracker3 does not conflict (neither CONFLICT
  nor COFLICT_INSTALL),
  net/grilo-plugins enables tracker3 by default.

The real fix would be switching to net/tracker3, as many ports seems to
switching to tracker3.

But it would require updating sysutils/tracker-miners to support net/tracker3,
which I couldn't.

 *sysutils tracker3 lacks at least one required library, which tracker-miners3
  would have.

Attached ad-hoc patch disables tracker3 support on grilo-plugins, which was
currently sufficient for me, as sysutils/tracker and sysutils/tracker3 seems to
sanely coexist at the same time.