From nobody@FreeBSD.org  Thu Nov 21 15:05:19 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id B7F87B55
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Nov 2013 15:05:19 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id A782B2D95
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Nov 2013 15:05:19 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rALF5JGK075718
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 21 Nov 2013 15:05:19 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rALF5JgN075713;
	Thu, 21 Nov 2013 15:05:19 GMT
	(envelope-from nobody)
Message-Id: <201311211505.rALF5JgN075713@oldred.freebsd.org>
Date: Thu, 21 Nov 2013 15:05:19 GMT
From: Pietro Cerutti <gahr@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] editors/xmlcopyeditor -- update to 1.2.0.11
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: jjuanino@gmail.com

>Number:         184145
>Category:       ports
>Synopsis:       [patch] editors/xmlcopyeditor -- update to 1.2.0.11
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 21 15:10:01 UTC 2013
>Closed-Date:    Fri Nov 22 07:54:32 UTC 2013
>Last-Modified:  Fri Nov 22 08:00:00 UTC 2013
>Originator:     Pietro Cerutti
>Release:        
>Organization:
The FreeBSD Project
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 334494)
+++ Makefile	(working copy)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmlcopyeditor
-PORTVERSION=	1.2.0.9
-PORTREVISION=	1
+PORTVERSION=	1.2.0.11
 CATEGORIES=	editors
 MASTER_SITES=	SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}
 
@@ -16,16 +15,15 @@
 WX_COMPS=	wx contrib
 WX_CONF_ARGS=	absolute
 WX_UNICODE=	yes
-USES=		gettext iconv
-USE_DOS2UNIX=	yes
+USES=		gettext iconv dos2unix
 
 BUILD_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS=	xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
-		xslt:${PORTSDIR}/textproc/libxslt \
-		aspell:${PORTSDIR}/textproc/aspell \
-		pcre:${PORTSDIR}/devel/pcre \
-		xml2:${PORTSDIR}/textproc/libxml2 \
-		expat:${PORTSDIR}/textproc/expat2
+LIB_DEPENDS=	libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \
+		libxslt.so:${PORTSDIR}/textproc/libxslt \
+		libaspell.so:${PORTSDIR}/textproc/aspell \
+		libpcre.so:${PORTSDIR}/devel/pcre \
+		libxml2.so:${PORTSDIR}/textproc/libxml2 \
+		libexpat.so:${PORTSDIR}/textproc/expat2
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
@@ -34,5 +32,4 @@
 		-I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS}
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 334494)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (xmlcopyeditor-1.2.0.9.tar.gz) = 850df750f3561320f6ab1b612e00cd2b9ecc2bed49ab1dcc261af78d0a28b7f7
-SIZE (xmlcopyeditor-1.2.0.9.tar.gz) = 1815995
+SHA256 (xmlcopyeditor-1.2.0.11.tar.gz) = b63a1f5c124d163cf93760fd60cc86c179d4d2b474a875132648f305bc44757b
+SIZE (xmlcopyeditor-1.2.0.11.tar.gz) = 1965438
Index: files/patch-src_housestyle.h
===================================================================
--- files/patch-src_housestyle.h	(revision 334494)
+++ files/patch-src_housestyle.h	(working copy)
@@ -1,13 +0,0 @@
---- src/housestyle.h.orig	2013-08-07 15:30:44.000000000 +0200
-+++ src/housestyle.h	2013-08-07 15:31:08.000000000 +0200
-@@ -68,8 +68,9 @@
- 		           filterDirectory,
- 		           filterFile,
- 		           pathSeparator,
--		           error,
-+		           error
- #ifdef __WXMSW__
-+                   ,
-                    aspellDataPath,
-                    aspellDictPath
- #endif
Index: files/patch-src_styledialog.cpp
===================================================================
--- files/patch-src_styledialog.cpp	(revision 0)
+++ files/patch-src_styledialog.cpp	(working copy)
@@ -0,0 +1,11 @@
+--- src/styledialog.cpp.orig	2013-11-21 15:48:45.000000000 +0100
++++ src/styledialog.cpp	2013-11-21 15:50:28.000000000 +0100
+@@ -705,7 +705,7 @@
+ 
+ 	WrapExpat we;
+ 	ofs << "<table><tr><th>Term</th><th>Frequency</th></tr>";
+-	std::map<std::string, int>::iterator mapIterator;
++	std::map<std::string, int, NoCaseCompare>::iterator mapIterator;
+ 	int matchTotal = 0;
+ 
+ 	for (

Property changes on: files/patch-src_styledialog.cpp
___________________________________________________________________
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Index: files/patch-src_wrapxerces.cpp
===================================================================
--- files/patch-src_wrapxerces.cpp	(revision 0)
+++ files/patch-src_wrapxerces.cpp	(working copy)
@@ -0,0 +1,17 @@
+--- src/wrapxerces.cpp.orig	2013-11-21 15:51:13.000000000 +0100
++++ src/wrapxerces.cpp	2013-11-21 16:01:41.000000000 +0100
+@@ -201,12 +201,12 @@
+ 		return wxConvUTF8;
+ 	case 2:
+ 	{
+-		const static wxMBConvUTF16 conv;
++		static wxMBConvUTF16 conv;
+ 		return conv;
+ 	}
+ 	case 4:
+ 	{
+-		const static wxMBConvUTF32 conv;
++		static wxMBConvUTF32 conv;
+ 		return conv;
+ 	}
+ 	default:

Property changes on: files/patch-src_wrapxerces.cpp
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Index: files/patch-src_xmlschemagenerator.cpp
===================================================================
--- files/patch-src_xmlschemagenerator.cpp	(revision 334494)
+++ files/patch-src_xmlschemagenerator.cpp	(working copy)
@@ -1,11 +0,0 @@
---- src/xmlschemagenerator.cpp.orig	2013-08-07 15:53:21.000000000 +0200
-+++ src/xmlschemagenerator.cpp	2013-08-07 15:54:00.000000000 +0200
-@@ -203,7 +203,7 @@
- 			continue;
- 		for ( attrItr = attrMap.begin(); attrItr != attrMap.end(); attrItr++ )
- 		{
--			const static wxMBConvUTF16 conv;
-+			static wxMBConvUTF16 conv;
- 			if ( attrs->getNamedItem ( ( const XMLCh * ) ( const char * )
- 					attrItr->first.mb_str ( conv ) ) == NULL )
- 			{
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 334494)
+++ pkg-plist	(working copy)
@@ -66,7 +66,7 @@
 %%DATADIR%%/dtd/docbook/4.4/ent/isotech.ent
 %%DATADIR%%/dtd/docbook/4.4/htmltblx.mod
 %%DATADIR%%/dtd/docbook/4.4/soextblx.dtd
-%%DATADIR%%/dtd/docbook/5.0b/docbook.dtd
+%%DATADIR%%/dtd/docbook/5.0/docbook.dtd
 %%DATADIR%%/dtd/lzx.dtd
 %%DATADIR%%/dtd/moodle_glossary.dtd
 %%DATADIR%%/dtd/moodle_xml.dtd
@@ -289,8 +289,8 @@
 %%DATADIR%%/templates/DTD.dtd
 %%DATADIR%%/templates/DocBook_4.4_article.xml
 %%DATADIR%%/templates/DocBook_4.4_book.xml
-%%DATADIR%%/templates/DocBook_5.0b_article.xml
-%%DATADIR%%/templates/DocBook_5.0b_book.xml
+%%DATADIR%%/templates/DocBook_5.0_article.xml
+%%DATADIR%%/templates/DocBook_5.0_book.xml
 %%DATADIR%%/templates/Moodle_glossary.xml
 %%DATADIR%%/templates/Moodle_quiz.xml
 %%DATADIR%%/templates/NewsML_1.2.xml
@@ -363,7 +363,7 @@
 @dirrm %%DATADIR%%/dtd/tei/p5
 @dirrm %%DATADIR%%/dtd/tei/p4
 @dirrm %%DATADIR%%/dtd/tei
-@dirrm %%DATADIR%%/dtd/docbook/5.0b
+@dirrm %%DATADIR%%/dtd/docbook/5.0
 @dirrm %%DATADIR%%/dtd/docbook/4.4/ent
 @dirrm %%DATADIR%%/dtd/docbook/4.4
 @dirrm %%DATADIR%%/dtd/docbook


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Nov 21 15:10:22 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184145 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: jjuanino@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/184145: [patch] editors/xmlcopyeditor -- update to 1.2.0.11
Date: Thu, 21 Nov 2013 15:10:21 UT

 Maintainer of editors/xmlcopyeditor,
 
 Please note that PR ports/184145 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184145
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: =?ISO-8859-1?Q?Jos=E9_Garc=EDa_Juanino?= <jjuanino@gmail.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/184145: [patch] editors/xmlcopyeditor -- update to 1.2.0.11
Date: Thu, 21 Nov 2013 21:13:27 +0100

 --047d7b45041edc4d3b04ebb5871d
 Content-Type: text/plain; charset=ISO-8859-1
 
 Please commit
 
 
 On 21 November 2013 16:10, Edwin Groothuis <edwin@freebsd.org> wrote:
 
 > Maintainer of editors/xmlcopyeditor,
 >
 > Please note that PR ports/184145 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184145
 >
 > --
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 >
 
 --047d7b45041edc4d3b04ebb5871d
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 <div dir=3D"ltr">Please commit</div><div class=3D"gmail_extra"><br><br><div=
  class=3D"gmail_quote">On 21 November 2013 16:10, Edwin Groothuis <span dir=
 =3D"ltr">&lt;<a href=3D"mailto:edwin@freebsd.org" target=3D"_blank">edwin@f=
 reebsd.org</a>&gt;</span> wrote:<br>
 <blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
 x #ccc solid;padding-left:1ex">Maintainer of editors/xmlcopyeditor,<br>
 <br>
 Please note that PR ports/184145 has just been submitted.<br>
 <br>
 If it contains a patch for an upgrade, an enhancement or a bug fix<br>
 you agree on, reply to this email stating that you approve the patch<br>
 and a committer will take care of it.<br>
 <br>
 The full text of the PR can be found at:<br>
 =A0 =A0 <a href=3D"http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/18414=
 5" target=3D"_blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/184=
 145</a><br>
 <span class=3D"HOEnZb"><font color=3D"#888888"><br>
 --<br>
 Edwin Groothuis via the GNATS Auto Assign Tool<br>
 edwin@FreeBSD.org<br>
 </font></span></blockquote></div><br></div>
 
 --047d7b45041edc4d3b04ebb5871d--
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Thu Nov 21 21:27:35 UTC 2013 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184145 
State-Changed-From-To: open->closed 
State-Changed-By: gahr 
State-Changed-When: Fri Nov 22 07:54:31 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184145 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184145: commit references a PR
Date: Fri, 22 Nov 2013 07:54:03 +0000 (UTC)

 Author: gahr
 Date: Fri Nov 22 07:53:52 2013
 New Revision: 334551
 URL: http://svnweb.freebsd.org/changeset/ports/334551
 
 Log:
   - Update to 1.2.0.11
   - Convert to new LIB_DEPENDS format
   - STAGE-clean
   
   PR:		184145
   Submitted by:	gahr@
   Approved by:	maintainer
 
 Added:
   head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp   (contents, props changed)
   head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp   (contents, props changed)
 Deleted:
   head/editors/xmlcopyeditor/files/patch-src_housestyle.h
   head/editors/xmlcopyeditor/files/patch-src_xmlschemagenerator.cpp
 Modified:
   head/editors/xmlcopyeditor/Makefile
   head/editors/xmlcopyeditor/distinfo   (contents, props changed)
   head/editors/xmlcopyeditor/pkg-plist   (contents, props changed)
 
 Modified: head/editors/xmlcopyeditor/Makefile
 ==============================================================================
 --- head/editors/xmlcopyeditor/Makefile	Fri Nov 22 07:43:56 2013	(r334550)
 +++ head/editors/xmlcopyeditor/Makefile	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	xmlcopyeditor
 -PORTVERSION=	1.2.0.9
 -PORTREVISION=	1
 +PORTVERSION=	1.2.0.11
  CATEGORIES=	editors
  MASTER_SITES=	SF/xml-copy-editor/${PORTNAME}-linux/${PORTVERSION}
  
 @@ -16,16 +15,15 @@ USE_WX=		2.8+
  WX_COMPS=	wx contrib
  WX_CONF_ARGS=	absolute
  WX_UNICODE=	yes
 -USES=		gettext iconv
 -USE_DOS2UNIX=	yes
 +USES=		gettext iconv dos2unix
  
  BUILD_DEPENDS+=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 -LIB_DEPENDS=	xerces-c.3:${PORTSDIR}/textproc/xerces-c3 \
 -		xslt:${PORTSDIR}/textproc/libxslt \
 -		aspell:${PORTSDIR}/textproc/aspell \
 -		pcre:${PORTSDIR}/devel/pcre \
 -		xml2:${PORTSDIR}/textproc/libxml2 \
 -		expat:${PORTSDIR}/textproc/expat2
 +LIB_DEPENDS=	libxerces-c.so.3:${PORTSDIR}/textproc/xerces-c3 \
 +		libxslt.so:${PORTSDIR}/textproc/libxslt \
 +		libaspell.so:${PORTSDIR}/textproc/aspell \
 +		libpcre.so:${PORTSDIR}/devel/pcre \
 +		libxml2.so:${PORTSDIR}/textproc/libxml2 \
 +		libexpat.so:${PORTSDIR}/textproc/expat2
  
  WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
  
 @@ -34,5 +32,4 @@ CPPFLAGS+=	-I${LOCALBASE}/include \
  		-I${LOCALBASE}/include/libxml2 ${PTHREAD_CFLAGS}
  LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${ICONV_LIB}
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/editors/xmlcopyeditor/distinfo
 ==============================================================================
 --- head/editors/xmlcopyeditor/distinfo	Fri Nov 22 07:43:56 2013	(r334550)
 +++ head/editors/xmlcopyeditor/distinfo	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -1,2 +1,2 @@
 -SHA256 (xmlcopyeditor-1.2.0.9.tar.gz) = 850df750f3561320f6ab1b612e00cd2b9ecc2bed49ab1dcc261af78d0a28b7f7
 -SIZE (xmlcopyeditor-1.2.0.9.tar.gz) = 1815995
 +SHA256 (xmlcopyeditor-1.2.0.11.tar.gz) = b63a1f5c124d163cf93760fd60cc86c179d4d2b474a875132648f305bc44757b
 +SIZE (xmlcopyeditor-1.2.0.11.tar.gz) = 1965438
 
 Added: head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/editors/xmlcopyeditor/files/patch-src_styledialog.cpp	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -0,0 +1,11 @@
 +--- src/styledialog.cpp.orig	2013-11-21 15:48:45.000000000 +0100
 ++++ src/styledialog.cpp	2013-11-21 15:50:28.000000000 +0100
 +@@ -705,7 +705,7 @@
 + 
 + 	WrapExpat we;
 + 	ofs << "<table><tr><th>Term</th><th>Frequency</th></tr>";
 +-	std::map<std::string, int>::iterator mapIterator;
 ++	std::map<std::string, int, NoCaseCompare>::iterator mapIterator;
 + 	int matchTotal = 0;
 + 
 + 	for (
 
 Added: head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/editors/xmlcopyeditor/files/patch-src_wrapxerces.cpp	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -0,0 +1,17 @@
 +--- src/wrapxerces.cpp.orig	2013-11-21 15:51:13.000000000 +0100
 ++++ src/wrapxerces.cpp	2013-11-21 16:01:41.000000000 +0100
 +@@ -201,12 +201,12 @@
 + 		return wxConvUTF8;
 + 	case 2:
 + 	{
 +-		const static wxMBConvUTF16 conv;
 ++		static wxMBConvUTF16 conv;
 + 		return conv;
 + 	}
 + 	case 4:
 + 	{
 +-		const static wxMBConvUTF32 conv;
 ++		static wxMBConvUTF32 conv;
 + 		return conv;
 + 	}
 + 	default:
 
 Modified: head/editors/xmlcopyeditor/pkg-plist
 ==============================================================================
 --- head/editors/xmlcopyeditor/pkg-plist	Fri Nov 22 07:43:56 2013	(r334550)
 +++ head/editors/xmlcopyeditor/pkg-plist	Fri Nov 22 07:53:52 2013	(r334551)
 @@ -66,7 +66,7 @@ share/pixmaps/xmlcopyeditor.png
  %%DATADIR%%/dtd/docbook/4.4/ent/isotech.ent
  %%DATADIR%%/dtd/docbook/4.4/htmltblx.mod
  %%DATADIR%%/dtd/docbook/4.4/soextblx.dtd
 -%%DATADIR%%/dtd/docbook/5.0b/docbook.dtd
 +%%DATADIR%%/dtd/docbook/5.0/docbook.dtd
  %%DATADIR%%/dtd/lzx.dtd
  %%DATADIR%%/dtd/moodle_glossary.dtd
  %%DATADIR%%/dtd/moodle_xml.dtd
 @@ -289,8 +289,8 @@ share/pixmaps/xmlcopyeditor.png
  %%DATADIR%%/templates/DTD.dtd
  %%DATADIR%%/templates/DocBook_4.4_article.xml
  %%DATADIR%%/templates/DocBook_4.4_book.xml
 -%%DATADIR%%/templates/DocBook_5.0b_article.xml
 -%%DATADIR%%/templates/DocBook_5.0b_book.xml
 +%%DATADIR%%/templates/DocBook_5.0_article.xml
 +%%DATADIR%%/templates/DocBook_5.0_book.xml
  %%DATADIR%%/templates/Moodle_glossary.xml
  %%DATADIR%%/templates/Moodle_quiz.xml
  %%DATADIR%%/templates/NewsML_1.2.xml
 @@ -363,7 +363,7 @@ share/pixmaps/xmlcopyeditor.png
  @dirrm %%DATADIR%%/dtd/tei/p5
  @dirrm %%DATADIR%%/dtd/tei/p4
  @dirrm %%DATADIR%%/dtd/tei
 -@dirrm %%DATADIR%%/dtd/docbook/5.0b
 +@dirrm %%DATADIR%%/dtd/docbook/5.0
  @dirrm %%DATADIR%%/dtd/docbook/4.4/ent
  @dirrm %%DATADIR%%/dtd/docbook/4.4
  @dirrm %%DATADIR%%/dtd/docbook
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
