From zeising@daemonic.se  Sat Jul  2 00:02:49 2011
Return-Path: <zeising@daemonic.se>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 31825106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 00:02:49 +0000 (UTC)
	(envelope-from zeising@daemonic.se)
Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 1C2D58FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 00:02:47 +0000 (UTC)
Received: from mail.lysator.liu.se (localhost [127.0.0.1])
	by mail.lysator.liu.se (Postfix) with ESMTP id 7AF7340014
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 02:02:45 +0200 (CEST)
Received: by mail.lysator.liu.se (Postfix, from userid 1004)
	id 701144000D; Sat,  2 Jul 2011 02:02:45 +0200 (CEST)
Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.lysator.liu.se (Postfix) with ESMTPSA id 1B9A140014
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 02:02:43 +0200 (CEST)
Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4])
	by mx.daemonic.se (Postfix) with ESMTPS id BC64B119C08
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 02:02:42 +0200 (CEST)
Received: from vincent.daemonic.se (login.daemonic.se [IPv6:2001:470:dca9:0:1::10])
	by mail.daemonic.se (Postfix) with ESMTPS id 823D612B1E5
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Jul 2011 02:02:42 +0200 (CEST)
Received: (from zeising@localhost)
	by vincent.daemonic.se (8.14.4/8.14.4/Submit) id p6202fFt018375;
	Sat, 2 Jul 2011 02:02:41 +0200 (CEST)
	(envelope-from zeising)
Message-Id: <201107020002.p6202fFt018375@vincent.daemonic.se>
Date: Sat, 2 Jul 2011 02:02:41 +0200 (CEST)
From: Niclas Zeising <niclas.zeising@gmail.com>
Reply-To: Niclas Zeising <niclas.zeising@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] update to and clang buildfix for textproc/xmlwrapp
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         158582
>Category:       ports
>Synopsis:       [PATCH] update to and clang buildfix for textproc/xmlwrapp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 02 00:10:11 UTC 2011
>Closed-Date:    Thu Aug 25 15:07:04 UTC 2011
>Last-Modified:  Thu Aug 25 15:10:13 UTC 2011
>Originator:     Niclas Zeising
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD vincent.daemonic.se 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Wed Apr 20 17:22:47 CEST 2011 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64


	
>Description:
	textproc/xmlwrapp is out of date and doesn't build with clang.
>How-To-Repeat:
	
>Fix:

	Attached patch updates textproc/xmlwrapp to latest version, which also makes it build using clang. It also adds an optional depenency on libxslt using OPTIONS.

--- textproc.xmlwrapp.update.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlwrapp/Makefile,v
retrieving revision 1.16
diff -u -d -r1.16 Makefile
--- Makefile	19 Jun 2009 05:12:24 -0000	1.16
+++ Makefile	1 Jul 2011 23:59:17 -0000
@@ -7,37 +7,38 @@
 #
 
 PORTNAME=	xmlwrapp
-PORTVERSION=	0.5.0
+PORTVERSION=	0.6.2
 CATEGORIES=	textproc
 MASTER_SITES=	SF
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A modern style C++ library for working with XML data
 
+OPTIONS=	XSLT "build libxsltwrap library (requires libxslt)" off
+
 USE_PERL5_BUILD=	yes
-USE_GNOME=	libxml2 pkgconfig
+USE_AUTOTOOLS=	libtool
+USE_GNOME=	libxml2 pkgconfig gnomehack
 WANT_GNOME=	yes
 HAS_CONFIGURE=	yes
-CONFIGURE_SCRIPT=	configure.pl
+LIB_DEPENDS+=	boost_thread:${PORTSDIR}/devel/boost-libs
+CPPFLAGS+=	"-I${LOCALBASE}/include"
 CONFIGURE_ARGS=	--prefix ${PREFIX}
 USE_LDCONFIG=	yes
-CFLAGS+=	-fPIC
 
 .include <bsd.port.pre.mk>
 
-.if ${HAVE_GNOME:Mlibxslt}!=""
+
+
+.if defined(WITH_XSLT)
 USE_GNOME+=	libxslt
 .else
 CONFIGURE_ARGS+=	--disable-xslt
 .endif
 
 post-patch:
-	${REINPLACE_CMD} -e 's,/usr/bin/perl,${PERL},' -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/configure.pl
-	${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/tools/mkmf
-# Fix for GCC 4.2
-	@${REINPLACE_CMD} -e 's,^std::ostream,namespace xml { &,' \
-		-e '/^namespace/s,xml::,,g' -e '$$s,^,} ,' \
-		${WRKSRC}/src/libxml/node.cxx
+.if defined(NOPORTDOCS)
+	${REINPLACE_CMD} 's/docs//' ${WRKSRC}/Makefile.in
+.endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlwrapp/distinfo,v
retrieving revision 1.8
diff -u -d -r1.8 distinfo
--- distinfo	8 May 2006 12:03:53 -0000	1.8
+++ distinfo	1 Jul 2011 23:59:17 -0000
@@ -1,3 +1,2 @@
-MD5 (xmlwrapp-0.5.0.tgz) = 99ba63b283762e749e1663014e5cb0fd
-SHA256 (xmlwrapp-0.5.0.tgz) = af3b71a6983c5c08e00096f5bb9f8ce61de3147f020aef327624043736d5ac73
-SIZE (xmlwrapp-0.5.0.tgz) = 442550
+SHA256 (xmlwrapp-0.6.2.tar.gz) = befef91d8a5826d66b1f18db8786ab6b0d097555ccb07906c85f12f69d638767
+SIZE (xmlwrapp-0.6.2.tar.gz) = 946770
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/textproc/xmlwrapp/pkg-plist,v
retrieving revision 1.6
diff -u -d -r1.6 pkg-plist
--- pkg-plist	20 Mar 2004 17:25:37 -0000	1.6
+++ pkg-plist	1 Jul 2011 23:59:18 -0000
@@ -5,7 +5,9 @@
 include/xmlwrapp/event_parser.h
 include/xmlwrapp/init.h
 include/xmlwrapp/node.h
+include/xmlwrapp/nodes_view.h
 include/xmlwrapp/tree_parser.h
+include/xmlwrapp/version.h
 include/xmlwrapp/xmlwrapp.h
 %%GNOME:%%include/xsltwrapp/init.h
 %%GNOME:%%include/xsltwrapp/stylesheet.h
@@ -13,9 +15,237 @@
 lib/libxmlwrapp.a
 lib/libxmlwrapp.so
 lib/libxmlwrapp.so.5
+lib/libxmlwrapp.la
 %%GNOME:%%lib/libxsltwrapp.a
 %%GNOME:%%lib/libxsltwrapp.so
-%%GNOME:%%lib/libxsltwrapp.so.2
+%%GNOME:%%lib/libxsltwrapp.so.3
+%%GNOME:%%lib/libxsltwrapp.la
 libdata/pkgconfig/xmlwrapp.pc
-%%GNOME:%%@dirrm include/xsltwrapp
+%%GNOME:%%libdata/pkgconfig/xsltwrapp.pc
+%%PORTDOCS%%%%DOCSDIR%%/annotated.html
+%%PORTDOCS%%%%DOCSDIR%%/attr.html
+%%PORTDOCS%%%%DOCSDIR%%/attributes_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/attributes_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/attributes_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/attributes_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/attributes_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/attributes_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/attributes_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/attributes_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/classes.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1attributes-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1attributes.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1attributes_1_1attr-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1attributes_1_1attr.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1attributes_1_1const__iterator-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1attributes_1_1const__iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1attributes_1_1iterator-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1attributes_1_1iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1const__nodes__view-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1const__nodes__view.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1document-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1document.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1event__parser-members.html
+%%PORTDOCS%%%%DOCSDIR%%/closed.gif
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1event__parser.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1init-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1init.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1init__inherit__graph.map
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1init__inherit__graph.md5
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1init__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1node-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1node.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1node_1_1const__iterator-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1node_1_1const__iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1node_1_1iterator-members.html
+%%PORTDOCS%%%%DOCSDIR%%/doxygen.css
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1node_1_1iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1nodes__view-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1nodes__view.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1nodes__view_1_1const__iterator-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1nodes__view_1_1const__iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1nodes__view_1_1iterator-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1nodes__view_1_1iterator.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1tree__parser-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxml_1_1tree__parser.html
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1init-members.html
+%%PORTDOCS%%%%DOCSDIR%%/doxygen.png
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1init.html
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1init__coll__graph.map
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1init__coll__graph.md5
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1init__coll__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1init__inherit__graph.map
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1init__inherit__graph.md5
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1init__inherit__graph.png
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1stylesheet-members.html
+%%PORTDOCS%%%%DOCSDIR%%/classxslt_1_1stylesheet.html
+%%PORTDOCS%%%%DOCSDIR%%/document_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/document_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/document_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/document_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/document_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/document_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/document_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/document_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/documents.html
+%%PORTDOCS%%%%DOCSDIR%%/event__parser_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/event__parser_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/event__parser_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/event__parser_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/event__parser_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/event__parser_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/event__parser_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/event__parser_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/files.html
+%%PORTDOCS%%%%DOCSDIR%%/functions.html
+%%PORTDOCS%%%%DOCSDIR%%/functions_enum.html
+%%PORTDOCS%%%%DOCSDIR%%/functions_eval.html
+%%PORTDOCS%%%%DOCSDIR%%/functions_func.html
+%%PORTDOCS%%%%DOCSDIR%%/functions_rela.html
+%%PORTDOCS%%%%DOCSDIR%%/functions_type.html
+%%PORTDOCS%%%%DOCSDIR%%/globals.html
+%%PORTDOCS%%%%DOCSDIR%%/globals_defs.html
+%%PORTDOCS%%%%DOCSDIR%%/graph_legend.dot
+%%PORTDOCS%%%%DOCSDIR%%/graph_legend.html
+%%PORTDOCS%%%%DOCSDIR%%/graph_legend.png
+%%PORTDOCS%%%%DOCSDIR%%/hierarchy.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__0.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__0.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__0.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__1.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__1.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__1.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__10.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__10.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__10.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__11.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__11.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__11.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__12.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__12.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__12.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__13.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__13.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__13.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__14.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__14.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__14.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__15.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__15.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__15.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__16.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__16.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__16.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__17.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__17.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__17.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__18.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__18.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__18.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__19.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__19.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__19.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__2.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__2.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__2.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__3.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__3.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__3.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__4.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__5.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__5.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__5.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__6.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__6.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__6.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__7.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__7.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__7.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__8.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__8.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__8.png
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__9.map
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__9.md5
+%%PORTDOCS%%%%DOCSDIR%%/inherit__graph__9.png
+%%PORTDOCS%%%%DOCSDIR%%/inherits.html
+%%PORTDOCS%%%%DOCSDIR%%/intro.html
+%%PORTDOCS%%%%DOCSDIR%%/namespaces.html
+%%PORTDOCS%%%%DOCSDIR%%/namespacexml.html
+%%PORTDOCS%%%%DOCSDIR%%/namespacexslt.html
+%%PORTDOCS%%%%DOCSDIR%%/node.html
+%%PORTDOCS%%%%DOCSDIR%%/node_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/node_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/node_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/node_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/open.gif
+%%PORTDOCS%%%%DOCSDIR%%/node_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/node_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/node_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/node_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/nodes__view_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/nodes__view_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/nodes__view_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/nodes__view_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/nodes__view_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/nodes__view_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/nodes__view_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/nodes__view_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/parsing.html
+%%PORTDOCS%%%%DOCSDIR%%/prepare.html
+%%PORTDOCS%%%%DOCSDIR%%/structxml_1_1node_1_1cdata-members.html
+%%PORTDOCS%%%%DOCSDIR%%/structxml_1_1node_1_1cdata.html
+%%PORTDOCS%%%%DOCSDIR%%/structxml_1_1node_1_1comment-members.html
+%%PORTDOCS%%%%DOCSDIR%%/structxml_1_1node_1_1comment.html
+%%PORTDOCS%%%%DOCSDIR%%/structxml_1_1node_1_1pi-members.html
+%%PORTDOCS%%%%DOCSDIR%%/structxml_1_1node_1_1pi.html
+%%PORTDOCS%%%%DOCSDIR%%/structxml_1_1node_1_1text-members.html
+%%PORTDOCS%%%%DOCSDIR%%/structxml_1_1node_1_1text.html
+%%PORTDOCS%%%%DOCSDIR%%/stylesheet_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/stylesheet_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/stylesheet_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/stylesheet_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/stylesheet_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/tab_b.gif
+%%PORTDOCS%%%%DOCSDIR%%/stylesheet_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/stylesheet_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/stylesheet_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/tab_l.gif
+%%PORTDOCS%%%%DOCSDIR%%/tab_r.gif
+%%PORTDOCS%%%%DOCSDIR%%/tabs.css
+%%PORTDOCS%%%%DOCSDIR%%/tips.html
+%%PORTDOCS%%%%DOCSDIR%%/tree__parser_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/tree__parser_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/tree__parser_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/tree__parser_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/tree__parser_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/tree__parser_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/tree__parser_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/tree__parser_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/version_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/version_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/version_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/version_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/version_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/whatnext.html
+%%PORTDOCS%%%%DOCSDIR%%/xmlwrapp_2init_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/xmlwrapp_2init_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/xmlwrapp_2init_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/xmlwrapp_2init_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/xmlwrapp_2init_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/xmlwrapp_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/xslt.html
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_2init_8h.html
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_2init_8h__dep__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_2init_8h__dep__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_2init_8h__dep__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_2init_8h__incl.map
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_2init_8h__incl.md5
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_2init_8h__incl.png
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_2init_8h_source.html
+%%PORTDOCS%%%%DOCSDIR%%/xsltwrapp_8h_source.html
 @dirrm include/xmlwrapp
+%%GNOME:%%@dirrm include/xsltwrapp
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
Index: files/patch-tools::cxxflags
===================================================================
RCS file: files/patch-tools::cxxflags
diff -N files/patch-tools::cxxflags
--- files/patch-tools::cxxflags	19 May 2003 00:59:26 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
---- tools/cxxflags.orig	Wed Jan  8 06:26:51 2003
-+++ tools/cxxflags	Tue May 13 05:50:41 2003
-@@ -240,7 +240,7 @@
- 
- 	$flags{'debug'}		= "-g";
- 	$flags{'depend'}	= '-M';
--	$flags{'optimize'}	= '-O2';
-+	$flags{'optimize'}	= '';
- 	$flags{'ar'}		= $ENV{'AR'} || 'ar';
- 	$flags{'arflags'}	= $ENV{'ARFLAGS'} || 'rc';
- 	$flags{'sar'}		= $clo{'cxx'};
-@@ -353,7 +353,7 @@
- 	$flags{'debug'}		= "-g";
- 	$flags{'depend'}	= '-xM';
- 	$flags{'pic'}		= '-Kpic';
--	$flags{'optimize'}	= '-s -xlibmil -xlibmopt -xO2';
-+	$flags{'optimize'}	= '-s -xlibmil -xlibmopt';
- 	$flags{'ar'}		= $clo{'cxx'};
- 	$flags{'arflags'}	= '-xar -o';
- 	$flags{'sar'}		= $clo{'cxx'};
Index: files/patch-tools::mkmf
===================================================================
RCS file: files/patch-tools::mkmf
diff -N files/patch-tools::mkmf
--- files/patch-tools::mkmf	19 May 2003 00:59:26 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,30 +0,0 @@
---- tools/mkmf.orig	Tue Apr  8 07:23:38 2003
-+++ tools/mkmf	Tue May 13 06:05:24 2003
-@@ -469,6 +469,7 @@
- 	'BINDIR'	=> '/usr/local/bin',
- 	'INCLUDEDIR'	=> '/usr/local/include',
- 	'LIBDIR'	=> '/usr/local/lib',
-+	'LIBDATADIR'	=> '/usr/local/libdata',
- 	'MANDIR'	=> '/usr/local/share/man',
-     );
- 
-@@ -558,7 +559,7 @@
- 	print MF "\tmkdir -p $vars{'BINDIR'}\n" if @binaries;
- 	print MF "\tmkdir -p $vars{'INCLUDEDIR'}\n" if @include_files or @include_dirs;
- 	print MF "\tmkdir -p $vars{'LIBDIR'}\n" if @static_libraries or @shared_libraries;
--	print MF "\tmkdir -p $vars{'LIBDIR'}/pkgconfig\n" if @pkgconfig;
-+	print MF "\tmkdir -p $vars{'LIBDATADIR'}/pkgconfig\n" if @pkgconfig;
- 	print MF "\tmkdir -p $vars{'MANDIR'}\n" if @man_pages;
- 
- 	foreach my $binary (@binaries) {
-@@ -567,8 +568,8 @@
- 	}
- 
- 	foreach my $pc (@pkgconfig) {
--	    print MF "\tcp $pc $vars{'LIBDIR'}/pkgconfig/$pc\n";
--	    print MF "\tchmod 644 $vars{'LIBDIR'}/pkgconfig/$pc\n";
-+	    print MF "\tcp $pc $vars{'LIBDATADIR'}/pkgconfig/$pc\n";
-+	    print MF "\tchmod 644 $vars{'LIBDATADIR'}/pkgconfig/$pc\n";
- 	}
- 
- 	foreach my $directory (@include_dirs) {
--- textproc.xmlwrapp.update.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jul 2 00:10:24 UTC 2011 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158582 
Responsible-Changed-From-To: miwi->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jul 12 04:41:30 UTC 2011 
Responsible-Changed-Why:  
Back to pool at assignee request for the moment. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158582 
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: sunpoet 
Responsible-Changed-When: Thu Jul 21 10:46:50 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158582 
State-Changed-From-To: open->feedback 
State-Changed-By: sunpoet 
State-Changed-When: Tue Aug 9 13:37:10 UTC 2011 
State-Changed-Why:  
This patch does not build with clang. Please confirm if it's OK. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158582 
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Thu Aug 25 15:07:03 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158582: commit references a PR
Date: Thu, 25 Aug 2011 15:06:58 +0000 (UTC)

 sunpoet     2011-08-25 15:06:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/xmlwrapp    Makefile distinfo pkg-descr pkg-plist 
   Removed files:
     textproc/xmlwrapp/files patch-tools::cxxflags 
                             patch-tools::mkmf 
   Log:
   - Update to 0.6.2
   - Add OPTIONS: XSLT
   - While I'm here, add WWW
   
   Changes:        http://xmlwrapp.svn.sourceforge.net/viewvc/xmlwrapp/tags/release-0.6.2/NEWS
   PR:             ports/158582
   Submitted by:   Niclas Zeising <niclas.zeising@gmail.com>
   
   Revision  Changes    Path
   1.17      +17 -17    ports/textproc/xmlwrapp/Makefile
   1.10      +2 -2      ports/textproc/xmlwrapp/distinfo
   1.2       +0 -20     ports/textproc/xmlwrapp/files/patch-tools::cxxflags (dead)
   1.2       +0 -30     ports/textproc/xmlwrapp/files/patch-tools::mkmf (dead)
   1.4       +3 -0      ports/textproc/xmlwrapp/pkg-descr
   1.7       +232 -2    ports/textproc/xmlwrapp/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
