Date: Mon, 21 Jan 2002 22:22:18 -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.56042.455647.410628@yertle.kciLink.com> In-Reply-To: <7mlmer2hwf.wl@waterblue.imgsrc.co.jp> References: <15432.25188.804327.157940@onceler.kciLink.com> <7msn8z2rfx.wl@waterblue.imgsrc.co.jp> <15436.53627.187710.956331@yertle.kciLink.com> <7mlmer2hwf.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 Mon, 21 Jan 2002 21:42:03 -0500, JK> Vivek Khera wrote: >> 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. JK> Ah, sorry. I forgot you defined $PERL_VERSION to 5.6.1 in JK> /etc/make.conf. I think *your* problem will be solved with your JK> patch. That was done by the perl5 port, so I'm sure others will have this situation as well. JK> But current german/BBBike port cannot define $PLIST correctly in stock JK> -current box. Can you fix this problem, too? JK> % make -VPERL_VERSION -VPLIST JK> 5.6.0 JK> /usr/ports/german/BBBike/pkg-plist.5005 Apparently, my patch does fix this: [yertle]BBBike% make -VPERL_VERSION -VPLIST 5.6.1 /amd/onceler/u/onceler1/usr/ports/german/BBBike/pkg-plist I don't have a -current box so I'm not sure what will be different to make it not work as on your system. 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.56042.455647.410628>