Received: by mail.netbsd.org (Postfix, from userid 605) id 6DA6584F1A; Wed, 1 Feb 2023 03:15:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BA5784F0F for ; Wed, 1 Feb 2023 03:15:01 +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 cjxvkZ8ZRFfP for ; Wed, 1 Feb 2023 03:15:01 +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 E4E0D84D3E for ; Wed, 1 Feb 2023 03:15:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7D4BFA92; Wed, 1 Feb 2023 03:15:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675221300281620" MIME-Version: 1.0 Date: Wed, 1 Feb 2023 03:15:00 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/graphics/gdk-pixbuf2 To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20230201031500.D7D4BFA92@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675221300281620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Wed Feb 1 03:15:00 UTC 2023 Modified Files: pkgsrc/graphics/gdk-pixbuf2: Makefile Log Message: gdk-pixbuf2: register dependency on devel/py-gi-docgen This prevents the build from cloning a remote Git repository while configuring. Bumps PKGREVISION. (added dependency, different gi-docgen) Tested on NetBSD/amd64. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/gdk-pixbuf2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675221300281620 Content-Disposition: inline Content-Length: 990 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gdk-pixbuf2/Makefile diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.59 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.60 --- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.59 Tue Jan 3 17:36:23 2023 +++ pkgsrc/graphics/gdk-pixbuf2/Makefile Wed Feb 1 03:15:00 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2023/01/03 17:36:23 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2023/02/01 03:15:00 khorben Exp $ DISTNAME= gdk-pixbuf-2.42.10 PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdk-pixbuf/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -55,6 +55,7 @@ _BUILDING_GTK2= yes .include "../../devel/meson/build.mk" .include "../../databases/shared-mime-info/buildlink3.mk" +.include "../../devel/py-gi-docgen/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.37.2 .include "../../devel/glib2/buildlink3.mk" BUILDLINK_DEPMETHOD.gobject-introspection:= build --_----------=_1675221300281620--