Date: Wed, 28 Jun 2000 01:24:25 -0700 From: Doug Barton <DougB@gorean.org> To: Ade Lovett <ade@FreeBSD.org> Cc: ports@FreeBSD.org, current@FreeBSD.org Subject: Re: perl5 ports and perl5.006 Message-ID: <3959B639.CFCF88FE@gorean.org> References: <20000627190539.C3994@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Ade Lovett wrote: > > Got a couple of issues with perl5.006 that just went into -current > in terms of perl5 ports. > > The first one is relatively straightforward, being a simple > versioning problem. Following patch fixes that (OSVERSION > may be slightly wrong, but it corresponds to what I have > in my up-to-date src tree): > > Index: bsd.port.mk > =================================================================== > RCS file: /home/src/FreeBSD/ports/Mk/bsd.port.mk,v > retrieving revision 1.340 > diff -u -r1.340 bsd.port.mk > --- bsd.port.mk 2000/06/16 21:52:40 1.340 > +++ bsd.port.mk 2000/06/27 23:59:03 > @@ -764,12 +764,17 @@ > .endif > .endif > > +.if ${OSVERSION} >= 500006 > +PERL_VERSION= 5.006 > +PERL_VER= 5.006 > +.else > +PERL_VER= 5.005 > .if ${OSVERSION} >= 300000 > PERL_VERSION= 5.00503 > .else > PERL_VERSION= 5.00502 > +.endif > .endif > -PERL_VER= 5.005 > PERL_ARCH= ${ARCH}-freebsd > PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ > PERL_VER=${PERL_VER} \ Second this one... My mrtg died as soon as I install'ed the world since perl is now looking for /usr/local/lib/perl5/site_perl/5.006. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? 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?3959B639.CFCF88FE>