[MacPorts] #15402: Warning: the following items did not execute (for mutt): org.macports.patch

Rainer Müller raimue at macports.org
Tue May 27 13:35:46 PDT 2008


Simon Ruderich wrote:
> On Tue, May 27, 2008 at 12:22:39PM -0400, Charles Darwin wrote:
>>> sudo port -d selfupdate
>>>> 12:20:42> sudo port clean --all mutt
>> --->  Cleaning mutt
>> 12:20:51> sudo port -dsc patch mutt +imap +ssl +buffy +compress +imap_headercache
> 
> Sorry, normally you have to wait 12 hours until the updated version can be
> fetched with "selfupdate". To use the new version right away, download the
> Portfile from [1] and cd to the directory where you saved it and run

This is not correct. The rsync server is updated every hour, just the 
PortIndex only gets regenerated every 12 hours.

So something like this should work even before the PortIndex is updated 
(which would only be interesting for port upgrade):
   sudo port sync
   sudo port clean mutt
   sudo port build mutt +imap +ssl +buffy +compress +imap_headercache

If this worked fine, you can replace your current mutt with it:
   sudo port deactivate mutt
   sudo port install mutt

And optionally of course:
   sudo port -f uninstall mutt @old_version

Rainer


More information about the macports-dev mailing list