Phil <[EMAIL PROTECTED]> on Monday, February 19, 2007 at 12:58 PM
-0800 wrote:
>Oh -- my apologies. I meant to say that gnutar worked fine. I (just 
>tried and) still have the hanging problem with gnupg.
>
>(But, no -- fyi, I don't believe that the MacPorts gnutar port was 
>installed before.)

Got it.  But I see I missed a step.  Try editing the portfile and changing
the 7 to an 8, for 10.4 platform.  In other words, change this:

platform darwin 7 {
        depends_lib-append      port:gnutar
        configure.args-append --with-tar=${prefix}/bin/gnutar
}       

to this:

platform darwin 8 {
        depends_lib-append      port:gnutar
        configure.args-append --with-tar=${prefix}/bin/gnutar
}       

and retry the install.  Because the configure script needs to know where
to look for gnutar.

Mark

_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to