thunderbird 6 with lightning plugin

Hi, as You can see deskutils/lightning package is marked as BROKEN, which means that it won't compile. "Packages for a broken port are not built by the package cluster." Therefore, pkg_add(1) will not work.
Lightning is also marked as IGNORE (see package info on freshports.org site) which also means, that probably it would/does not build.

More info about BROKEN/IGNORE marks You will find here; broken and ignore.

I hope that I helped you in some way. Best regards!
 
Looking into mail/thunderbird/Makefile reveals an option for lightning (disabled by default).
Code:
OPTIONS=	LIGHTNING       "Enable calendar extension" off
Try # make config inside /usr/ports/mail/thunderbird and activate the lightning option.
 
Nukama said:
Looking into mail/thunderbird/Makefile reveals an option for lightning (disabled by default).
Code:
OPTIONS=	LIGHTNING       "Enable calendar extension" off
Try # make config inside /usr/ports/mail/thunderbird and activate the lightning option.

I did compile thunderbird6 with that option but makes no difference. I'm receiving calendar meetings and I get text instead of the entry in the calendar.
 
Back
Top