[124600] trunk/dports/devel/nettle/Portfile

jmr at macports.org jmr at macports.org
Tue Aug 26 05:02:06 PDT 2014


Revision: 124600
          https://trac.macports.org/changeset/124600
Author:   jmr at macports.org
Date:     2014-08-26 05:02:06 -0700 (Tue, 26 Aug 2014)
Log Message:
-----------
nettle: remove openssl dep, it's only used by benchmark examples which are not installed, and it creates license check problems

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

Modified: trunk/dports/devel/nettle/Portfile
===================================================================
--- trunk/dports/devel/nettle/Portfile	2014-08-26 11:36:39 UTC (rev 124599)
+++ trunk/dports/devel/nettle/Portfile	2014-08-26 12:02:06 UTC (rev 124600)
@@ -31,8 +31,6 @@
 checksums           rmd160  f5c9d950c1e55210fa1659b907378814c54312d3 \
                     sha256  bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40
 
-depends_build       port:openssl
-
 depends_lib         port:gmp
 
 patchfiles          no-fink.patch
@@ -40,7 +38,7 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-configure.args      --enable-shared
+configure.args      --enable-shared --disable-openssl
 
 if {[variant_isset universal]} {
     set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140826/e062717e/attachment.html>


More information about the macports-changes mailing list