[153676] trunk/dports/devel/gnutls/Portfile
mps at macports.org
mps at macports.org
Fri Oct 7 12:58:17 CEST 2016
Revision: 153676
https://trac.macports.org/changeset/153676
Author: mps at macports.org
Date: 2016-10-07 03:58:17 -0700 (Fri, 07 Oct 2016)
Log Message:
-----------
gnutls: reverse r153609, as it breaks wget, and possibly other ports.
Revision Links:
--------------
https://trac.macports.org/changeset/153609
Modified Paths:
--------------
trunk/dports/devel/gnutls/Portfile
Modified: trunk/dports/devel/gnutls/Portfile
===================================================================
--- trunk/dports/devel/gnutls/Portfile 2016-10-07 10:23:21 UTC (rev 153675)
+++ trunk/dports/devel/gnutls/Portfile 2016-10-07 10:58:17 UTC (rev 153676)
@@ -6,7 +6,7 @@
name gnutls
version 3.4.15
-revision 1
+revision 2
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel security
# yes, some of the libs are GPL only
@@ -39,6 +39,7 @@
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 +60,7 @@
--enable-openssl-compatibility \
--with-p11-kit \
--with-system-priority-file="${prefix}/etc/gnutls/default-priorities" \
- --with-default-trust-store-pkcs11 \
+ --with-default-trust-store-file="${prefix}/share/curl/curl-ca-bundle.crt" \
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/20161007/9e78db83/attachment-0002.html>
More information about the macports-changes
mailing list