[Bug 210749] mail/thunderbird: update to 45.2.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 7 09:54:53 UTC 2016


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

--- Comment #6 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 172080
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172080
thunderbird 45.2.0 take 2

> +fontconfig_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig
> +freetype_LIB_DEPENDS=	libfreetype.so:print/freetype2

Unless you plan to support USE_MOZILLA+=-fontconfig and USE_MOZILLA+=-freetype
use plain LIB_DEPENDS. USE_MOZILLA predates option helpers but works similar to
OPTIONS_(SLAVE|EXCLUDE).

> +USE_GNOME+=	gdkpixbuf2

Did you forget to remove it from mail/thunderbird/Makefile after adding to
Mk/bsd.gecko.mk ?

>+USES=		gettext tar:xz

If you really want to keep USES=gettext move it under cairo-gtk* conditionals
in Mk/bsd.gecko.mk. Alternatively, try adding -Wl,--as-needed to LDFLAGS.

> does that mean it souldn't be listed as a dependency even if it's referenced?

I'd prefer to avoid adding workarounds due to bugs in other ports. However, in
this case gecko@ ports need to be refactored first before worrying about style.
Maybe add XXX comment that USES=gettext doesn't belong here or file a bug
assigned to gnome@ about...

https://wiki.openmandriva.org/en/Overlinking_issues_in_packaging#pkgconfig_issues

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


More information about the freebsd-gecko mailing list