Received: by mail.netbsd.org (Postfix, from userid 605) id 42A6884DA7; Tue, 13 Apr 2021 09:04:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79BEC84DA6 for ; Tue, 13 Apr 2021 09:04:20 +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 24FWEI3Atcbv for ; Tue, 13 Apr 2021 09:04:20 +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 C74A784D9E for ; Tue, 13 Apr 2021 09:04:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B3C17FA95; Tue, 13 Apr 2021 09:04:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618304659163350" MIME-Version: 1.0 Date: Tue, 13 Apr 2021 09:04:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/gexiv2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210413090419.B3C17FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618304659163350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 13 09:04:19 UTC 2021 Modified Files: pkgsrc/graphics/gexiv2: Makefile Log Message: gexiv2: mark python as build dependency only Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/gexiv2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618304659163350 Content-Disposition: inline Content-Length: 817 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gexiv2/Makefile diff -u pkgsrc/graphics/gexiv2/Makefile:1.15 pkgsrc/graphics/gexiv2/Makefile:1.16 --- pkgsrc/graphics/gexiv2/Makefile:1.15 Fri Apr 9 20:24:43 2021 +++ pkgsrc/graphics/gexiv2/Makefile Tue Apr 13 09:04:19 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2021/04/09 20:24:43 nia Exp $ +# $NetBSD: Makefile,v 1.16 2021/04/13 09:04:19 wiz Exp $ DISTNAME= gexiv2-0.12.2 +PKGREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gexiv2/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -19,6 +20,8 @@ USE_TOOLS+= pkg-config # https://gitlab.gnome.org/GNOME/json-glib/issues/35 MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gexiv2 +PYTHON_FOR_BUILD_ONLY= tool + MESON_ARGS+= -Dpython2_girdir=no MESON_ARGS+= -Dpython3_girdir=no --_----------=_1618304659163350--