[111090] trunk/dports/devel

larryv at macports.org larryv at macports.org
Sat Sep 14 19:55:23 PDT 2013


Revision: 111090
          https://trac.macports.org/changeset/111090
Author:   larryv at macports.org
Date:     2013-09-14 19:55:22 -0700 (Sat, 14 Sep 2013)
Log Message:
-----------
autoconf: Avoid xz distfile to resolve circular dependency
(autoconf > xz > gettext > autoconf).

Modified Paths:
--------------
    trunk/dports/devel/autoconf/Portfile
    trunk/dports/devel/gettext/Portfile

Modified: trunk/dports/devel/autoconf/Portfile
===================================================================
--- trunk/dports/devel/autoconf/Portfile	2013-09-15 00:57:33 UTC (rev 111089)
+++ trunk/dports/devel/autoconf/Portfile	2013-09-15 02:55:22 UTC (rev 111090)
@@ -27,7 +27,9 @@
 
 homepage         http://www.gnu.org/software/autoconf/
 master_sites     gnu
-use_xz           yes
+# TODO: Switch back to xz distfile once xz's dependency gettext doesn't
+#       need to be autoreconf'd (if ever).
+#use_xz           yes
 
 checksums        rmd160 666aa45a58e856968c651e2a3b44be38de9c14e4 \
                  sha256 64ebcec9f8ac5b2487125a86a7760d2591ac9e1d3dbd59489633f9de62a57684

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2013-09-15 00:57:33 UTC (rev 111089)
+++ trunk/dports/devel/gettext/Portfile	2013-09-15 02:55:22 UTC (rev 111090)
@@ -24,6 +24,9 @@
                         sha256  0d8f9a33531b77776b3dc473e7940019ca19bfca5b4c06db6e96065eeb07245d
 
 # Generate newer libtool that passes -stdlib when linking dylibs.
+#
+# TODO: Switch autoconf back to xz distfile once this autoreconf becomes
+#       unnecessary (if ever).
 use_autoreconf          yes
 autoreconf.args         --force --verbose
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130914/a6f6da97/attachment-0001.html>


More information about the macports-changes mailing list