mail-notification only allows Gmail mailboxes?

Jonathan Chen jonc at chen.org.nz
Sat Nov 8 19:37:17 UTC 2014


On 9 November 2014 08:29, Henry Hu <henry.hu.sh at gmail.com> 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 <jonc at chen.org.nz>


More information about the freebsd-ports mailing list