Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2003 22:07:23 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tobez@FreeBSD.org
Subject:   ports/48204: [patch] fix BUILD_DEPENDS for devel/p5-Log-Dispatch
Message-ID:  <20030212110723.813536A712B@k7.mavetju>

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

>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




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