Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2007 21:46:03 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/113119: [patch] textproc/docproj - add XML::Parser dependency
Message-ID:  <20070529114603.DA723531@k7.mavetju>
Resent-Message-ID: <200705291150.l4TBo3Bs051948@freefall.freebsd.org>

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

>Number:         113119
>Category:       ports
>Synopsis:       [patch] textproc/docproj - add XML::Parser dependency
>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:   Tue May 29 11:50:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:

As discussed at
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=118376+0+archive/2007/freebsd-doc/20070520.freebsd-doc,
and on #bsddocs with Chimera and keramida, please add a dependency
on p5-XML-Parser to textproc/docproj so the FreeBSD Multimedia List
can be re-added to the www-build.

>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/docproj/Makefile,v
retrieving revision 1.55
diff -u -r1.55 Makefile
--- Makefile	25 May 2007 18:03:33 -0000	1.55
+++ Makefile	29 May 2007 11:45:21 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	docproj
 PORTVERSION=	1.17
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	# empty
 DISTFILES=	# empty
@@ -34,7 +34,8 @@
 		${LOCALBASE}/share/xml/dtd/xhtml/xhtml.soc:${PORTSDIR}/textproc/xhtml \
 		${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \
 		${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \
-		${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent
+		${LOCALBASE}/share/xml/xmlcharent/catalog:${PORTSDIR}/textproc/xmlcharent \
+		${SITE_PERL}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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