Ticket #50214: Portfile-wolfssl-2.diff
File Portfile-wolfssl-2.diff, 1.3 KB (added by jacob@…, 9 years ago) |
---|
-
(a) Portfile vs. (b) Portfile-wolfssl
a b 28 28 checksums rmd160 9a75c938bd2f2594c2f83aa6b3362bd9a0623902 \ 29 29 sha256 36369304dd107b2ae1360c91f3d0eea491802dcacb2155562652bf5257117016 30 30 31 configure.args --enable-openssl Extra \31 configure.args --enable-opensslextra \ 32 32 --enable-dtls \ 33 33 --enable-savesession \ 34 34 --enable-atomicuser \ … … 43 43 --enable-keygen \ 44 44 --enable-certgen \ 45 45 --enable-certreq \ 46 --enable-sep \47 46 --enable-hkdf \ 48 47 --enable-dsa \ 49 48 --enable-ecc \ … … 66 65 --enable-scep \ 67 66 --enable-testcert \ 68 67 --enable-fastmath \ 69 --enable-gcc-hardening \70 68 --enable-static \ 71 69 72 70 variant debug description {Enable wolfSSL debugging support} { … … 91 89 92 90 livecheck.url https://www.wolfssl.com/wolfSSL/download/downloadForm.php 93 91 livecheck.regex "${name}-((?!.*${name}.*|\\${extract.suffix}).*)\\${extract.suffix}" 92 93 test.run yes 94 test.env DYLD_LIBRARY_PATH=${worksrcpath}/src/.libs 95 test.cmd make check