1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Update to version 0.4.4

PR:		58772
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2003-10-31 22:19:52 +00:00
parent 2c7dc39789
commit f442a136f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92757
4 changed files with 10 additions and 23 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= xmlwrapp
PORTVERSION= 0.4.3
PORTVERSION= 0.4.4
CATEGORIES= textproc
MASTER_SITES= http://pmade.org/software/xmlwrapp/download/
@ -26,10 +26,8 @@ INSTALLS_SHLIB= yes
.if ${HAVE_GNOME:Mlibxslt}!=""
USE_GNOME+= libxslt
PLIST_SUB+= XSLT=""
.else
CONFIGURE_ARGS+= --disable-xslt
PLIST_SUB+= XSLT="@comment "
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (xmlwrapp-0.4.3.tar.gz) = d949a40d72e614586e0108c4f98572a5
MD5 (xmlwrapp-0.4.4.tar.gz) = 4975137065da35919d2c54b34a7bbcb4

View File

@ -1,11 +0,0 @@
--- 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;

View File

@ -7,15 +7,15 @@ include/xmlwrapp/init.h
include/xmlwrapp/node.h
include/xmlwrapp/tree_parser.h
include/xmlwrapp/xmlwrapp.h
@dirrm include/xmlwrapp
%%XSLT%%include/xsltwrapp/xsltwrapp.h
%%XSLT%%include/xsltwrapp/stylesheet.h
%%XSLT%%include/xsltwrapp/init.h
%%XSLT%%@dirrm include/xsltwrapp
%%GNOME:%%include/xsltwrapp/init.h
%%GNOME:%%include/xsltwrapp/stylesheet.h
%%GNOME:%%include/xsltwrapp/xsltwrapp.h
lib/libxmlwrapp.a
lib/libxmlwrapp.so
lib/libxmlwrapp.so.4
%%XSLT%%lib/libxsltwrapp.a
%%XSLT%%lib/libxsltwrapp.so
%%XSLT%%lib/libxsltwrapp.so.1
%%GNOME:%%lib/libxsltwrapp.a
%%GNOME:%%lib/libxsltwrapp.so
%%GNOME:%%lib/libxsltwrapp.so.1
libdata/pkgconfig/xmlwrapp.pc
%%GNOME:%%@dirrm include/xsltwrapp
@dirrm include/xmlwrapp