From owner-freebsd-perl@FreeBSD.ORG Mon Jul 7 13:37:38 2014 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB529C50 for ; Mon, 7 Jul 2014 13:37:38 +0000 (UTC) Received: from huppa.tuxaco.net (tuxaco.net [IPv6:2001:41d0:1:66c1::1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95C692620 for ; Mon, 7 Jul 2014 13:37:38 +0000 (UTC) Received: by huppa.tuxaco.net (Postfix, from userid 1001) id 46FD82282D; Mon, 7 Jul 2014 15:37:36 +0200 (CEST) Date: Mon, 7 Jul 2014 15:37:35 +0200 From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: Barrie Archer Subject: Re: p5-Git-Repository Message-ID: <20140707133735.GC43354@tuxaco.net> References: <53BA9AD8.7030906@myarcher.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <53BA9AD8.7030906@myarcher.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: perl@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:37:38 -0000 On Mon, 07 Jul 2014, 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 > [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} =3D=3D "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-- Hello, Nothing to see with p5-Git-Repository. It's because of r352986 (http://svnweb.freebsd.org/ports?view=3Drevision&revision=3D352986) Your 8.2 is no more supported and your bsd.sites.mk is not interpreted by your system. You should upgarde to more recent FreeBSD. Regards, --=20 Philippe Aud=E9oud