On Feb 7, 2013, at 20:53, Bill Christensen wrote: > The most recent update of Fetchmail appears to have broken because my > installation requires SSL, and the portfile explicitly states "--without-ssl". > > I've modified the portfile so that it says "--with-ssl", and ran a sudo port > upgrade fetchmail command, but I'm not seeing any change. I'm still getting > "SSL is not enabled at ssl" on startup.
"sudo port upgrade fetchmail" will not rebuild fetchmail if MacPorts doesn't think it's outdated. Yes, the port says --without-ssl -- unless you select the +ssl variant, which sounds like what you want. Please revert the changes you made, then run: sudo port install fetchmail +ssl _______________________________________________ macports-users mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-users
