From owner-freebsd-perl@FreeBSD.ORG Mon Feb 16 04:40:25 2009 Return-Path: Delivered-To: freebsd-perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CBBC1065674 for ; Mon, 16 Feb 2009 04:40:25 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: from web39105.mail.mud.yahoo.com (web39105.mail.mud.yahoo.com [209.191.87.224]) by mx1.freebsd.org (Postfix) with SMTP id 189BF8FC15 for ; Mon, 16 Feb 2009 04:40:24 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: (qmail 74207 invoked by uid 60001); 16 Feb 2009 04:13:44 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=TUanBlUxPNyOA8p6EfgrkRLjixA7e09MZEuSWJ5923KmJxdyRDOYixKRzb+rVTTla/HTIEs7typ965ysZ0eCVBYHVL1I9IwxjvJbxX5f804vpDyEGMBNxkGfL4jffUdYYafYhR3IX8FLtzjmYpRQhetxIBm9fdxEDoQntPCO/sc=; X-YMail-OSG: QzZlBxEVM1lRPuot4r937WNVjJAGGotY6Cs7lrp09Z4m7sO.OkAUGMnGjrgQcev97QqnZipWrm.uGX5eITpIrYt_mWpAId.V35Ty3YYAdCKpzSkqYUX.Lu9PyJSGk_lNQ.dOEafobG59NF4RzEzW6cAHxA-- Received: from [173.79.125.67] by web39105.mail.mud.yahoo.com via HTTP; Sun, 15 Feb 2009 20:13:43 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Sun, 15 Feb 2009 20:13:43 -0800 (PST) From: bf To: skv@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-perl@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17875.72781.qm@web39105.mail.mud.yahoo.com> Cc: Subject: lang/perl5.8 installation failure X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf2006a@yahoo.com List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2009 04:40:25 -0000 It seems that the latest changes to the lang/perl5.8 port (resulting in CVS revision 1.100 of the Makefile, in response to PR ports/131434: lang/perl5.8: suid fails) have broken the install target. I had to change lines 145 and 146 from: BSDPAN_VERSION= ${PORTVERSION}_1 BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${PORTVERSION} to: BSDPAN_VERSION= ${PKGVERSION} BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${BSDPAN_VERSION} which I'm not sure is what was intended, but it works for me on 8-CURRENT i386. Someone more familiar with the port should take a look and sort out the mess. Regards, b.