Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 562A384E7A for ; Sat, 16 Sep 2023 21:34:17 +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 WzW8Zgu6ztaY for ; Sat, 16 Sep 2023 21:34:16 +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 D7D1584CD8 for ; Sat, 16 Sep 2023 21:34:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB1E9FBDB; Sat, 16 Sep 2023 21:34:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169490005617560" MIME-Version: 1.0 Date: Sat, 16 Sep 2023 21:34:16 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230916213416.CB1E9FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169490005617560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sat Sep 16 21:34:16 UTC 2023 Modified Files: pkgsrc/x11: Makefile Log Message: x11/Makefile: remove vte029 To generate a diff of this commit: cvs rdiff -u -r1.997 -r1.998 pkgsrc/x11/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169490005617560 Content-Disposition: inline Content-Length: 576 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/Makefile diff -u pkgsrc/x11/Makefile:1.997 pkgsrc/x11/Makefile:1.998 --- pkgsrc/x11/Makefile:1.997 Thu Sep 7 03:26:52 2023 +++ pkgsrc/x11/Makefile Sat Sep 16 21:34:16 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.997 2023/09/07 03:26:52 jnemeth Exp $ +# $NetBSD: Makefile,v 1.998 2023/09/16 21:34:16 gutteridge Exp $ # COMMENT= Packages to support the X Window System @@ -453,7 +453,6 @@ SUBDIR+= unibar SUBDIR+= unicode-screensaver SUBDIR+= viewres SUBDIR+= vte -SUBDIR+= vte029 SUBDIR+= vte3 SUBDIR+= wdm SUBDIR+= wired-notify --_----------=_169490005617560--