Received: by mail.netbsd.org (Postfix, from userid 605) id 38A9484DC3; Sun, 8 Dec 2019 01:54:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6A1784D67 for ; Sun, 8 Dec 2019 01:54:53 +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 jLCq8MpnZRIh for ; Sun, 8 Dec 2019 01:54:53 +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 1C44384D55 for ; Sun, 8 Dec 2019 01:54:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 16603FA97; Sun, 8 Dec 2019 01:54:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157577009330280" MIME-Version: 1.0 Date: Sun, 8 Dec 2019 01:54:53 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/print/poppler-glib To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20191208015453.16603FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157577009330280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Dec 8 01:54:53 UTC 2019 Modified Files: pkgsrc/print/poppler-glib: Makefile Log Message: poppler-glib: Require cairo-gobject To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 pkgsrc/print/poppler-glib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157577009330280 Content-Disposition: inline Content-Length: 834 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/poppler-glib/Makefile diff -u pkgsrc/print/poppler-glib/Makefile:1.78 pkgsrc/print/poppler-glib/Makefile:1.79 --- pkgsrc/print/poppler-glib/Makefile:1.78 Sat Oct 19 12:37:05 2019 +++ pkgsrc/print/poppler-glib/Makefile Sun Dec 8 01:54:52 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2019/10/19 12:37:05 nia Exp $ +# $NetBSD: Makefile,v 1.79 2019/12/08 01:54:52 nia Exp $ .include "../../print/poppler/Makefile.common" @@ -48,6 +48,7 @@ post-install: BUILDLINK_ABI_DEPENDS.glib2+= glib2>=2.41.0 .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gobject-introspection/buildlink3.mk" +.include "../../graphics/cairo-gobject/buildlink3.mk" #.include "../../textproc/gtk-doc/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" --_----------=_157577009330280--