Opened 18 years ago

Closed 18 years ago

Last modified 8 years ago

#7419 closed defect (fixed)

BUG: autoconf should depend on perl

Reported by: danchr@… Owned by: kvv@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: markd@…, nox@…
Port: autoconf

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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

Change History (3)

comment:1 Changed 18 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: newclosed

Committed. Thanks!

comment:2 Changed 17 years ago by nox@…

Cc: nox@… added

Just changed the dependency type from port to bin:perl, to be consistent with automake port.

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: autoconf added
Note: See TracTickets for help on using tickets.