From owner-svn-src-head@freebsd.org Tue May 23 21:56:16 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 719D7D7BA54; Tue, 23 May 2017 21:56:16 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 394ED1B7E; Tue, 23 May 2017 21:56:15 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2016.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 86FC0260874; Tue, 23 May 2017 23:56:13 +0200 (CEST) Subject: Re: svn commit: r318757 - head To: Alexey Dokuchaev , Ed Maste Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org, "kwm@freebsd.org" References: <201705232025.v4NKPnrH001395@repo.freebsd.org> <20170523213306.GA74154@FreeBSD.org> From: Hans Petter Selasky Message-ID: <9f3bfde8-370c-0d22-d076-1e57cbba4aa0@selasky.org> Date: Tue, 23 May 2017 23:54:14 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <20170523213306.GA74154@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 May 2017 21:56:16 -0000 On 05/23/17 23:33, Alexey Dokuchaev wrote: > On Tue, May 23, 2017 at 08:25:49PM +0000, Ed Maste wrote: >> New Revision: 318757 >> URL: https://svnweb.freebsd.org/changeset/base/318757 >> >> Log: >> Add note to UPDATING for ino64 to follow the standard upgrade process >> ... >> +20170523: >> + The "ino64" 64-bit inode project has been committed, which extends >> + a number of types to 64 bits. > > For the dumb people among us, what is it all about? E.g., what's so cool > about it? Hi, /usr/ports/multimedia/webcamd should be updated after this change to the latest version. See e-mail to freebsd-multimedia@freebsd.org . Else there will be some breakage in /usr/ports for X.org . I would prefer that webcamd was updated before putting this change into -head, but anyway the road is a bit bumpy sometimes. --HPS