Received: by mail.netbsd.org (Postfix, from userid 605) id 0289484F6F; Tue, 10 May 2022 13:10:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A83284F6E for ; Tue, 10 May 2022 13:10:15 +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 INbMxpYVeodc for ; Tue, 10 May 2022 13:10:14 +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 8017D84D4B for ; Tue, 10 May 2022 13:10:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06DBCFA94; Tue, 10 May 2022 13:10:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165218823051530" MIME-Version: 1.0 Date: Tue, 10 May 2022 13:10:30 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/tig To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220510131030.06DBCFA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165218823051530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue May 10 13:10:29 UTC 2022 Modified Files: pkgsrc/devel/tig: Makefile Log Message: tig: needs gsed. Should fix the build on Solaris. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/tig/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165218823051530 Content-Disposition: inline Content-Length: 705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/tig/Makefile diff -u pkgsrc/devel/tig/Makefile:1.20 pkgsrc/devel/tig/Makefile:1.21 --- pkgsrc/devel/tig/Makefile:1.20 Wed Jan 12 21:39:33 2022 +++ pkgsrc/devel/tig/Makefile Tue May 10 13:10:29 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2022/01/12 21:39:33 fcambus Exp $ +# $NetBSD: Makefile,v 1.21 2022/05/10 13:10:29 fcambus Exp $ DISTNAME= tig-2.5.5 CATEGORIES= devel scm @@ -15,7 +15,7 @@ TOOL_DEPENDS+= xmlto-[0-9]*:../../textpr DEPENDS+= git-base-[0-9]*:../../devel/git-base GNU_CONFIGURE= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake gsed USE_NCURSES= yes # Display issues with NetBSD curses(3) CONF_FILES= ${EGDIR}/tigrc ${PKG_SYSCONFDIR}/tigrc --_----------=_165218823051530--