From owner-freebsd-gecko@freebsd.org Thu Jul 7 09:54:53 2016 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C75CAB74F96 for ; Thu, 7 Jul 2016 09:54:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id B10251792 for ; Thu, 7 Jul 2016 09:54:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id AC9DAB74F95; Thu, 7 Jul 2016 09:54:53 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC460B74F94 for ; Thu, 7 Jul 2016 09:54:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BBDD1791 for ; Thu, 7 Jul 2016 09:54:53 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u679sr0E087275 for ; Thu, 7 Jul 2016 09:54:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 210749] mail/thunderbird: update to 45.2.0 Date: Thu, 07 Jul 2016 09:54:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: patch, security X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2016 09:54:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210749 --- Comment #6 from Jan Beich --- Comment on attachment 172080 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172080 thunderbird 45.2.0 take 2 > +fontconfig_LIB_DEPENDS=3D libfontconfig.so:x11-fonts/fontconfig > +freetype_LIB_DEPENDS=3D libfreetype.so:print/freetype2 Unless you plan to support USE_MOZILLA+=3D-fontconfig and USE_MOZILLA+=3D-f= reetype use plain LIB_DEPENDS. USE_MOZILLA predates option helpers but works simila= r to OPTIONS_(SLAVE|EXCLUDE). > +USE_GNOME+=3D gdkpixbuf2 Did you forget to remove it from mail/thunderbird/Makefile after adding to Mk/bsd.gecko.mk ? >+USES=3D gettext tar:xz If you really want to keep USES=3Dgettext move it under cairo-gtk* conditio= nals 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 referen= ced? 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 st= yle. Maybe add XXX comment that USES=3Dgettext doesn't belong here or file a bug assigned to gnome@ about... https://wiki.openmandriva.org/en/Overlinking_issues_in_packaging#pkgconfig_= issues --=20 You are receiving this mail because: You are the assignee for the bug.=