From owner-freebsd-ports-bugs Wed Feb 12 3:10:10 2003 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 35CFE37B401 for ; Wed, 12 Feb 2003 03:10:08 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ACE243F85 for ; Wed, 12 Feb 2003 03:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h1CBA7NS014517 for ; Wed, 12 Feb 2003 03:10:07 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h1CBA7vS014516; Wed, 12 Feb 2003 03:10:07 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDF3037B401; Wed, 12 Feb 2003 03:07:28 -0800 (PST) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6018043FBD; Wed, 12 Feb 2003 03:07:28 -0800 (PST) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id E30C72B7A0; Wed, 12 Feb 2003 12:07:25 +0100 (CET) Received: by k7.mavetju (Postfix, from userid 1001) id 813536A712B; Wed, 12 Feb 2003 22:07:23 +1100 (EST) Message-Id: <20030212110723.813536A712B@k7.mavetju> Date: Wed, 12 Feb 2003 22:07:23 +1100 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org Cc: tobez@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/48204: [patch] fix BUILD_DEPENDS for devel/p5-Log-Dispatch Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48204 >Category: ports >Synopsis: [patch] fix BUILD_DEPENDS for devel/p5-Log-Dispatch >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 12 03:10:06 PST 2003 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 >Description: devel/p5-Log-Dispatch is looking for ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/Params/Validate.pm while it should be ${LOCALBASE}/lib/perl5/site_perl/${PERL_VERSION}/${PERL_ARCH}/Params/Validate.pm >How-To-Repeat: >Fix: [~/ports/devel/p5-Log-Dispatch] edwin@ref5>cvs diff -u Makefile Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/p5-Log-Dispatch/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 1 Jul 2002 04:51:06 -0000 1.7 +++ Makefile 12 Feb 2003 11:05:13 -0000 @@ -14,7 +14,7 @@ MAINTAINER= tobez@FreeBSD.org -BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate +BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} USE_SUBMAKE= yes >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message