From owner-freebsd-ports@FreeBSD.ORG Sat Jun 3 00:33:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 582B116A46E for ; Sat, 3 Jun 2006 00:33:48 +0000 (UTC) (envelope-from harrelson@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BFB843D45 for ; Sat, 3 Jun 2006 00:33:47 +0000 (GMT) (envelope-from harrelson@gmail.com) Received: by nf-out-0910.google.com with SMTP id l37so1219824nfc for ; Fri, 02 Jun 2006 17:33:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=HZDodJTAPsTfaVDlVHlYt+Sof95BnRjMJ5Z9JfdkDNJVuAzCsDp/IPaNxfrRM7QsPllogK3V0rqLcGv0jIzcyC064h0hMMmnSqdNyTFmtIhujpc6n+0/7zKg5Xh9+i43l1DBLlcZRvEYSRG1rw6YeuusheFTgty5f5a+9A7tETM= Received: by 10.49.35.4 with SMTP id n4mr863175nfj; Wed, 31 May 2006 13:49:07 -0700 (PDT) Received: by 10.67.92.10 with HTTP; Wed, 31 May 2006 13:49:07 -0700 (PDT) Message-ID: <529825a30605311349w53d1397am71f180967fd0e2be@mail.gmail.com> Date: Wed, 31 May 2006 13:49:07 -0700 From: "Culley Harrelson" To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: p5-Mail-SpamAssassin PERL_LEVEL problem X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jun 2006 00:33:48 -0000 I am using FreeBSD 4.10, trying to upgrade p5-Mail-SpamAssassin. I am triggering this line in the make file: .if ${PERL_LEVEL} < 500600 IGNORE= needs perl 5.6.1 or higher, install lang/perl5.8 and try again .endif problem is that I *have* installed lang/perl5.8 and this is still getting triggered. Where is PERL_LEVEL set? I have tried tweaking my path to get /use/bin/perl out of the equation but this has not been effective. Any clues for me? culley