Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 21:49:06 -0500 (EST)
From:      Mikhail Teterin <mi@aldan.algebra.com>
To:        Alexander@Leidinger.net
Cc:        tadayuki@mediaone.net, tadayuki.okada@windriver.com, will@csociety.org, freebsd-ports@freebsd.org
Subject:   Re: cvs commit: ports/graphics/gd Makefile pkg-comment
Message-ID:  <200202010249.g112n9Q26430@aldan.algebra.com>
In-Reply-To: <200201311156.g0VBuNU03877@Magelan.Leidinger.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 31 Jan, Alexander Leidinger wrote:
> On 30 Jan, Mikhail Teterin wrote:
> 
>>>> IMHO it is ugly to have an ifdef in many ports because of this. Can
>>>> you come up with something which fits into bsd.port.mk?
>> 
>>> Mikhail haven't  implemented such feature (i.e.  version range check).
>>> Just  put   regular  expression   to  LIB_DEPENDS  won't   work.
>> 
>> Why  would not  it?  It can  be just  ``libB''  or ``libB.[2-5]''  or
>> ``libB.[1-36-9]'' or ``libtcl8?'' (the last example denotes, that any
>> Tcl release 8.x will do). The regexps are pretty powerful...
> 
> Mikhail, have you already answered on the 'special meaning of "." in
> regexes' issue?

No, but it is an easy one to  fix. The ``lib'' part needs to be split on
the dot  and put  together with  the dot escaped  on the  grep's command
line.

	-mi



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202010249.g112n9Q26430>