diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 22:19:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-31 22:19:52 +0000 |
commit | f442a136f4bac7582c181aeea8e210fe2dc06ff1 (patch) | |
tree | 781cea79b222c98a39b82b881a7ef7aff4194b49 /textproc/xmlwrapp | |
parent | 2c7dc397893effd37f8bac670660428512100d16 (diff) | |
download | ports-f442a136f4bac7582c181aeea8e210fe2dc06ff1.tar.gz ports-f442a136f4bac7582c181aeea8e210fe2dc06ff1.zip |
Notes
Diffstat (limited to 'textproc/xmlwrapp')
-rw-r--r-- | textproc/xmlwrapp/Makefile | 4 | ||||
-rw-r--r-- | textproc/xmlwrapp/distinfo | 2 | ||||
-rw-r--r-- | textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx | 11 | ||||
-rw-r--r-- | textproc/xmlwrapp/pkg-plist | 16 |
4 files changed, 10 insertions, 23 deletions
diff --git a/textproc/xmlwrapp/Makefile b/textproc/xmlwrapp/Makefile index 7708f7af020f..c18671e92a28 100644 --- a/textproc/xmlwrapp/Makefile +++ b/textproc/xmlwrapp/Makefile @@ -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> diff --git a/textproc/xmlwrapp/distinfo b/textproc/xmlwrapp/distinfo index 0c09e70948d1..494b09cb3371 100644 --- a/textproc/xmlwrapp/distinfo +++ b/textproc/xmlwrapp/distinfo @@ -1 +1 @@ -MD5 (xmlwrapp-0.4.3.tar.gz) = d949a40d72e614586e0108c4f98572a5 +MD5 (xmlwrapp-0.4.4.tar.gz) = 4975137065da35919d2c54b34a7bbcb4 diff --git a/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx b/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx deleted file mode 100644 index 984b51ec60c6..000000000000 --- a/textproc/xmlwrapp/files/patch-src::libxml::tree_parser.cxx +++ /dev/null @@ -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; diff --git a/textproc/xmlwrapp/pkg-plist b/textproc/xmlwrapp/pkg-plist index dd0a3250b47b..9a47ab1cfac5 100644 --- a/textproc/xmlwrapp/pkg-plist +++ b/textproc/xmlwrapp/pkg-plist @@ -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 |