Date: Thu, 23 Oct 2003 08:45:06 GMT From: Jens Rehsack <rehsack@liwing.de> To: FreeBSD-gnats-submit@freebsd.org Cc: Jens Rehsack <rehsack@liwing.de> Subject: [PATCH] fix broken build of textproc/xmlwrapp Message-ID: <200310230845.h9N8j61R079639@helo.liwing.de>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310230845.h9N8j61R079639>