Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2000 12:40:34 -0500
From:      Ade Lovett <ade@FreeBSD.org>
To:        "Andrey A. Chernov" <ache@freebsd.org>
Cc:        Clive Lin <clive@CirX.ORG>, freebsd-ports@FreeBSD.ORG
Subject:   Re: PERL_VERSION in bsd.port.mk
Message-ID:  <20000703124034.I20888@FreeBSD.org>
In-Reply-To: <20000703103149.A60025@freebsd.org>; from ache@freebsd.org on Mon, Jul 03, 2000 at 10:31:49AM -0700
References:  <20000704003331.A42719@cartier.cirx.org> <20000703103149.A60025@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 03, 2000 at 10:31:49AM -0700, Andrey A. Chernov wrote:
> This patch is incomplete.

This is the fully working patch:

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/07/03 17:30:05
@@ -764,13 +764,19 @@
 .endif
 .endif
 
+.if ${OSVERSION} >= 500007
+PERL_VERSION=	5.6.0
+PERL_VER=	5.6.0
+PERL_ARCH=	mach
+.else
 .if ${OSVERSION} >= 300000
 PERL_VERSION=	5.00503
 .else
 PERL_VERSION=	5.00502
+.endif
+PERL_VER=	5.005
+PERL_ARCH=	${ARCH}-freebsd
 .endif
-PERL_VER=		5.005
-PERL_ARCH=		${ARCH}-freebsd
 PLIST_SUB+=		PERL_VERSION=${PERL_VERSION} \
 				PERL_VER=${PERL_VER} \
 				PERL_ARCH=${PERL_ARCH}

---------------------------------------------------------------------------

However, I'm still seeing the following when building ports:

Checking if your kit is complete...
Looks good

Warning: I could not locate your pod2man program. Please make sure,
         your pod2man program is in your PATH before you execute 'make'

[...]

Yet the manual pages go on and get built correctly.  Very odd.

-aDe

-- 
Ade Lovett, Austin, TX.			ade@FreeBSD.org
FreeBSD: The Power to Serve		http://www.FreeBSD.org/


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?20000703124034.I20888>