Received: by mail.netbsd.org (Postfix, from userid 605) id 3550584D7A; Sun, 14 Jun 2020 11:17:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB7E784D7A for ; Sun, 14 Jun 2020 11:17:14 +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 0OQH2x9yZP_j for ; Sun, 14 Jun 2020 11:17: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 373AE84C8B for ; Sun, 14 Jun 2020 11:17:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26857FB27; Sun, 14 Jun 2020 11:17:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159213343487930" MIME-Version: 1.0 Date: Sun, 14 Jun 2020 11:17:14 +0000 From: "Nikita" Subject: CVS commit: pkgsrc/chat/dino To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20200614111714.26857FB27@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. --_----------=_159213343487930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Sun Jun 14 11:17:14 UTC 2020 Modified Files: pkgsrc/chat/dino: Makefile Log Message: chat/dino: use pkg-config, maybe fix failing configure To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/dino/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159213343487930 Content-Disposition: inline Content-Length: 617 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/dino/Makefile diff -u pkgsrc/chat/dino/Makefile:1.2 pkgsrc/chat/dino/Makefile:1.3 --- pkgsrc/chat/dino/Makefile:1.2 Sat Jun 13 15:08:16 2020 +++ pkgsrc/chat/dino/Makefile Sun Jun 14 11:17:13 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/06/13 15:08:16 nia Exp $ +# $NetBSD: Makefile,v 1.3 2020/06/14 11:17:13 nikita Exp $ DISTNAME= dino-0.1.0 CATEGORIES= chat @@ -11,6 +11,7 @@ HOMEPAGE= https://github.com/dino/dino/ COMMENT= Modern XMPP (Jabber) chat client LICENSE= gnu-gpl-v3 +USE_TOOLS+= pkg-config USE_LANGUAGES+= c USE_CMAKE= yes USE_PKGLOCALEDIR= yes --_----------=_159213343487930--