# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 github.setup danielaparker jsoncons 0.176.0 v github.tarball_from archive revision 0 categories devel platforms any supported_archs noarch license Boost-1 maintainers {@sikmir disroot.org:sikmir} openmaintainer description A C++, header-only library for constructing JSON and JSON-like data formats long_description {*}${description} checksums rmd160 bacc92fdbb6d06fc0fb3dea89bd1948f72445e0b \ sha256 2eb50b5cbe204265fef96c052511ed6e3b8808935c6e2c8d28e0aba7b08fda33 \ size 1478086 compiler.cxx_standard 2011 # https://github.com/danielaparker/jsoncons/issues/488 if {${configure.cxx_stdlib} ne "libc++"} { patchfiles-append patch-disable-broken-tests.diff } # Should be build_arch here, not configure.build_arch: if {${build_arch} in [list arm i386 ppc]} { patchfiles-append patch-32-bit.diff } test.run yes