From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 2 21:32:32 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A98A51065672; Mon, 2 Nov 2009 21:32:32 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay2.uni-muenster.de (ZIVM-EXRELAY2.UNI-MUENSTER.DE [128.176.192.15]) by mx1.freebsd.org (Postfix) with ESMTP id 0880A8FC08; Mon, 2 Nov 2009 21:32:31 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.44,670,1249250400"; d="scan'208";a="227901242" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER04.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay2.uni-muenster.de with ESMTP; 02 Nov 2009 22:32:30 +0100 Received: by ZIVMAILUSER04.UNI-MUENSTER.DE (Postfix, from userid 149459) id 2C9041B07BE; Mon, 2 Nov 2009 22:32:30 +0100 (CET) Date: Mon, 02 Nov 2009 22:32:29 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , Alexander Best Message-ID: In-Reply-To: <86bpjmkxre.fsf@ds4.des.no> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Ed Schouten , freebsd-hackers@freebsd.org, pluknet , Antony Mawer , rafan@freebsd.org Subject: Re: help needed to fix contrib/ee crash/exit when receiving SIGWINCH X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2009 21:32:32 -0000 Dag-Erling Sm=F8rgrav schrieb am 2009-11-01: > Alexander Best writes: > > great news. so should the PR be closed or should it remain in > > patched state in > > order for 7.x to get patched? > Set it to "patched" until you've merged the patch to 6, 7 and 8 > (IIRC, 6 > has the new ncurses as well) ok. the pr stays in patched state. right now the patch is in HEAD, 8-STABLE and 8.0-RELEASE. rafan is thinking about mfc'ing the patch to 6-stable and 7-stable. however if somebody is willing to modify the patch so it applies = to those branches that'll be great > > another question: how about our ncurses base version in general? > > should it > > remain the ncurses release version with our own patchset or would > > it be better > > to update it more frequently with the official ncurses patchsets? i > > guess this > > is the way acpi in the base dir is being handled. vendor updates > > get > > integrated on the fly into the base dir. > I would just import releases, unless there is a compelling reason to > import a patchset (i.e. it fixes a serious bug and we can't easily > apply > just that one patch). my thoughts exactly. ncurses in the base dir is quite up to date. however i personally think that other contributed software should really be updated (binutils e.g.). but that's another story. ;) > DES