Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id C908C63C49F for ; Wed, 24 Feb 2010 18:08:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 526D663B39F; Wed, 24 Feb 2010 18:08:13 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 757B463B111 for ; Wed, 24 Feb 2010 18:08:12 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 5B27A175DF; Wed, 24 Feb 2010 18:08:12 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 24 Feb 2010 18:08:12 +0000 From: Matthias Drochner Subject: CVS commit: pkgsrc/audio/ncmpc To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20100224180812.5B27A175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: drochner Date: Wed Feb 24 18:08:12 UTC 2010 Modified Files: pkgsrc/audio/ncmpc: Makefile distinfo options.mk Added Files: pkgsrc/audio/ncmpc/patches: patch-ae Log Message: -NetBSD-current's wide curses is good enough -- I'm assuming that any builtin wide curses which is recognized by pkgsrc/ncursesw/builtin.mk is fine. -Set the keyboard mode to raw() explicitely. ncurses seems to do this in some magical way, didn't find a hint in documentation. -Explicitely disable widechar support if the pkgsrc option is deselected - otherwise it gets enabled unwantedly if widechar support is found in the normal curses lib. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/audio/ncmpc/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/ncmpc/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/ncmpc/options.mk cvs rdiff -u -r0 -r1.1 pkgsrc/audio/ncmpc/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.