mail-notification only allows Gmail mailboxes?

Torfinn Ingolfsen tingox at gmail.com
Sun Nov 9 22:44:55 UTC 2014


On Sat, Nov 8, 2014 at 8:37 PM, Jonathan Chen <jonc at chen.org.nz> wrote:
> 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.
>

It works - thanks, both of you.

BTW, (general question, not specific to this port) shouldn't all ports
go through a step of "clean room" building as part of validating a new
version? Tinderbox / Redports or what it is called these days?

-- 
Regards,
Torfinn Ingolfsen


More information about the freebsd-ports mailing list