[MacPorts] #7419: BUG: autoconf should depend on perl
MacPorts
noreply at macports.org
Thu Mar 24 06:10:21 PDT 2016
#7419: BUG: autoconf should depend on perl
-----------------------+--------------------
Reporter: danchr@… | Owner: kvv@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: autoconf |
-----------------------+--------------------
Changes (by ryandesign@…):
* port: => autoconf
Old description:
> Autoconf has an unsatisfied dependancy on perl. See
> /opt/local/bin/autom4te.
>
> % port verify autoconf
> autoconf verification error on:
> Unsatisfied dependencies for autoconf-2.59-0.ppc: /opt/local/bin/perl
>
> Index: Portfile
> ===================================================================
> RCS file:
> /Volumes/src/cvs/od/proj/darwinports/dports/devel/autoconf/Portfile,v
> retrieving revision 1.4
> diff -a -u -u -r1.4 Portfile
> --- Portfile 1 Mar 2004 20:47:54 -0000 1.4
> +++ Portfile 22 Feb 2006 19:43:05 -0000
> @@ -21,3 +21,4 @@
> checksums md5 1ee40f7a676b3cfdc0e3f7cd81551b5f
> configure.args --mandir=${prefix}/share/man \
> --infodir=${prefix}/share/info
> +depends_run port:perl5.8
New description:
Autoconf has an unsatisfied dependancy on perl. See
/opt/local/bin/autom4te.
{{{
% port verify autoconf
autoconf verification error on:
Unsatisfied dependencies for autoconf-2.59-0.ppc: /opt/local/bin/perl
}}}
{{{
Index: Portfile
===================================================================
RCS file:
/Volumes/src/cvs/od/proj/darwinports/dports/devel/autoconf/Portfile,v
retrieving revision 1.4
diff -a -u -u -r1.4 Portfile
--- Portfile 1 Mar 2004 20:47:54 -0000 1.4
+++ Portfile 22 Feb 2006 19:43:05 -0000
@@ -21,3 +21,4 @@
checksums md5 1ee40f7a676b3cfdc0e3f7cd81551b5f
configure.args --mandir=${prefix}/share/man \
--infodir=${prefix}/share/info
+depends_run port:perl5.8
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/7419#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list