From owner-freebsd-ports Fri Nov 24 21:45:35 2000 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 E0ADC37B479 for ; Fri, 24 Nov 2000 21:45:32 -0800 (PST) Received: from FreeBSD.org (Studded@master [10.0.0.2]) by dt051n37.san.rr.com (8.9.3/8.9.3) with ESMTP id VAA88606 for ; Fri, 24 Nov 2000 21:45:31 -0800 (PST) (envelope-from DougB@FreeBSD.org) Message-ID: <3A1F51FB.18DE940@FreeBSD.org> Date: Fri, 24 Nov 2000 21:45:31 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: Curious about PERL_ARCH= mach Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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