Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5993D63C484 for ; Sun, 6 Dec 2009 23:32:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0D99063B1A6; Sun, 6 Dec 2009 23:32:58 +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 09A6C63B126 for ; Sun, 6 Dec 2009 23:32:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DEE1D175DD; Sun, 6 Dec 2009 23:32:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 6 Dec 2009 23:32:56 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/misc/ipbt To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20091206233256.DEE1D175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: dholland Date: Sun Dec 6 23:32:56 UTC 2009 Modified Files: pkgsrc/misc/ipbt: Makefile distinfo pkgsrc/misc/ipbt/patches: patch-aa Log Message: Update to r8765. pkgsrc changes: - use REPLACE_PERL instead of hand-rolled sed - use ncursesw - make curses selection work - add INSTALLATION_DIRS upstream changes: Changes to support Unicode terminals. Link against ncursesw instead of ncurses, since the former knows how to translate ACS_ULCORNER et al into the right Unicode code points; also call setlocale() before starting up curses, so that it knows it has to. Also closes PR pkg/37366. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/ipbt/Makefile pkgsrc/misc/ipbt/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/misc/ipbt/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.