[Bug 273841] net-p2p/transmission: -utils and -daemon conflict after update to 4.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 19 Sep 2023 20:09:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273841

--- Comment #5 from Robert Clausecker <fuz@FreeBSD.org> ---
> WEB_DESC=	Install web client (requires daemon to run)

This looks like use of OPT_IMPLIES may be in order.  Or is the daemon bit
perhaps
supplied by a separate flavour?

Your conflicts are set up so that ultimately, transmission-default conflicts
with itself.  I'm not sure if this is a problem.  You could fix this by e.g.
using

.for f in ${FLAVORS:Ndefault}
$f_CONFLICTS_INSTALL=           transmission-default
.endfor
default_CONFLICTS_INSTALL= ${FLAVORS:Ndefault:@f@transmission-$f@}

I'll have to test this thoroughly.  It all looks a bit complex to me.

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