Received: by mail.netbsd.org (Postfix, from userid 605) id 3DEEC84D9E; Tue, 13 Apr 2021 08:09:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 784AD84D14 for ; Tue, 13 Apr 2021 08:09:24 +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 AWy6dV4e_fEZ for ; Tue, 13 Apr 2021 08:09:24 +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 C3AE184D04 for ; Tue, 13 Apr 2021 08:09:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0834FA95; Tue, 13 Apr 2021 08:09:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618301363295190" MIME-Version: 1.0 Date: Tue, 13 Apr 2021 08:09:23 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210413080923.C0834FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618301363295190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Apr 13 08:09:23 UTC 2021 Modified Files: pkgsrc/x11: Makefile Removed Files: pkgsrc/x11/9term: DESCR Makefile PLIST distinfo pkgsrc/x11/9term/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-libtext_text.c patch-libtext_text.h Log Message: remove x11/9term fails to build on everything, never mind not being 64-bit clean, being dead upstream, its DESCR saying it's incomplete, and only being packaged by us To generate a diff of this commit: cvs rdiff -u -r1.924 -r1.925 pkgsrc/x11/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/x11/9term/DESCR pkgsrc/x11/9term/PLIST cvs rdiff -u -r1.26 -r0 pkgsrc/x11/9term/Makefile cvs rdiff -u -r1.9 -r0 pkgsrc/x11/9term/distinfo cvs rdiff -u -r1.4 -r0 pkgsrc/x11/9term/patches/patch-aa cvs rdiff -u -r1.3 -r0 pkgsrc/x11/9term/patches/patch-ab \ pkgsrc/x11/9term/patches/patch-ae cvs rdiff -u -r1.2 -r0 pkgsrc/x11/9term/patches/patch-ac \ pkgsrc/x11/9term/patches/patch-ad pkgsrc/x11/9term/patches/patch-af \ pkgsrc/x11/9term/patches/patch-ai cvs rdiff -u -r1.1 -r0 pkgsrc/x11/9term/patches/patch-ag \ pkgsrc/x11/9term/patches/patch-ah \ pkgsrc/x11/9term/patches/patch-libtext_text.c \ pkgsrc/x11/9term/patches/patch-libtext_text.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618301363295190 Content-Disposition: inline Content-Length: 464 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.924 pkgsrc/x11/Makefile:1.925 --- pkgsrc/x11/Makefile:1.924 Tue Apr 6 08:34:00 2021 +++ pkgsrc/x11/Makefile Tue Apr 13 08:09:23 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.924 2021/04/06 08:34:00 tnn Exp $ +# $NetBSD: Makefile,v 1.925 2021/04/13 08:09:23 nia Exp $ # COMMENT= Packages to support the X window system -SUBDIR+= 9term SUBDIR+= XaoS SUBDIR+= Xaw-Xpm SUBDIR+= Xbae --_----------=_1618301363295190--