Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 1999 02:21:35 +0900
From:      Akinori MUSHA aka knu <knu@idaemons.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15404: www/p5-CGI: Wrong BUILD_DEPENDS?
Message-ID:  <86u2lqemow.wl@localhost.local.idaemons.org>

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

>Number:         15404
>Category:       ports
>Synopsis:       www/p5-CGI: Wrong BUILD_DEPENDS?
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 10 09:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Akinori MUSHA aka knu <knu@idaemons.org>
>Release:        FreeBSD 3.4-RC i386
>Organization:
A.I.D.
>Environment:

	FreeBSD 3.4-RC i386 + ports-current

>Description:

	Makefile of www/p5-CGI seems to have wrong BUILD_DEPENDS,
which says:

BUILD_DEPENDS= 	${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww

But I think:

1. www/p5-libwww doesn't install the module URI/Escape.pm.
2. Perl modules aren't installed under ${PREFIX}/lib/perl5/site_perl,
but ${PREFIX}/lib/perl5/site_perl/${PERL_VER}.

>How-To-Repeat:

	$ make

>Fix:

--- Makefile.orig	Wed Sep  1 08:25:44 1999
+++ Makefile	Sat Dec 11 02:11:43 1999
@@ -14,7 +14,7 @@
 
 MAINTAINER=	jfitz@FreeBSD.org
 
-BUILD_DEPENDS= 	${PREFIX}/lib/perl5/site_perl/URI/Escape.pm:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS= 	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/LWP.pm:${PORTSDIR}/www/p5-libwww
 
 USE_PERL5=	YES
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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