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.20.13.05.12; author nros; state dead; branches; next 1.1; commitid kcmte7Vqp2L5Q3fz; 1.1 date 2014.12.30.15.50.28; author wiz; state Exp; branches; next ; commitid NzmXTg0Rn9zK054y; desc @@ 1.2 log @Update qore-json-module to version 1.5. Patches have been applied upstream. Release notes: * serialize binary values as base64-encoded strings * user modules moved to top-level qore module directory from version-specific module directory since they are valid for multiple versions of qore * serialize nan, +/-inf as null according to the JSON spec * added detection for invalid JSON-RPC calls and added a more user-friendly error message in the JsonRpcHandler module * new functions added conforming to Qore's function naming convention, old camel-case functions deprecated * JSON tests ported to QUnit * Qore 0.8.12 required as a minimum to build * JSON output is more compact; fewer extransous whitespaces are used @ text @$NetBSD: patch-configure,v 1.1 2014/12/30 15:50:28 wiz Exp $ pkgsrc doesn't use lib64 so don't set it. fixes build on linux. http://sf.net/p/qore/code/6817/ --- configure.orig 2014-10-31 21:35:17.242695818 +0000 +++ configure @@@@ -15669,14 +15669,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-json-module-1.4nb4 as textproc/qore-json-module, packaged for wip by nros. JSON module for the Qore language that provides (de)serialization to JSON and RPC support. @ text @d1 1 a1 1 $NetBSD$ @