Date: Sat, 25 Feb 2012 13:24:52 +0000 From: Chris Rees <crees@freebsd.org> To: Michael Scheidell <scheidell@freebsd.org> Cc: ports@freebsd.org Subject: Re: nevermind.Re: how do you specify a minimum lib version? Message-ID: <CADLo83-fFrZZeR=FxpgJV-yU7BE-%2BB6_vP%2BnwUMB6kPzRrF--w@mail.gmail.com> In-Reply-To: <4F478892.10708@FreeBSD.org> References: <4F477B33.5020506@FreeBSD.org> <4F478892.10708@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24 February 2012 12:54, Michael Scheidell <scheidell@freebsd.org> wrote: > > > On 2/24/12 6:57 AM, Michael Scheidell wrote: >> >> in LIB_DEPENDS >> it won't take anything like: >> >> = boost_serialization>=.4 >> > I googled. > all other _DEPENDS uses >= > LIB_DEPENDS uses .[4-9] > (i assume .(1[0-9]|[4-9])) If we're going to make this rigorous, we should use: .([1-9][0-9]+|[4-9]) in order to accept >.4 . I haven't escaped the '.', because I don't see any way it could hurt. Or, you could depend on the lowest package version that has .so.4 (but only if it is unique to that package). Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADLo83-fFrZZeR=FxpgJV-yU7BE-%2BB6_vP%2BnwUMB6kPzRrF--w>