Received: by mail.netbsd.org (Postfix, from userid 605) id 0622D84F4F; Sat, 23 Feb 2019 21:50:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 80FA684F4E for ; Sat, 23 Feb 2019 21:50:47 +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 rfRRzl00qka8 for ; Sat, 23 Feb 2019 21:50:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 13C6D84C82 for ; Sat, 23 Feb 2019 21:50:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DE97FB16; Sat, 23 Feb 2019 21:50:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550958647117960" MIME-Version: 1.0 Date: Sat, 23 Feb 2019 21:50:47 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/kitty To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190223215047.0DE97FB16@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. --_----------=_1550958647117960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Feb 23 21:50:46 UTC 2019 Modified Files: pkgsrc/x11/kitty: Makefile Log Message: kitty: add USE_LANGUAGES variable To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/kitty/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550958647117960 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/kitty/Makefile diff -u pkgsrc/x11/kitty/Makefile:1.6 pkgsrc/x11/kitty/Makefile:1.7 --- pkgsrc/x11/kitty/Makefile:1.6 Mon Feb 4 01:11:15 2019 +++ pkgsrc/x11/kitty/Makefile Sat Feb 23 21:50:46 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/02/04 01:11:15 gutteridge Exp $ +# $NetBSD: Makefile,v 1.7 2019/02/23 21:50:46 gutteridge Exp $ DISTNAME= kitty-0.13.3 CATEGORIES= x11 @@ -11,6 +11,7 @@ HOMEPAGE= https://sw.kovidgoyal.net/kitt COMMENT= GPU based terminal emulator LICENSE= gnu-gpl-v3 +USE_LANGUAGES= c99 EXTRACT_USING= bsdtar USE_TOOLS+= gmake pkg-config BUILD_TARGET= app --_----------=_1550958647117960--