ports/128292: Required perl module missing from www/rt36

Steven Kreuzer skreuzer at exit2shell.com
Wed Oct 22 14:20:01 UTC 2008


>Number:         128292
>Category:       ports
>Synopsis:       Required perl module missing from www/rt36
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 22 14:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Steven Kreuzer
>Release:        7.0-RELEASE
>Organization:
>Environment:
FreeBSD slurry.exit2shell.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
www/rt36 ships with a tool called rt-dump-database which depends on XML::Simple to run.

The Makefile omits this perl module and requires it to be installed by hand. The attached patch will add the module as a dependency.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /usr/share/cvs/freebsd/ports/www/rt36/Makefile,v
retrieving revision 1.66
diff -u -r1.66 Makefile
--- Makefile	2 Jul 2008 14:33:44 -0000	1.66
+++ Makefile	22 Oct 2008 13:55:15 -0000
@@ -55,8 +55,8 @@
 		${SITE_PERL}/CSS/Squish.pm:${PORTSDIR}/textproc/p5-CSS-Squish \
 		p5-Devel-StackTrace>=1.19:${PORTSDIR}/devel/p5-Devel-StackTrace \
 		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
+		p5-XML-Simple>=2.18:${PORTSDIR}/textproc/p5-XML-Simple \
 		${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
-
 LATEST_LINK=	rt36
 HAS_CONFIGURE=	yes
 NO_BUILD=	yes


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



More information about the freebsd-ports-bugs mailing list