On Jul 9, 2007, at 9:02 AM, Ryan Schmidt wrote:
On Jul 9, 2007, at 08:01, Doug McCorkle wrote:
On Jul 9, 2007, at 3:32 AM, Ryan Schmidt wrote:
On Jul 8, 2007, at 22:57, Doug McCorkle wrote:
I would like to use:
fetch.ignore_sslcrt
in my Portfile or:
fetch.args
in my Portfile but I get an error about the commands not being recognized. Is there a new way to work with the fetch target? Thanks.
According to the passogva portfile, it's
fetch.ignore_sslcert yes
[snip]
Also, the man page for portfile references fetch.ignore_sslcrt so this should possibly be listed as a bug.
Good catch! I fixed the manpage:
http://trac.macosforge.org/projects/macports/changeset/26829
The correct fetch.ignore_sslcert command solved my problems. In regards to the args command I thought I might be able to pass command line args to the utility that downloads packages. In MacPorts what is used to download packages? Is it curl? Doug