Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jan 2001 13:34:29 -0800
From:      Doug Barton <DougB@gorean.org>
To:        Masafumi NAKANE <max@wide.ad.jp>
Cc:        ports@freebsd.org, asami@freebsd.org
Subject:   Re: PERL_ARCH
Message-ID:  <3A578F65.50B515EE@gorean.org>
References:  <87wvclbkeg.wl@turkey.aslm.rim.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A578F65.50B515EE>