Received: by mail.netbsd.org (Postfix, from userid 605) id 88C7184F70; Tue, 13 Jul 2021 05:53:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B52B784F6D for ; Tue, 13 Jul 2021 05:53:13 +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 a7XXonuFVlzF for ; Tue, 13 Jul 2021 05:53:13 +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 4CB0684C13 for ; Tue, 13 Jul 2021 05:53:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 458C4FA95; Tue, 13 Jul 2021 05:53:13 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 13 Jul 2021 05:53:13 +0000 From: "matthew green" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210713055313.458C4FA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "matthew green" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: mrg Date: Tue Jul 13 05:53:13 UTC 2021 Modified Files: src/distrib/sets/lists/xbase: shl.mi src/distrib/sets/lists/xdebug: shl.mi src/external/mit/xorg/lib/libX11: Makefile Makefile.libx11 src/external/mit/xorg/lib/libX11/dynamic: Makefile src/external/mit/xorg/lib/libX11/static: Makefile Log Message: move the i18n modules into libX11 directly. fixes at least alacritty, and saves memory too. To generate a diff of this commit: cvs rdiff -u -r1.95 -r1.96 src/distrib/sets/lists/xbase/shl.mi cvs rdiff -u -r1.62 -r1.63 src/distrib/sets/lists/xdebug/shl.mi cvs rdiff -u -r1.14 -r1.15 src/external/mit/xorg/lib/libX11/Makefile cvs rdiff -u -r1.22 -r1.23 src/external/mit/xorg/lib/libX11/Makefile.libx11 cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libX11/dynamic/Makefile cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/libX11/static/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.