[148674] trunk/dports/devel/wolfssl/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat May 14 07:09:38 PDT 2016


Revision: 148674
          https://trac.macports.org/changeset/148674
Author:   khindenburg at macports.org
Date:     2016-05-14 07:09:38 -0700 (Sat, 14 May 2016)
Log Message:
-----------
wolfssl: correct configure options; add tests maintainer #50214

Modified Paths:
--------------
    trunk/dports/devel/wolfssl/Portfile

Modified: trunk/dports/devel/wolfssl/Portfile
===================================================================
--- trunk/dports/devel/wolfssl/Portfile	2016-05-14 12:01:46 UTC (rev 148673)
+++ trunk/dports/devel/wolfssl/Portfile	2016-05-14 14:09:38 UTC (rev 148674)
@@ -28,7 +28,7 @@
 checksums           rmd160  9a75c938bd2f2594c2f83aa6b3362bd9a0623902 \
                     sha256 36369304dd107b2ae1360c91f3d0eea491802dcacb2155562652bf5257117016
 
-configure.args      --enable-opensslExtra \
+configure.args      --enable-opensslextra \
                     --enable-dtls \
                     --enable-savesession \
                     --enable-atomicuser \
@@ -43,7 +43,6 @@
                     --enable-keygen \
                     --enable-certgen \
                     --enable-certreq \
-                    --enable-sep \
                     --enable-hkdf \
                     --enable-dsa \
                     --enable-ecc \
@@ -66,7 +65,6 @@
                     --enable-scep \
                     --enable-testcert \
                     --enable-fastmath \
-                    --enable-gcc-hardening \
                     --enable-static \
 
 variant debug description {Enable wolfSSL debugging support} {
@@ -95,3 +93,7 @@
 
 livecheck.url   https://www.wolfssl.com/wolfSSL/download/downloadForm.php
 livecheck.regex "${name}-((?!.*${name}.*|\\${extract.suffix}).*)\\${extract.suffix}"
+
+test.run    yes
+test.env    DYLD_LIBRARY_PATH=${worksrcpath}/src/.libs
+test.cmd    make check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160514/ddd6acbf/attachment.html>


More information about the macports-changes mailing list