From owner-freebsd-ports Sat Jan 6 13:34:36 2001 From owner-freebsd-ports@FreeBSD.ORG Sat Jan 6 13:34:35 2001 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from dt051n37.san.rr.com (dt051n37.san.rr.com [204.210.32.55]) by hub.freebsd.org (Postfix) with ESMTP id 950D637B400; Sat, 6 Jan 2001 13:34:34 -0800 (PST) Received: from gorean.org (master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id NAA25473; Sat, 6 Jan 2001 13:34:29 -0800 (PST) (envelope-from DougB@gorean.org) Message-ID: <3A578F65.50B515EE@gorean.org> Date: Sat, 06 Jan 2001 13:34:29 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Masafumi NAKANE Cc: ports@freebsd.org, asami@freebsd.org Subject: Re: PERL_ARCH References: <87wvclbkeg.wl@turkey.aslm.rim.or.jp> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Masafumi NAKANE wrote: > > Hi, > > I'm now upgrading swi-pl, which installs some files into > lib/%%DISTNAME%%/bin/i386-freebsd. Earlier, it could be written as > lib/%%DISTNAME%%/bin/%%PERL_ARCH%%, but now on -CURRENT, it expands to > lib/pl-3.4.4/bin/mach and %%PERL_ARCH%% cannot be used in this > context. > > Now, my question is how should I write these pathnames in the plist. I asked the following question back on 11/24 and got no answer. I'm still curious about this... > I'm trying to track down some plist problems with a new port, and > noticed the following in bsd.port.mk from 1.341: > > .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 > > I'm confused as to why we want PERL_ARCH to always be "mach". Probably > something obvious that I'm missing here... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message