[PATCH] fix broken build of textproc/xmlwrapp

Jens Rehsack rehsack at liwing.de
Thu Oct 23 01:45:11 PDT 2003


>Submitter-Id:	current-users
>Originator:	Jens Rehsack
>Organization:	LiWing IT-Services
>Confidential:	no
>Synopsis:	[PATCH] fix broken build of textproc/xmlwrapp
>Severity:	non-critical
>Priority:	medium
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 5.1-CURRENT i386
>Environment:
System: FreeBSD statler 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Tue Oct 21 09:54:47 GMT 2003 root at statler:/usr/obj/usr/src/sys/STATLER i386


	
>Description:
	Fix broken build found during package building on bento:
	http://bento.freebsd.org/errorlogs/i386-5-latest/xmlwrapp-0.4.3.log
>How-To-Repeat:
	
>Fix:

	

--- patch-files begins here ---
Index: textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx
===================================================================
diff -uN /dev/null textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx
--- /dev/null	Thu Oct 23 08:38:00 2003
+++ textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx	Thu Oct 23 08:37:56 2003
@@ -0,0 +1,11 @@
+--- src/libxml/tree_parser.cxx.orig	Thu Oct 23 08:30:38 2003
++++ src/libxml/tree_parser.cxx	Thu Oct 23 08:30:44 2003
+@@ -62,7 +62,7 @@
+ struct xml::tree_impl {
+     tree_impl (void) : last_error_(const_default_error), warnings_(false), okay_(false) {
+ 	std::memset(&sax_, 0, sizeof(sax_));
+-	initxmlDefaultSAXHandler(&sax_, 0);
++	xmlSAX2InitDefaultSAXHandler(&sax_, 0);
+ 
+ 	sax_.warning	= cb_tree_warning;
+ 	sax_.error	= cb_tree_error;
--- patch-files ends here ---




More information about the freebsd-ports mailing list