[153609] trunk/dports/devel/gnutls/Portfile

mps at macports.org mps at macports.org
Wed Oct 5 23:13:31 CEST 2016


Revision: 153609
          https://trac.macports.org/changeset/153609
Author:   mps at macports.org
Date:     2016-10-05 14:13:31 -0700 (Wed, 05 Oct 2016)
Log Message:
-----------
gnutls: use p11-kit for trust store (#52508).

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

Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile	2016-10-05 20:46:48 UTC (rev 153608)
+++ trunk/dports/devel/gnutls/Portfile	2016-10-05 21:13:31 UTC (rev 153609)
@@ -6,6 +6,7 @@
 
 name            gnutls
 version         3.4.15
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel security
 # yes, some of the libs are GPL only
@@ -38,7 +39,6 @@
                 port:libtasn1 \
                 port:p11-kit \
                 port:nettle \
-                path:share/curl/curl-ca-bundle.crt:curl-ca-bundle \
                 port:zlib
 
 patchfiles      patch-tests-pkcs11-pkcs11-mock.c.diff
@@ -59,7 +59,7 @@
                 --enable-openssl-compatibility \
                 --with-p11-kit \
                 --with-system-priority-file="${prefix}/etc/gnutls/default-priorities" \
-                --with-default-trust-store-file="${prefix}/share/curl/curl-ca-bundle.crt" \
+                --with-default-trust-store-pkcs11 \
                 ac_cv_prog_AWK=/usr/bin/awk
 
 variant dane description {Build libdane using unbound libraries} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161005/39a51765/attachment-0002.html>


More information about the macports-changes mailing list