[137295] trunk/dports/devel/libtool/Portfile

larryv at macports.org larryv at macports.org
Mon Jun 8 11:05:58 PDT 2015


Revision: 137295
          https://trac.macports.org/changeset/137295
Author:   larryv at macports.org
Date:     2015-06-08 11:05:58 -0700 (Mon, 08 Jun 2015)
Log Message:
-----------
libtool: Revise comments

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

Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile	2015-06-08 17:58:37 UTC (rev 137294)
+++ trunk/dports/devel/libtool/Portfile	2015-06-08 18:05:58 UTC (rev 137295)
@@ -19,19 +19,17 @@
                     libraries behind a consistent, portable interface.
 homepage            http://www.gnu.org/software/libtool/
 
-# As of 2.4.5, libtoolize requires a compatible GNU M4 at configure
-# time. Leopard and later provide M4 1.4.6, which works fine. Tiger's M4
-# 1.4.2 does not.
-#   - http://lists.gnu.org/archive/html/libtool/2014-12/msg00000.html
+# Leopard and later provide GNU M4 1.4.6, which works fine. Tiger's
+# 1.4.2 does not (#47545).
+#   - http://lists.gnu.org/archive/html/libtool/2014-12/msg00002.html
 #   - http://lists.gnu.org/archive/html/libtool/2015-01/msg00004.html
-#   - https://trac.macports.org/ticket/47545
 if {${os.platform} eq "darwin" && ${os.major} >= 9} {
     depends_lib     bin:gm4:m4
 } else {
     depends_lib     port:m4
 }
 
-# https://trac.macports.org/ticket/19237
+# Don't let configure detect MacPorts' grep or gsed (#19237).
 if {${os.platform} ne "darwin"} {
     depends_lib-append port:grep port:gsed
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150608/0dcec5c6/attachment.html>


More information about the macports-changes mailing list