Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2023 20:09:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273841] net-p2p/transmission: -utils and -daemon conflict after update to 4.0
Message-ID:  <bug-273841-7788-dogk5a6xL5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273841-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273841-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273841

--- Comment #5 from Robert Clausecker <fuz@FreeBSD.org> ---
> WEB_DESC=3D	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=3D           transmission-default
.endfor
default_CONFLICTS_INSTALL=3D ${FLAVORS:Ndefault:@f@transmission-$f@}

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273841-7788-dogk5a6xL5>