# -*- 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           muniversal 1.1

github.setup        rurban safeclib 3.9.2 v

revision            0

categories          devel
license             MIT
maintainers         {makr @mohd-akram} \
                    openmaintainer

description         Safe C Library

long_description    This library implements the secure C11 Annex K functions \
                    on top of most libc implementations, which are missing \
                    from them.

checksums           rmd160  de45ef3b90abd0ca65f2998472e093811497895e \
                    sha256  64a3fe2a7d6236781e8b8658094032e5dced19b3cd78744ff4d1ee8a34a29f4f \
                    size    1022975

compiler.c_standard 1999
# safe_mem_constraint.c: error: thread-local storage not supported for this target
compiler.thread_local_storage   yes

configure.args      --disable-hardening

if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
    configure.cflags-append -std=c99
}

test.run            yes
test.target         check

github.livecheck.regex  {([0-9]+\.[0-9]+(\.[0-9]+)?)}
