From owner-freebsd-gnome@freebsd.org Sun Mar 12 08:26:23 2017 Return-Path: Delivered-To: freebsd-gnome@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 8FEF0D09AE6 for ; Sun, 12 Mar 2017 08:26:23 +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 79C0616ED for ; Sun, 12 Mar 2017 08:26:23 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 763A7D09AE5; Sun, 12 Mar 2017 08:26:23 +0000 (UTC) Delivered-To: gnome@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 75DF8D09AE4 for ; Sun, 12 Mar 2017 08:26:23 +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 6592416EC for ; Sun, 12 Mar 2017 08:26:23 +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 v2C8QNvv049407 for ; Sun, 12 Mar 2017 08:26:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 209813] Problems with implicit library dependencies introduced by gnome ports Date: Sun, 12 Mar 2017 08:26:23 +0000 X-Bugzilla-Reason: CC 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: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gnome@FreeBSD.org X-Bugzilla-Flags: 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-gnome@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Mar 2017 08:26:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209813 --- Comment #8 from commit-hook@freebsd.org --- A commit references this bug: Author: antoine Date: Sun Mar 12 08:25:23 UTC 2017 New revision: 435977 URL: https://svnweb.freebsd.org/changeset/ports/435977 Log: Add libintl.so to glib20_LIB_DEPENDS As noted in PR 209813, some glib headers include libintl.h and then use gettext in some macros. Programs that use this API (directly or indirect= ly) can end up with calls to gettext and need to be linked with libintl.so. glib-2.0.pc has -lintl in its Libs too. PR: 209813 With hat: portmgr Changes: head/Mk/Uses/gnome.mk --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=