From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 29 00:20:14 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 1871237B401 for ; Tue, 29 Apr 2003 00:20:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2571D43F85 for ; Tue, 29 Apr 2003 00:20:13 -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 h3T7KCUp022912 for ; Tue, 29 Apr 2003 00:20:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3T7KCLU022908; Tue, 29 Apr 2003 00:20:12 -0700 (PDT) Resent-Date: Tue, 29 Apr 2003 00:20:12 -0700 (PDT) Resent-Message-Id: <200304290720.h3T7KCLU022908@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Edwin Groothuis Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C65B37B401; Tue, 29 Apr 2003 00:12:35 -0700 (PDT) Received: from topaz.ad1810.com (topaz.ad1810.com [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E12543F85; Tue, 29 Apr 2003 00:12:34 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.ad1810.com [212.204.230.141]) by topaz.ad1810.com (Postfix) with ESMTP id 6A9DC2BA16; Tue, 29 Apr 2003 09:12:32 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 6CB4B6A7101; Tue, 29 Apr 2003 17:12:30 +1000 (EST) Message-Id: <20030429071230.6CB4B6A7101@k7.mavetju> Date: Tue, 29 Apr 2003 17:12:30 +1000 (EST) From: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dburr@FreeBSD.org Subject: 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: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Apr 2003 07:20:14 -0000 >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: