Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 939FC1A9239 for ; Wed, 28 Oct 2020 08:10:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E458D84DED; Wed, 28 Oct 2020 08:10:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54FD984DEA for ; Wed, 28 Oct 2020 08:10:11 +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 C3C36J-fJrEY for ; Wed, 28 Oct 2020 08:10:10 +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 AC78984D2F for ; Wed, 28 Oct 2020 08:10:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98C33FB28; Wed, 28 Oct 2020 08:10:10 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 28 Oct 2020 08:10:10 +0000 From: "Nia Alarie" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20201028081010.98C33FB28@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nia Alarie" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: nia Date: Wed Oct 28 08:10:10 UTC 2020 Modified Files: src/distrib/sets/lists/xbase: mi shl.mi src/distrib/sets/lists/xcomp: mi shl.mi src/distrib/sets/lists/xdebug: mi shl.mi src/external/mit/xorg/bin: Makefile src/external/mit/xorg/lib: Makefile Removed Files: src/external/mit/xorg/bin/xtrap: Makefile Makefile.xtrap src/external/mit/xorg/bin/xtrap/xtrapchar: Makefile src/external/mit/xorg/bin/xtrap/xtrapin: Makefile src/external/mit/xorg/bin/xtrap/xtrapinfo: Makefile src/external/mit/xorg/bin/xtrap/xtrapout: Makefile src/external/mit/xorg/bin/xtrap/xtrapproto: Makefile src/external/mit/xorg/bin/xtrap/xtrapreset: Makefile src/external/mit/xorg/bin/xtrap/xtrapstats: Makefile Log Message: xorg: retire XTrap library and sample clients the DEC-XTRAP extension is deprecated since 1994, so modern X servers do not support it the library was removed from pkgsrc last year and is not required by anything not-sample-client related in src if you try to query the protocol on netbsd, you get the following: $ xtrapproto Display: :0.0 Warning: Can't load DEC-XTRAP extension xtrapproto: could not initialize extension To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/distrib/sets/lists/xbase/mi cvs rdiff -u -r1.91 -r1.92 src/distrib/sets/lists/xbase/shl.mi cvs rdiff -u -r1.220 -r1.221 src/distrib/sets/lists/xcomp/mi cvs rdiff -u -r1.55 -r1.56 src/distrib/sets/lists/xcomp/shl.mi cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/xdebug/mi cvs rdiff -u -r1.57 -r1.58 src/distrib/sets/lists/xdebug/shl.mi cvs rdiff -u -r1.16 -r1.17 src/external/mit/xorg/bin/Makefile cvs rdiff -u -r1.1.1.1 -r0 src/external/mit/xorg/bin/xtrap/Makefile cvs rdiff -u -r1.3 -r0 src/external/mit/xorg/bin/xtrap/Makefile.xtrap cvs rdiff -u -r1.1.1.1 -r0 src/external/mit/xorg/bin/xtrap/xtrapchar/Makefile cvs rdiff -u -r1.1.1.1 -r0 src/external/mit/xorg/bin/xtrap/xtrapin/Makefile cvs rdiff -u -r1.1.1.1 -r0 src/external/mit/xorg/bin/xtrap/xtrapinfo/Makefile cvs rdiff -u -r1.1.1.1 -r0 src/external/mit/xorg/bin/xtrap/xtrapout/Makefile cvs rdiff -u -r1.1.1.1 -r0 \ src/external/mit/xorg/bin/xtrap/xtrapproto/Makefile cvs rdiff -u -r1.1.1.1 -r0 \ src/external/mit/xorg/bin/xtrap/xtrapreset/Makefile cvs rdiff -u -r1.1.1.1 -r0 \ src/external/mit/xorg/bin/xtrap/xtrapstats/Makefile cvs rdiff -u -r1.53 -r1.54 src/external/mit/xorg/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.