Received: by mail.netbsd.org (Postfix, from userid 605) id 5250E84FFB; Mon, 8 Jan 2024 21:30:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C99D984F7A for ; Mon, 8 Jan 2024 21:30:06 +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 ywOqW39iL8ct for ; Mon, 8 Jan 2024 21:30:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2550D84C2C for ; Mon, 8 Jan 2024 21:30:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F0F1FA42; Mon, 8 Jan 2024 21:30:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1704749406209390" MIME-Version: 1.0 Date: Mon, 8 Jan 2024 21:30:06 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/shells/fish To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20240108213006.1F0F1FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1704749406209390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Jan 8 21:30:06 UTC 2024 Modified Files: pkgsrc/shells/fish: Makefile Log Message: fish: remove remnants of terminfo hack I needed this for an issue that appeared in netbsd-current's binutils but when updating to the latest, this terminfo hack is no longer necessary. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/shells/fish/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1704749406209390 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/fish/Makefile diff -u pkgsrc/shells/fish/Makefile:1.50 pkgsrc/shells/fish/Makefile:1.51 --- pkgsrc/shells/fish/Makefile:1.50 Sun Jan 7 16:08:52 2024 +++ pkgsrc/shells/fish/Makefile Mon Jan 8 21:30:05 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2024/01/07 16:08:52 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2024/01/08 21:30:05 maya Exp $ DISTNAME= fish-3.7.0 CATEGORIES= shells @@ -54,7 +54,6 @@ post-extract: # ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set CMAKE_GENERATOR= make -.include "../../mk/terminfo.buildlink3.mk" .include "../../mk/curses.buildlink3.mk" .include "../../devel/cmake/build.mk" .include "../../devel/pcre2/buildlink3.mk" --_----------=_1704749406209390--