From owner-freebsd-current Wed Jun 28 1:24:33 2000 Delivered-To: freebsd-current@freebsd.org Received: from dt052n3e.san.rr.com (dt052n3e.san.rr.com [204.210.33.62]) by hub.freebsd.org (Postfix) with ESMTP id ACAA237B63D; Wed, 28 Jun 2000 01:24:26 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt052n3e.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA35362; Wed, 28 Jun 2000 01:24:25 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3959B639.CFCF88FE@gorean.org> Date: Wed, 28 Jun 2000 01:24:25 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0603 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ade Lovett Cc: ports@FreeBSD.org, current@FreeBSD.org Subject: Re: perl5 ports and perl5.006 References: <20000627190539.C3994@FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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-current" in the body of the message