[121754] trunk/dports/devel/gettext/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Jul 6 17:19:16 PDT 2014


Revision: 121754
          https://trac.macports.org/changeset/121754
Author:   ryandesign at macports.org
Date:     2014-07-06 17:19:16 -0700 (Sun, 06 Jul 2014)
Log Message:
-----------
gettext: don't use xz to create archive, because that would require ports using gettext to have xz installed, and gettext cannot declare a dependency on xz because xz declares a dependency on gettext

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

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2014-07-06 23:43:15 UTC (rev 121753)
+++ trunk/dports/devel/gettext/Portfile	2014-07-07 00:19:16 UTC (rev 121754)
@@ -8,6 +8,7 @@
 name                    gettext
 epoch                   2
 version                 0.19.1
+revision                1
 categories              devel
 maintainers             ryandesign
 # libs are LGPL and executables are GPL
@@ -46,11 +47,13 @@
                         --with-included-libunistring \
                         --with-included-libxml
 
-# Don't use git (if it's installed) nor cvs to create the autopoint archive
+# Don't use possibly installed cvs or git to create the autopoint archive
 # because the archives they create for each architecture under muniversal
-# will differ and cannot be merged.
-configure.args-append   --without-git \
-                        --without-cvs
+# will differ and cannot be merged. Don't use xz either because then xz would
+# be required by various ports that just want to use gettext.
+configure.args-append   --without-cvs \
+                        --without-git \
+                        --without-xz
 
 depends_lib             port:expat \
                         port:libiconv \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140706/85a74c14/attachment.html>


More information about the macports-changes mailing list