From owner-svn-ports-head@freebsd.org Thu May 19 12:23:06 2016 Return-Path: Delivered-To: svn-ports-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 27FF9B40113; Thu, 19 May 2016 12:23:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1CC20106D; Thu, 19 May 2016 12:23:06 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 1B4731251; Thu, 19 May 2016 12:23:06 +0000 (UTC) Date: Thu, 19 May 2016 12:23:06 +0000 From: Alexey Dokuchaev To: Ed Maste Cc: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r415078 - in head: . Mk Message-ID: <20160519122306.GA24015@FreeBSD.org> References: <201605121820.u4CIKROJ004026@repo.freebsd.org> <20160513160151.GA30219@FreeBSD.org> <20160513182837.GF49383@ivaldir.etoilebsd.net> <20160513201919.GA48945@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2016 12:23:06 -0000 On Mon, May 16, 2016 at 10:21:07AM -0400, Ed Maste wrote: > On 13 May 2016 at 16:19, Alexey Dokuchaev wrote: > > > > Anyway, why this information can't be fetched from the metadata? > > I think this one wasn't addressed in bapt's reply. Since the ports > tree can also be obtained as a tar file independent of any VCS, > requiring a ports repo in svn/git/hg to obtain the metadata is not > viable. Thank you Ed, I was a bit disappointed that it was ignored. :-( I'm still not convinced though, sorry. Ports tree can be obtained by a number of means, but this new ugly TIMESTAMP thingy is added for a very specific usecase, and there should be no problem to require that for that particular usecase, exported ports tree must have its files' mtimes correctly set. (If svn/git/hg are not setting right mtimes on export, they should be fixed.) It looks more like quick'n'dirty hack rather than thoroughly thought-out solution. ./danfe