From owner-freebsd-perl@FreeBSD.ORG Mon Jul 7 13:44:19 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FB50D62; Mon, 7 Jul 2014 13:44:19 +0000 (UTC) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 36E5926D0; Mon, 7 Jul 2014 13:44:18 +0000 (UTC) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id B3BBA3A09A; Mon, 7 Jul 2014 09:44:11 -0400 (EDT) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id 9PivZdeuG8rq; Mon, 7 Jul 2014 09:44:10 -0400 (EDT) Received: from exodus.zi0r.com (syn.zi0r.com [71.179.14.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id D13313A099; Mon, 7 Jul 2014 09:44:10 -0400 (EDT) Date: Mon, 7 Jul 2014 09:44:09 -0400 From: Ryan Steinmetz To: Barrie Archer Subject: Re: p5-Git-Repository Message-ID: <20140707134409.GA12289@exodus.zi0r.com> References: <53BA9AD8.7030906@myarcher.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <53BA9AD8.7030906@myarcher.net> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: perl@freebsd.org, portmgr@freebsd.org X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list 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, 07 Jul 2014 13:44:19 -0000 On (07/07/14 14:10), Barrie Archer wrote: > Trying to install p5-Git-Repository on a FreeBSD 8.2 system I get the > errors below. I fetched the latest ports and p5-Git-Repository was at > version 1.311 which appears to be the latest. Could you tell me why I > am getting these errors please. > Thanks > Barrie Archer Barrie, This is caused by the following commit: http://svnweb.freebsd.org/ports/head/Mk/bsd.sites.mk?r1=351892&r2=352986 FreeBSD 8.2 lacks support for :tl. You will need to upgrade to a supported release (8.4) to eliminate the error. Alternatively, as a workaround, you would reverse the commit in your local ports tree. You might run into other issues though. portmgr, We should either add workarounds for older systems or a warning that will be printed if a user is running a FreeBSD release that lacks required functionality for the ports tree to function. The above commit basically means a user must be running FreeBSD 8.4, 9.1 (or higher). -r > [root@unicorn ~]# cd /usr/ports/devel/p5-Git-Repository > [root@unicorn /usr/ports/devel/p5-Git-Repository]# make install > Unknown modifier 't' > Unknown modifier 't' > Unknown modifier 't' > Unknown modifier 't' > "/usr/ports/Mk/bsd.sites.mk", line 953: Malformed conditional > (!empty(_PERL_CPAN_ID) && ${_PERL_CPAN_FLAG:tl} == "cpan") > Unknown modifier 't' > Unknown modifier 't' > "/usr/ports/Mk/bsd.port.mk", line 2877: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 2877: Unexpected end of file in for > loop. > "/usr/ports/Mk/bsd.port.mk", line 6606: Unclosed conditional/for loop > "/usr/ports/Mk/bsd.port.mk", line 6606: Unexpected end of file in for > loop. > 1 open conditional: > at line 1177 (evaluated to true) > make: fatal errors encountered -- cannot continue > --Certified Virus Free by 4SecureMail.com ICSA-Certified Scanner-- >_______________________________________________ >freebsd-perl@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-perl >To unsubscribe, send any mail to "freebsd-perl-unsubscribe@freebsd.org" -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7