# -*- 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 # $Id$ PortSystem 1.0 PortGroup muniversal 1.0 PortGroup compiler_blacklist_versions 1.0 name libressl version 2.4.3 categories security devel platforms darwin license OpenSSL SSLeay maintainers jeremyhu openmaintainer description LibreSSL SSL/TLS cryptography library long_description LibreSSL is composed of four parts: \ The openssl(1) utility, which provides tools for managing keys, certificates, etc. \ libcrypto: a library of cryptography fundamentals \ libssl: a TLS library, backwards-compatible with OpenSSL \ libtls: a new TLS library, designed to make it easier to write foolproof applications homepage http://www.libressl.org conflicts openssl libressl-devel master_sites http://ftp.openbsd.org/pub/OpenBSD/LibreSSL checksums rmd160 1df12e5fa67ed3d480ed6920a74cca0691baf0f8 \ sha256 bd5726f3e247e7a7d30ce69946d174b8fb92d999d22710c65f176c969812960e patchfiles \ openssldir-cert.pem.patch configure.args \ --disable-silent-rules \ --with-openssldir=${prefix}/etc/ssl post-patch { reinplace "s|@OPENSSLDIR@|${prefix}/etc/ssl|" ${worksrcpath}/include/openssl/opensslconf.h } # gcc-4.2 from Xcode 3.2.6 fails to handle some of the asm compiler.blacklist *gcc-4.2* {clang < 100} # HOST_ASM_MACOSX_X86_64 gets set when building i386 on x86_64 set merger_configure_args(i386) --disable-asm platform darwin { if {${os.major} < 10} { configure.cppflags-append -DIPV6_TCLASS=36 } } livecheck.type regex livecheck.url ${homepage} livecheck.regex "latest stable release is (\\d+\\.\\d+(?:\\.\\d+)*)"