Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=y5cUoPp3; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=qhzALlkD Received: by mail.netbsd.org (Postfix, from userid 605) id 08C5D84EBC; Mon, 6 May 2024 07:58:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714982306; bh=wfIY1M4KIFz2tswbCVGNmSljrKjOs1bG5yYX5gjdPjc=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=y5cUoPp3maAKCDK6ak/GOlHTPLtSA9Mp3HTv6UW4K4AZuAbcjNmU+RMvMvg+LEwB3 4/L3rurrLRNNTdSqgppQrkmM84vi4A8bomP8xzCEw34bpQwra4Q46i/t10hGLDlEuY 1X3bSlHPSsZMtxTp/r1TV6lu9pD8VW5kn6YO9oAg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE5AA84D3E for ; Mon, 6 May 2024 07:58:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id so15rXNESvTd for ; Mon, 6 May 2024 07:58:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4041B84CC9 for ; Mon, 6 May 2024 07:58:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714982304; bh=wfIY1M4KIFz2tswbCVGNmSljrKjOs1bG5yYX5gjdPjc=; h=Date:From:Subject:To:Reply-To; b=qhzALlkD+BW9GnFO65zLaEnocw+bET3FaXmsOzh9uHVy8Q7iy4jWcTi9Dc9x4xqGo uoyVlJJwVwXvBsXQGC/AYt27uKgEC4ExNQ/1IUru28Eeycd8KwppbW3Wo16a6wuWGE I6i7Qc0KLmFAgpL23biL6cOsA8lkphrVp4uuNJb4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B848FA2C; Mon, 6 May 2024 07:58:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171498230452430" MIME-Version: 1.0 Date: Mon, 6 May 2024 07:58:24 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/devel/ncurses To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20240506075824.3B848FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171498230452430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon May 6 07:58:24 UTC 2024 Modified Files: pkgsrc/devel/ncurses: builtin.mk Log Message: ncurses: Remove USE_NCURSES support. This was superseded by USE_CURSES many years ago. If this file is being included then we are already using ncurses. This only removes support for the variable, removing it from individual packages will come later. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/ncurses/builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171498230452430 Content-Disposition: inline Content-Length: 1246 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ncurses/builtin.mk diff -u pkgsrc/devel/ncurses/builtin.mk:1.49 pkgsrc/devel/ncurses/builtin.mk:1.50 --- pkgsrc/devel/ncurses/builtin.mk:1.49 Mon May 6 07:57:35 2024 +++ pkgsrc/devel/ncurses/builtin.mk Mon May 6 07:58:24 2024 @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.49 2024/05/06 07:57:35 jperkin Exp $ +# $NetBSD: builtin.mk,v 1.50 2024/05/06 07:58:24 jperkin Exp $ BUILTIN_PKG:= ncurses @@ -76,25 +76,6 @@ USE_BUILTIN.ncurses!= \ .endif MAKEVARS+= USE_BUILTIN.ncurses -# If USE_NCURSES is set to yes, the use of an ncurses implementation -# is forced. -.if defined(USE_NCURSES) && ${USE_NCURSES:U:tl} == yes -. if ${IS_BUILTIN.ncurses:tl} == no -USE_BUILTIN.ncurses= no -. endif -.endif -# If it is set to chgat, a curses implementation with chgat(3) support -# is considered good enough. -.if defined(USE_NCURSES) && ${USE_NCURSES:U:tl} != yes -. if ${USE_NCURSES:U} == chgat && ${H_CURSES:U} == __nonexistent__ -USE_BUILTIN.ncurses= no -. endif -# same for wsyncup(3) -. if ${USE_NCURSES:U} == wsyncup && !empty(H_CURSES1:M__nonexistent__) -USE_BUILTIN.ncurses= no -. endif -.endif - # Define BUILTIN_LIBNAME.ncurses to be the base name of the built-in # ncurses library. # --_----------=_171498230452430--