From owner-freebsd-stable@FreeBSD.ORG Sun Sep 1 14:21:30 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8C7C8AE7 for ; Sun, 1 Sep 2013 14:21:30 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62D582E3C for ; Sun, 1 Sep 2013 14:21:30 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id hz10so4186171pad.2 for ; Sun, 01 Sep 2013 07:21:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=1P8urz8Sg34+IeYuT8/XNCz6KsqN/mIx7rAypfQRtbo=; b=A83blmdcOibFRCc2OsRUTdFdryfeVdBpM6GQd1+oLlw1CFCEtVp4RPKsGvpHgq+XoN EM9egXfwhowUpW+KMyNlrRvkMnF8UuzTft7aMnfwaIgGkIgfRMLcaTj0h95EAsv7XaxS ytjU3JFygDh32G5GDGhAjAXt4ER+WSPK6iF80= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=1P8urz8Sg34+IeYuT8/XNCz6KsqN/mIx7rAypfQRtbo=; b=K4Pz4wwxKH5cCmjN/kjssgBMVAPNSCQlhQH80e9i1/ZATRmZfRTVTA2QQXoMnS47s/ oOetITWEXooBIO4K3IkDLH+budApDwlJPaXRWFveJrMh1HYWGNr8jrc1Iaj5vhmRcmcQ H0j5HNjUMwMdFVe1SdiGZtQne1wlEE2hIm0RGL9qR2+ISS03tTv0ePap6eMPOTySlovR k4bFN/vZBLMp0dq4+hLH85QXw1eVn5/kMm9Q1j56bR68rnFxTN1oEKY/KXebSHwm9WxC 1/4hRczK0BjyQ0aYP7ZyJdZVexTfIn8heNkOLJMSUtuMEl86+k/iypK9QaFTZGAWe5/s H/eQ== X-Gm-Message-State: ALoCoQlh44s6g/zev4ScqCJLvhmpSk96FPYMlJ8fA483F2q95FpNYBuuXn2NIOILvomuff9j2SL5 X-Received: by 10.66.156.199 with SMTP id wg7mr21179447pab.81.1378045290008; Sun, 01 Sep 2013 07:21:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.6.3 with HTTP; Sun, 1 Sep 2013 07:20:59 -0700 (PDT) In-Reply-To: <5222F285.20006@gmail.com> References: <1377894637267-5840455.post@n5.nabble.com> <5222F285.20006@gmail.com> From: Eitan Adler Date: Sun, 1 Sep 2013 10:20:59 -0400 Message-ID: Subject: Re: Some PR never seen to delete To: David Demelier Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 14:21:30 -0000 On Sun, Sep 1, 2013 at 3:53 AM, David Demelier wrote: > On 30.08.2013 22:30, Jakub Lach wrote: >> Why would you want to have valid ones closed? >> > > They are not all valids anymore. For these, they should be closed. I closed 2010/09/16 kern/150628 [acd] [ata] burncd(1) can't write to optical drive 2011/01/25 ports/154288 glewis[patch] games/nethack*: remove old ports and cleanup latest 2012/12/23 ports/174650 xfcex11-wm/xfce4 crash with Which of the others are completely invalid now (as opposed to just old?) >For the other, they are > almost 3 years old. Merely being old doesn't mean they won't be fixed: I have committed fixes for 10 year old PRs. ;) -- Eitan Adler