From owner-freebsd-stable@FreeBSD.ORG Sun Mar 23 15:38:44 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77FB45CD for ; Sun, 23 Mar 2014 15:38:44 +0000 (UTC) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id 598046C9 for ; Sun, 23 Mar 2014 15:38:43 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 4FBB55607C; Sun, 23 Mar 2014 10:38:43 -0500 (CDT) Date: Sun, 23 Mar 2014 10:38:43 -0500 From: Mark Linimon To: Jim Ohlstein Subject: Re: reason 23 why we've moved to linux Message-ID: <20140323153843.GA16935@lonesome.com> References: <532EDDD0.80700@ohlste.in> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <532EDDD0.80700@ohlste.in> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Randy Bush , freebsd-stable stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 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, 23 Mar 2014 15:38:44 -0000 On Sun, Mar 23, 2014 at 09:12:48AM -0400, Jim Ohlstein wrote: > last I checked there were over 1500 active ports related PR's alone. Current count is 1851. See http://portsmon.freebsd.org/portsoverall.py . The whole list is at: http://portsmon.freebsd.org/portsprsbyexplanation.py?explanation=existing&sortby=prnumber&reverse . I did a little rough data reduction for curiosity about changes related to "new infra": % grep -i clang foo | wc -l 32 % grep -i stage foo | wc -l 37 % grep -i staging foo | wc -l 31 % grep -i options foo | wc -l 31 % grep -i cflags foo | wc -l 5 % grep USE_ foo | wc -l 22 % grep WITH_ foo | wc -l 19 as opposed to: % grep -i update foo | wc -l 280 NB: I didn't check for overlaps. I was expected to see more "new infra" changes than 200. I will note that about a third of the PRs are from the last 3 months. I no longer have an insight into how fast PRs are turned over but it is quite brisk. mcl