ports/106605: [patch] ports/textproc/p5-XML-DOM-XPath: Missing dependency in Makefile. Makefile has old dependency

Martin Kjeldsen martin at martinkjeldsen.dk
Mon Dec 11 12:50:17 UTC 2006


>Number:         106605
>Category:       ports
>Synopsis:       [patch] ports/textproc/p5-XML-DOM-XPath: Missing dependency in Makefile. Makefile has old 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:   Mon Dec 11 12:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Martin Kjeldsen
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD baest.catpipe.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #8: Wed Nov 29 15:35:48 CET 2006 root at baest.catpipe.net:/usr/obj/usr/src/sys/BEAST i386
>Description:
	ports/textproc/p5-XML-DOM-XPath: Missing dependency in Makefile. Makefile has old dependency
>How-To-Repeat:
	Update p5-XML-DOM-XPath on a system without p5-XML-XPathEngine and run a program using p5-XML-DOM-XPath
>Fix:
Simple patch of Makefile

--- Makefile    Mon Dec 11 06:35:15 2006
+++ Makefile    Mon Dec 11 13:36:45 2006
@@ -16,7 +16,7 @@
 COMMENT=       Adds XPath support to XML::DOM, using XML::XPath engine
 
 RUN_DEPENDS=   ${SITE_PERL}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM \
-               ${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath
+               ${SITE_PERL}/XML/XPathEngine.pm:${PORTSDIR}/textproc/p5-XML-XPathEngine
 
 PERL_CONFIGURE=        yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list