Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Jul 2016 09:54:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 210749] mail/thunderbird: update to 45.2.0
Message-ID:  <bug-210749-21738-tHhwIs7M0O@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210749-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210749-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #6 from Jan Beich <jbeich@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210749-21738-tHhwIs7M0O>