[Bug 210749] mail/thunderbird: update to 45.2.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 2 00:00:43 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210749

--- Comment #3 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 172023
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172023
update thunderbird 45.2.0

> +		libfreetype.so:print/freetype2 \
> +		libfontconfig.so:x11-fonts/fontconfig \

As thebes and skia depend on those unconditionally put them in Mk/bsd.gecko.mk.
_DEPENDS lines in Makefile are for specific Gecko flavor, at least that *was*
the intent.

> +		libogg.so:audio/libogg \

Append to vorbis_LIB_DEPENDS and tremor_LIB_DEPENDS in Mk/bsd.gecko.mk

> +		libdbus-1.so:devel/dbus

Move under .if ${PORT_OPTIONS:MDBUS} in Mk/bsd.gecko.mk

> +USE_GNOME+=	gdkpixbuf2

Better append to USE_GNOME in Mk/bsd.gecko.mk for cairo-gtk2 and cairo-gtk3. If
cairo-qt still works it doesn't use gdkpixbuf2 functions.

> +USES=		gettext tar:xz

It only links against gettext because |pkg-config gtk+-2.0 --libs| says so
i.e., an example of overlinking.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-gecko mailing list