pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/37770: xmltoman depend problem



>Number:         37770
>Category:       pkg
>Synopsis:       xmltoman depend problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 16 17:10:00 +0000 2008
>Originator:     Ondrej Tuma
>Release:        current
>Organization:
Blackmouse
>Environment:
Linux web2 2.6.23.12 #6 SMP Tue Jan 15 02:45:45 CET 2008 x86_64 x86_64 x86_64 
GNU/Linux

>Description:
running tool fails with error that XML-Parser library not found.
>How-To-Repeat:
bmake install on system that XML-Parser not exist (bulk for example)
>Fix:
here is the patch:
--- Makefile.orig       2008-01-16 16:51:12.000000000 +0000
+++ Makefile    2008-01-16 16:56:13.000000000 +0000
@@ -6,6 +6,8 @@
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/x/xmltoman/}
 
+DEPENDS+=       p5-XML-Parser>=2.36:../../textproc/p5-XML-Parser
+
 MAINTAINER=    bjs%NetBSD.org@localhost
 HOMEPAGE=      # none
 COMMENT=       XML to manual page converter




Home | Main Index | Thread Index | Old Index