[26883] trunk/dports/devel/autoconf/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Jul 10 20:02:27 PDT 2007
Revision: 26883
http://trac.macosforge.org/projects/macports/changeset/26883
Author: boeyms at macports.org
Date: 2007-07-10 20:02:27 -0700 (Tue, 10 Jul 2007)
Log Message:
-----------
devel/autoconf:
* Add port:m4 to depends_lib (Autoconf README states GNU m4 >= 1.4.7 is
required, but Tiger only has 1.4.2);
* Correct the name of one of the commands that autoreconf calls so that it will
actually work with the MacPorts libtool port.
Modified Paths:
--------------
trunk/dports/devel/autoconf/Portfile
Modified: trunk/dports/devel/autoconf/Portfile
===================================================================
--- trunk/dports/devel/autoconf/Portfile 2007-07-11 02:47:38 UTC (rev 26882)
+++ trunk/dports/devel/autoconf/Portfile 2007-07-11 03:02:27 UTC (rev 26883)
@@ -3,6 +3,7 @@
PortSystem 1.0
name autoconf
version 2.61
+revision 1
categories devel
maintainers nomaintainer
description Automatically configures software for compilation
@@ -23,7 +24,10 @@
rmd160 85c49124856eec74375f0a786d2aa7e6bd28a0e6
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
-depends_run bin:perl:perl5.8
+depends_lib bin:perl:perl5.8 port:m4
+post-patch {
+ reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
+}
livecheck.check regex
livecheck.url http://ftp.gnu.org/gnu/${name}/?M=D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070710/eb6d318e/attachment.html
More information about the macports-changes
mailing list