On 9 November 2014 08:29, Henry Hu <[email protected]> wrote: [...] > > This is the problem. Apply this patch: > > Index: Makefile > =================================================================== > --- Makefile (版本 372086) > +++ Makefile (工作副本) > @@ -92,7 +92,7 @@ > || ${PORT_OPTIONS:MIMAP} \ > || ${PORT_OPTIONS:MMOZILLA} \ > || ${PORT_OPTIONS:MSYLPHEED} > -LIB_DEPENDS+= libgmime-2.6.so:${PORTSDIR}/mail/gmime26 > +LIB_DEPENDS+= libgmime-2.0.so:${PORTSDIR}/mail/gmime2 > .endif > .if ! ${PORT_OPTIONS:MSSL} > JB_CONF_ARGS+= ssl=no > > and it should work. > This port does depend on gmime-2.0. To make it depend on gmime-2.6, extra > patches are needed.
Ah. I see. On my system, I've also got gmime-2.0 installed; that's why it builds/works fine here. If it works for you Torfinn, I'll submit a PR for this. Cheers. -- Jonathan Chen <[email protected]> _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
