Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2003 12:56:46 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47395: add missing dependency textproc/p5-XML-Stream 
Message-ID:  <20030123115646.AFEB6A933@backup-mx.droso.dk>

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

>Number:         47395
>Category:       ports
>Synopsis:       add missing dependency textproc/p5-XML-Stream
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 23 04:00:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

XML::Stream need IO::Select > 1.13, so we need to install it from
ports if our perl is too old (ie 4.x)

>How-To-Repeat:
	
>Fix:

	

--- p5-XML-Stream.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/p5-XML-Stream/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	17 Jun 2002 19:58:22 -0000	1.5
+++ Makefile	23 Jan 2003 11:40:56 -0000
@@ -26,3 +26,8 @@
 		XML::Stream::Tree.3 XML::Stream::Node.3
 
 .include <bsd.port.mk>
+
+.if ${OSVERSION} < 500000 && !exists(${SITE_PERL}/${PERL_ARCH}/IO/Select.pm)
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/IO/Select.pm:${PORTSDIR}/devel/p5-IO
+RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/IO/Select.pm:${PORTSDIR}/devel/p5-IO
+.endif
--- p5-XML-Stream.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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