ports/58416: [PATCH] fix broken build of textproc/xmlwrapp

Jens Rehsack rehsack at liwing.de
Thu Oct 23 08:50:23 UTC 2003


>Number:         58416
>Category:       ports
>Synopsis:       [PATCH] fix broken build of textproc/xmlwrapp
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 01:50:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jens Rehsack
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
LiWing IT-Services
>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 ---


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



More information about the freebsd-ports-bugs mailing list