Received: by mail.netbsd.org (Postfix, from userid 605) id 0345F84E2D; Wed, 13 May 2020 03:41:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3C5B84DBF for ; Wed, 13 May 2020 03:39:52 +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 nUMQT1FCM25J for ; Wed, 13 May 2020 03:39:52 +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 567B484D63 for ; Wed, 13 May 2020 03:39:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 545F8FB27; Wed, 13 May 2020 03:39:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158934119242270" MIME-Version: 1.0 Date: Wed, 13 May 2020 03:39:52 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/devel/libthrift_c_glib To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200513033952.545F8FB27@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. --_----------=_158934119242270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Wed May 13 03:39:52 UTC 2020 Modified Files: pkgsrc/devel/libthrift_c_glib: Makefile Log Message: devel/libthrift_c_glib: suppress USE_TOOLS+=perl warning To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/libthrift_c_glib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158934119242270 Content-Disposition: inline Content-Length: 745 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libthrift_c_glib/Makefile diff -u pkgsrc/devel/libthrift_c_glib/Makefile:1.3 pkgsrc/devel/libthrift_c_glib/Makefile:1.4 --- pkgsrc/devel/libthrift_c_glib/Makefile:1.3 Sun Mar 8 16:49:15 2020 +++ pkgsrc/devel/libthrift_c_glib/Makefile Wed May 13 03:39:52 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2020/03/08 16:49:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2020/05/13 03:39:52 rillig Exp $ PKGREVISION= 2 .include "../../devel/thrift/Makefile.common" @@ -9,6 +9,7 @@ COMMENT= C (Glib) bindings for the Apach DEPENDS+= thrift-[0-9]*:../../devel/thrift BUILD_DIRS= lib/c_glib +TOOLS_BROKEN+= perl CONFIGURE_ENV+= THRIFT=${PREFIX}/bin/thrift PKGCONFIG_OVERRIDE= lib/c_glib/thrift_c_glib.pc.in --_----------=_158934119242270--