Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  6 May 2003 13:32:22 +0200 (CEST)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/51842: add missing dependency textproc/p5-XML-DBMS 
Message-ID:  <20030506113222.583D8579A@backup-mx.droso.dk>
Resent-Message-ID: <200305061140.h46Be4tl008824@freefall.freebsd.org>

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

>Number:         51842
>Category:       ports
>Synopsis:       add missing dependency textproc/p5-XML-DBMS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 06 04:40:04 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Sat Apr 5 16:37:20 CEST 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

add missing dependency on XML/LibXML.pm

Noticed by: bento


>How-To-Repeat:
	
>Fix:

	

--- p5-XML-DBMS.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-DBMS/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	7 Mar 2003 06:11:48 -0000	1.2
+++ Makefile	6 May 2003 11:30:45 -0000
@@ -17,6 +17,7 @@
 COMMENT=	Perl port of Java package XML-DBMS v1.0
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml \
+		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
 		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
 		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
 RUN_DEPENDS=	${BUILD_DEPENDS}
--- p5-XML-DBMS.diff ends here ---


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



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