Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 21:42:03 -0500
From:      Vivek Khera <khera@kcilink.com>
To:        Jun Kuriyama <kuriyama@imgsrc.co.jp>
Cc:        ports@freebsd.org
Subject:   Re: PR 33519 followup
Message-ID:  <15436.53627.187710.956331@yertle.kciLink.com>
In-Reply-To: <7msn8z2rfx.wl@waterblue.imgsrc.co.jp>
References:  <15432.25188.804327.157940@onceler.kciLink.com> <7msn8z2rfx.wl@waterblue.imgsrc.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "JK" == Jun Kuriyama <kuriyama@imgsrc.co.jp> writes:

JK> At Fri, 18 Jan 2002 17:59:05 +0000 (UTC),
JK> Vivek Khera wrote:
>> Can someone have a look at
>> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33519
>> before the ports tree freeze?  given that perl 5.6 is now in ports and
>> that freebsd 5 has 5.6, fixing this would be a good thing (TM).

JK> It seems a patch in ports/33519 cannot solve this problem.
JK> $PERL_VERSION is defined in bsd.port.post.mk section.  So
JK> "defined(PERL_VERSION)" may return false even if you use
JK> bsd.port.{pre,post}.mk.

It *does* work.  My patch does not use defined(PERL_VERSION), it
simply changes the test from <= to == since 5.6.1 is not a number
format that make likes in an "if" clause.  The ==  test causes string
compare to be used.

The german/BBBike port is the only port affected by this.

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?15436.53627.187710.956331>