Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Apr 2003 17:12:30 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dburr@FreeBSD.org
Subject:   ports/51554: p5-File-Spec is too picky
Message-ID:  <20030429071230.6CB4B6A7101@k7.mavetju>
Resent-Message-ID: <200304290720.h3T7KCLU022908@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         51554
>Category:       ports
>Synopsis:       p5-File-Spec is too picky
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 29 00:20:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Tue Apr 22 20:29:02 EST 2003 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

>Description:

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?

>How-To-Repeat:
>Fix:

I would go for the change in www/p5-WWW-Search but am not sure about it.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030429071230.6CB4B6A7101>