ports/66049: [PATCH] p5-HTTP-Recorder missing run dependency

Dan Pelleg daniel+gnats at pelleg.org
Wed Apr 28 14:50:20 UTC 2004


>Number:         66049
>Category:       ports
>Synopsis:       [PATCH] p5-HTTP-Recorder missing run dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 28 07:50:16 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dan Pelleg
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:


        
>Description:
HTTP::Proxy is needed to use HTTP::Recorder, but is not installed
by the port.
>How-To-Repeat:
install p5-HTTP-Recorder port, run the example
>Fix:


diff -ruN orig/Makefile p5-HTTP-Recorder/Makefile
--- orig/Makefile       Wed Apr 28 10:25:28 2004
+++ p5-HTTP-Recorder/Makefile   Wed Apr 28 10:34:42 2004
@@ -18,7 +18,8 @@

 BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
 		${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser
-RUN_DEPENDS=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${BUILD_DEPENDS} \
+		${SITE_PERL}/HTTP/Proxy.pm:${PORTSDIR}/www/p5-HTTP-Proxy

 PERL_CONFIGURE=        yes

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



More information about the freebsd-ports-bugs mailing list