head 1.2; access; symbols pkgsrc-2016Q2:1.1.0.12 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.10 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.8 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.6 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.4 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.2 pkgsrc-2015Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2016.07.22.12.22.43; author nros; state dead; branches; next 1.1; commitid OAq9rzRYDaDwxjfz; 1.1 date 2014.12.30.15.51.11; author wiz; state Exp; branches; next ; commitid v8lMCJltN3KZ054y; desc @@ 1.2 log @Update qore-xml-module to version 1.3. Release notes: This release contains major new functionality and many bugfixes over the previous version; major features include: * SaxIterator class * FileSaxIterator class * massive improvements in SOAP compatibility support entailing significant changes in the following modules: - WSDL - SoapClient - SoapHandler * QUnit-based testing infrastructure @ text @$NetBSD: patch-configure,v 1.1 2014/12/30 15:51:11 wiz Exp $ pkgsrc doesn't have lib64 or targetdir so don't set it. fixes build on linux. http://sf.net/p/qore/code/6817/ --- configure.orig 2014-11-01 13:45:54.822586579 +0000 +++ configure @@@@ -15674,14 +15674,6 @@@@ if test "$enable_64bit" = "yes"; then *linux*) if test "$GXX" = "yes"; then CXXFLAGS="$CXXFLAGS -m64" fi - # only set LIBSUFFIX=64 if /usr/lib64 exists - if test -d /usr/lib64; then - LIBSUFFIX=64 - fi - target="${host_cpu}-${host_os}" - if test -d /usr/lib/$target; then - LIBSUFFIX=/$target - fi ;; *hpux*) if test "$host_cpu" = "ia64"; then @ 1.1 log @Import qore-xml-module-1.2nb4 as textproc/qore-xml-module, packaged for wip by nros. XML module for the Qore language that provides (de)serialization, Soap support and XmlRpcHandler and other things. @ text @d1 1 a1 1 $NetBSD$ @