Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2006 13:41:57 +0100 (CET)
From:      Martin Kjeldsen <martin@martinkjeldsen.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106605: [patch] ports/textproc/p5-XML-DOM-XPath: Missing dependency in Makefile. Makefile has old dependency
Message-ID:  <20061211124157.A95FB22890@baest.catpipe.net>
Resent-Message-ID: <200612111250.kBBCo4xC036189@freefall.freebsd.org>

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

>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@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:



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