Received: by mail.netbsd.org (Postfix, from userid 605) id 438B984D9E; Tue, 13 Apr 2021 08:28:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D8DB84D46 for ; Tue, 13 Apr 2021 08:28:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id f_nUVaV014o6 for ; Tue, 13 Apr 2021 08:28:14 +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 D7EC284D14 for ; Tue, 13 Apr 2021 08:28:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB673FA95; Tue, 13 Apr 2021 08:28:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161830249358330" MIME-Version: 1.0 Date: Tue, 13 Apr 2021 08:28:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libsigc++ To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210413082813.CB673FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161830249358330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Apr 13 08:28:13 UTC 2021 Modified Files: pkgsrc/devel/libsigc++: Makefile Log Message: libsigc++: mark python as build dependency only Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/libsigc++/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161830249358330 Content-Disposition: inline Content-Length: 826 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libsigc++/Makefile diff -u pkgsrc/devel/libsigc++/Makefile:1.62 pkgsrc/devel/libsigc++/Makefile:1.63 --- pkgsrc/devel/libsigc++/Makefile:1.62 Thu Apr 8 20:52:15 2021 +++ pkgsrc/devel/libsigc++/Makefile Tue Apr 13 08:28:13 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2021/04/08 20:52:15 adam Exp $ +# $NetBSD: Makefile,v 1.63 2021/04/13 08:28:13 wiz Exp $ DISTNAME= libsigc++-2.10.6 +PKGREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -16,6 +17,7 @@ GCC_REQD+= 4.8 USE_LANGUAGES= c c++11 USE_TOOLS+= gm4 perl:build pkg-config PKGCONFIG_OVERRIDE= sigc++.pc.in +PYTHON_FOR_BUILD_ONLY= tool .include "../../devel/meson/build.mk" BUILDLINK_API_DEPENDS.mm-common+= mm-common>=0.9.10 --_----------=_161830249358330--