From owner-freebsd-perl@FreeBSD.ORG Mon Feb 18 23:00:07 2008 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B4DA16A421 for ; Mon, 18 Feb 2008 23:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 00CC513C457 for ; Mon, 18 Feb 2008 23:00:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m1IN06Xx014671 for ; Mon, 18 Feb 2008 23:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m1IN065U014670; Mon, 18 Feb 2008 23:00:06 GMT (envelope-from gnats) Date: Mon, 18 Feb 2008 23:00:06 GMT Message-Id: <200802182300.m1IN065U014670@freefall.freebsd.org> To: perl@FreeBSD.org From: Felippe de Meirelles Motta Cc: Subject: Re: ports/120802: [UPDATE] devel/p5-ExtUtils-CBuilder X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Felippe de Meirelles Motta 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, 18 Feb 2008 23:00:07 -0000 The following reply was made to PR ports/120802; it has been noted by GNATS. From: Felippe de Meirelles Motta To: Lars Balker Rasmussen Cc: leeym@FreeBSD.org, perl@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/120802: [UPDATE] devel/p5-ExtUtils-CBuilder Date: Mon, 18 Feb 2008 19:54:14 -0300 Lars Balker Rasmussen wrote: > On Mon, Feb 18, 2008 at 07:01:52PM +0000, leeym@FreeBSD.org wrote: > >> Synopsis: [UPDATE] devel/p5-ExtUtils-CBuilder >> >> State-Changed-From-To: open->feedback >> State-Changed-By: leeym >> State-Changed-When: Mon Feb 18 18:58:23 UTC 2008 >> State-Changed-Why: >> Text::ParseWords was in core list of PERL since 5, (in fact, File::Spec too), and we currently support 5.6.2 and 5.8.8. >> Do we need to put them in {BUILD,RUN}_DEPENDS? >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=120802 >> > > Only if the version the port requires is different than the one included in > one of the perls supported. > > In ports that require 5.8+ I typically leave out Scalar::Util and Test::More > from the requirement-lists (and make them depend on version[1]), since they're > already in the dist. This doesn't hold if the port e.g. requires a newer > Test-Simple (like Test-WWW-Mechanize). > > [1] E.g.: > .if ${PERL_LEVEL} < 500800 > BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils > RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils > .endif > Thanks for your report lars@ and leeym@. I think that the best thing is even using the more newer version of an software, but if you want, can you remove these lines. My cheers :)