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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message