Date: Fri, 24 Nov 2000 21:45:31 -0800 From: Doug Barton <DougB@FreeBSD.org> To: ports@FreeBSD.org Subject: Curious about PERL_ARCH= mach Message-ID: <3A1F51FB.18DE940@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
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... Doug -- So what I want to know is, where does the RED brick road go? Do YOU Yahoo!? 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?3A1F51FB.18DE940>