From owner-freebsd-current@freebsd.org Mon Oct 29 05:15:58 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2472010F0825 for ; Mon, 29 Oct 2018 05:15:58 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D31897E8A8; Mon, 29 Oct 2018 05:15:57 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A4FCC108B7; Mon, 29 Oct 2018 05:15:57 +0000 (UTC) From: Jan Beich To: Graham Perrin Cc: FreeBSD Current Subject: Re: FreshPorts, pkg query and pkg rquery: versions of dependencies References: <5f99c2a6-7626-7457-65e1-bbca99fc343b@gmail.com> <4ld5-sleo-wny@FreeBSD.org> Date: Mon, 29 Oct 2018 06:15:52 +0100 In-Reply-To: (Graham Perrin's message of "Mon, 29 Oct 2018 04:36:08 +0000") Message-ID: <8t2h-nxiv-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 05:15:58 -0000 Graham Perrin writes: > devel/icu for example. > > On Mon, 29 Oct 2018 at 04:13, I wrote: > >> Waterfox: downgrading to icu-62.1_2,1 and rebuilding consumers > >> =E2=80=A6 >> specifies icu>=3D59.1,1 so I'm probably OK there =E2=80=A6 > > I say "probably" because I'm not sure how to interpret the >=3D59.1,1 > alongside these results from pkg: > > $ pkg query '%do %dv %R' mail/thunderbird | grep icu > devel/icu 62.1_2,1 FreeBSD > $ pkg rquery '%do %dv %R' mail/thunderbird | grep icu > devel/icu 63.1,1 FreeBSD > $ If you downgrade icu to 58.1 or earlier the build would abort when checking BUILD_DEPENDS rather than at configure stage. Version requirements like that are used to facilitate partial upgrades (not all dependencies in sync or up-to-date) but the support is fragile/untested as there's no handholding in case of issues.