Subject: pkg/21508: incorrect dependency in p5-gtk
To: None <gnats-bugs@gnats.netbsd.org>
From: Soren Jacobsen <soren@bob.blef.org>
List: netbsd-bugs
Date: 05/08/2003 18:49:46
>Number:         21508
>Category:       pkg
>Synopsis:       incorrect dependency in p5-gtk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 09 01:50:01 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Soren Jacobsen
>Release:        NetBSD 1.6.1
>Organization:
>Environment:
pkgsrc as of 5/8
>Description:
p5-gtk needs p5-XML-Parser and p5-XML-Writer, but the BUILD_DEPENDS lines
read:
BUILD_DEPENDS+=         p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Writer
BUILD_DEPENDS+=         p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer
>How-To-Repeat:
>Fix:
I'm not sure if this warrants a PKGREVISION bump or not.

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/p5-gtk/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile	2003/05/05 19:05:26	1.21
+++ Makefile	2003/05/09 01:43:59
@@ -13,7 +13,7 @@
 MAINTAINER=		root@garbled.net
 COMMENT=		Perl bindings for GTK+
 
-BUILD_DEPENDS+=		p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Writer
+BUILD_DEPENDS+=		p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
 BUILD_DEPENDS+=		p5-XML-Writer-[0-9]*:../../textproc/p5-XML-Writer
 
 USE_BUILDLINK2=		YES
>Release-Note:
>Audit-Trail:
>Unformatted: