Received: by mail.netbsd.org (Postfix, from userid 605) id D2E1884F9F; Tue, 13 Jul 2021 12:05:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19F7484F9C for ; Tue, 13 Jul 2021 12:05:25 +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 vdm0uGOBlob1 for ; Tue, 13 Jul 2021 12:05:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A5A0C84D3F for ; Tue, 13 Jul 2021 12:05:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1AAFFA95; Tue, 13 Jul 2021 12:05:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1626177924272390" MIME-Version: 1.0 Date: Tue, 13 Jul 2021 12:05:24 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210713120524.A1AAFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1626177924272390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Jul 13 12:05:24 UTC 2021 Modified Files: pkgsrc/x11: Makefile Log Message: x11/Makefile: + libxcvt To generate a diff of this commit: cvs rdiff -u -r1.935 -r1.936 pkgsrc/x11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1626177924272390 Content-Disposition: inline Content-Length: 580 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.935 pkgsrc/x11/Makefile:1.936 --- pkgsrc/x11/Makefile:1.935 Sun Jul 4 07:13:45 2021 +++ pkgsrc/x11/Makefile Tue Jul 13 12:05:24 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.935 2021/07/04 07:13:45 nia Exp $ +# $NetBSD: Makefile,v 1.936 2021/07/13 12:05:24 wiz Exp $ # COMMENT= Packages to support the X Window System @@ -242,6 +242,7 @@ SUBDIR+= libqtxdg SUBDIR+= libunique SUBDIR+= libunique3 SUBDIR+= libxcb +SUBDIR+= libxcvt SUBDIR+= libxdg-basedir SUBDIR+= libxfce4gui SUBDIR+= libxfce4ui --_----------=_1626177924272390--