From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 29 00:30:13 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D28D37B440 for ; Tue, 29 Apr 2003 00:30:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38C3B43FA3 for ; Tue, 29 Apr 2003 00:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3T7UBUp064355 for ; Tue, 29 Apr 2003 00:30:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3T7UB3Z064352; Tue, 29 Apr 2003 00:30:11 -0700 (PDT) Date: Tue, 29 Apr 2003 00:30:11 -0700 (PDT) Message-Id: <200304290730.h3T7UB3Z064352@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Anton Berezin Subject: Re: ports/51554: p5-File-Spec is too picky X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anton Berezin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 07:30:13 -0000 The following reply was made to PR ports/51554; it has been noted by GNATS. From: Anton Berezin To: Edwin Groothuis Cc: FreeBSD-gnats-submit@FreeBSD.org, dburr@FreeBSD.org Subject: Re: ports/51554: p5-File-Spec is too picky Date: Tue, 29 Apr 2003 09:29:15 +0200 On Tue, Apr 29, 2003 at 05:12:30PM +1000, Edwin Groothuis wrote: > >Synopsis: p5-File-Spec is too picky > The makefile for devel/p5-File-Spec says: > .if ${PERL_LEVEL} > 500600 > IGNORE= This port is for perl 5.6.0 and under only. > .endif > The makefile for www/p5-WWW-Search says: > .if ${PERL_LEVEL} < 500800 > BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \ > ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple > .endif > I don't know who to believe, it's either p5-File-Spec which is too > picky and should allow 5.6.1 to install p5-File-Spec too or > p5-WWW-Search which is not strict enough and should check for 5.6.0 > and lower. > Any suggestions? I would say, both. perl 5.6.1 is supplied with File::Spec 0.82 - the same version as p5-File-Spec in the ports. So at least, there is no harm done. On the other hand, WWW-Search wants at least 0.82, so it could accept 5.6.1 without any probs. Cheers, %Anton. -- Perl is strongly typed, it just has very few types. -- Dan Sugalski