Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id AEFC17A26A for ; Thu, 16 Mar 2017 00:34:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1DD1985576; Thu, 16 Mar 2017 00:34:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1DF285572 for ; Thu, 16 Mar 2017 00:34:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id t6nsQBzZLK6q for ; Thu, 16 Mar 2017 00:34:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0DE0B84CDC for ; Thu, 16 Mar 2017 00:34:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04C05FBE4; Thu, 16 Mar 2017 00:34:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148962448646630" MIME-Version: 1.0 Date: Thu, 16 Mar 2017 00:34:46 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/mail/gmime To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20170316003447.04C05FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148962448646630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Mar 16 00:34:46 UTC 2017 Modified Files: pkgsrc/mail/gmime: buildlink3.mk Log Message: Add gpgme to gimem's bl3 While arguably the real bug is that gmime's pkg-config file libs includes gpgme's libs, this makes libraries visible to depending builds that end up on link lines. Resolves build failure for totem-pl-parser. ok wiz@ To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/mail/gmime/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148962448646630 Content-Disposition: inline Content-Length: 852 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/gmime/buildlink3.mk diff -u pkgsrc/mail/gmime/buildlink3.mk:1.20 pkgsrc/mail/gmime/buildlink3.mk:1.21 --- pkgsrc/mail/gmime/buildlink3.mk:1.20 Sat Jul 13 19:23:36 2013 +++ pkgsrc/mail/gmime/buildlink3.mk Thu Mar 16 00:34:46 2017 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.20 2013/07/13 19:23:36 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.21 2017/03/16 00:34:46 gdt Exp $ BUILDLINK_TREE+= gmime @@ -9,6 +9,10 @@ BUILDLINK_API_DEPENDS.gmime+= gmime>=2.6 BUILDLINK_PKGSRCDIR.gmime?= ../../mail/gmime .include "../../devel/glib2/buildlink3.mk" +# gmime-2.6.pc specifies linking with gpgme's libs. While this is arguably +# wrong and should perhaps be patched, until then we should include them +# here. +.include "../../security/gpgme/buildlink3.mk" .endif # GMIME_BUILDLINK3_MK BUILDLINK_TREE+= -gmime --_----------=_148962448646630--