Received: by mail.netbsd.org (Postfix, from userid 605) id 8BFFB84D42; Tue, 8 Aug 2017 14:19:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D14C84CE3 for ; Tue, 8 Aug 2017 14:19:18 +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 VSVb-jiHYW-H for ; Tue, 8 Aug 2017 14:19:17 +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 9CBEA84D21 for ; Tue, 8 Aug 2017 14:19:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92E9DFACE; Tue, 8 Aug 2017 14:19:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502201957126010" MIME-Version: 1.0 Date: Tue, 8 Aug 2017 14:19:17 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20170808141917.92E9DFACE@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. --_----------=_1502201957126010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Tue Aug 8 14:19:17 UTC 2017 Modified Files: pkgsrc/x11: Makefile Log Message: +xcb-util-xrm To generate a diff of this commit: cvs rdiff -u -r1.804 -r1.805 pkgsrc/x11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502201957126010 Content-Disposition: inline Content-Length: 608 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.804 pkgsrc/x11/Makefile:1.805 --- pkgsrc/x11/Makefile:1.804 Mon Jun 26 08:20:25 2017 +++ pkgsrc/x11/Makefile Tue Aug 8 14:19:17 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.804 2017/06/26 08:20:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.805 2017/08/08 14:19:17 nros Exp $ # COMMENT= Packages to support the X window system @@ -567,6 +567,7 @@ SUBDIR+= xcb-util-image SUBDIR+= xcb-util-keysyms SUBDIR+= xcb-util-renderutil SUBDIR+= xcb-util-wm +SUBDIR+= xcb-util-xrm SUBDIR+= xcb-util036 SUBDIR+= xclip SUBDIR+= xclipboard --_----------=_1502201957126010--