On Sat, Nov 8, 2014 at 8:37 PM, Jonathan Chen <[email protected]> wrote: > 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. >
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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
