Re: nevermind.Re: how do you specify a minimum lib version?

2012-02-25 Thread Chris Rees
On 24 February 2012 12:54, Michael Scheidell scheid...@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

how do you specify a minimum lib version?

2012-02-24 Thread Michael Scheidell
in LIB_DEPENDS it won't take anything like: = boost_serialization=.4 what if you needed a minimum version of the library? -- Michael Scheidell, CTO *| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell

nevermind.Re: how do you specify a minimum lib version?

2012-02-24 Thread Michael Scheidell
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])) -- Michael Scheidell, CTO *| * SECNAP Network Security Corporation d: +1.561.948.2259

Re: how do you specify a minimum lib version?

2012-02-24 Thread Denny Lin
On Fri, Feb 24, 2012 at 06:57:39AM -0500, Michael Scheidell wrote: in LIB_DEPENDS it won't take anything like: = boost_serialization=.4 what if you needed a minimum version of the library? I think it should be like this: LIB_DEPENDS=cairo.2:${PORTSDIR}/graphics/cairo -- Denny Lin

Re: how do you specify a minimum lib version?

2012-02-24 Thread Michael Scheidell
On 2/24/12 7:36 AM, Denny Lin wrote: I think it should be like this: LIB_DEPENDS=cairo.2:${PORTSDIR}/graphics/cairo thanks, tried that, if lib(x) is .3, still fails. =2 gets 'redirect error' found answer by google, needs LIB_DEPENDS=cairo.[2-9]:${PORTSDIR}/graphics/cairo --

Re: how do you specify a minimum lib version?

2012-02-24 Thread Boris Samorodov
Hi! On 24.02.2012 15:57, Michael Scheidell wrote: in LIB_DEPENDS it won't take anything like: = boost_serialization=.4 what if you needed a minimum version of the library? Seems you need this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN2138

Re: nevermind.Re: how do you specify a minimum lib version?

2012-02-24 Thread Matthew Seaman
On 24/02/2012 12:54, Michael Scheidell 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])) Saying 'all other _DEPENDS' is

Re: how do you specify a minimum lib version?

2012-02-24 Thread Mikhail T.
On -10.01.-28163 14:59, Michael Scheidell wrote: in LIB_DEPENDS it won't take anything like: = boost_serialization=.4 what if you needed a minimum version of the library? For years now the shared-library's major number is treated as a regular expression by bsd.port.mk. So you could use