Archive mode broken after the latest updates
Guido Soranzio
guido.soranzio at gmail.com
Fri Apr 20 08:37:46 PDT 2007
On Apr 20, 2007, at 4:12 PM, James Berry wrote:
> Hopefully we'll get this cleaned up soon. In the mean time, you can
> turn off archive mode in your ports.conf file.
I have solved temporarily with another one-liner, by changing
set unarchive.env "$gzip -d -c ${unarchive.path} |"
into
set unarchive.cmd "$gzip -d -c ${unarchive.path} | $tar"
in portunarchive.tcl.
More information about the macports-dev
mailing list