[123047] trunk/dports/mail/gnupg2/Portfile

devans at macports.org devans at macports.org
Sun Aug 3 23:31:19 PDT 2014


Revision: 123047
          https://trac.macports.org/changeset/123047
Author:   devans at macports.org
Date:     2014-08-03 23:31:19 -0700 (Sun, 03 Aug 2014)
Log Message:
-----------
gnupg2: explicitly disable adns support to prevent opportunistic linking and rebuild.

Modified Paths:
--------------
    trunk/dports/mail/gnupg2/Portfile

Modified: trunk/dports/mail/gnupg2/Portfile
===================================================================
--- trunk/dports/mail/gnupg2/Portfile	2014-08-04 06:02:03 UTC (rev 123046)
+++ trunk/dports/mail/gnupg2/Portfile	2014-08-04 06:31:19 UTC (rev 123047)
@@ -7,6 +7,7 @@
 
 name            gnupg2
 version         2.0.25
+revision        1
 categories      mail security
 maintainers     nomaintainer
 license         GPL-3+
@@ -33,7 +34,8 @@
 # users to use gpg-agent as well.  gnupg2, however, requires gpg-agent to run,
 # and so gnupg2 depends on gpg-agent.
 
-configure.args  --disable-agent
+configure.args  --disable-agent \
+                --without-adns
 
 # glib fails to find the right stdint.h  It picks clang's internal one rather
 # than the system header
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140803/c9a17748/attachment-0001.html>


More information about the macports-changes mailing list