From owner-svn-src-vendor@freebsd.org Thu May 24 20:01:14 2018 Return-Path: Delivered-To: svn-src-vendor@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB86AEFCC74; Thu, 24 May 2018 20:01:14 +0000 (UTC) (envelope-from kib@freebsd.org) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (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 4012380B5D; Thu, 24 May 2018 20:01:12 +0000 (UTC) (envelope-from kib@freebsd.org) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id w4OK10UP018016 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 24 May 2018 23:01:04 +0300 (EEST) (envelope-from kib@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua w4OK10UP018016 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id w4OK10VL018015; Thu, 24 May 2018 23:01:00 +0300 (EEST) (envelope-from kib@freebsd.org) X-Authentication-Warning: tom.home: kostik set sender to kib@freebsd.org using -f Date: Thu, 24 May 2018 23:01:00 +0300 From: Konstantin Belousov To: Gleb Smirnoff Cc: Xin LI , slavash@freebsd.org, hselasky@freebsd.org, "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , svn-src-vendor@freebsd.org Subject: Re: svn commit: r333668 - vendor/tcpdump/dist Message-ID: <20180524200100.GD88128@kib.kiev.ua> References: <201805160843.w4G8h8oW050800@repo.freebsd.org> <20180523212513.GR71675@FreeBSD.org> <20180524101122.GR88128@kib.kiev.ua> <20180524182703.GA71675@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180524182703.GA71675@FreeBSD.org> User-Agent: Mutt/1.10.0 (2018-05-17) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 20:01:15 -0000 On Thu, May 24, 2018 at 11:27:03AM -0700, Gleb Smirnoff wrote: > On Thu, May 24, 2018 at 01:11:22PM +0300, Konstantin Belousov wrote: > K> > Note that Slava didn't commit the mergeinfo update in head/, which should > K> > be done to take advantage of this maneuver. Without it, svn would have > K> > problem figuring the right delta. > K> I was puzzled by this statement, since Slava did not managed to handle > K> the move of the vendor commit into the contrib/ area yet at all. Then I > K> realized that this looks like it was forgotten. No, it is just slow > K> and might be finished by somebody else. > > He didn't move it to contrib/ because the change is already in contrib > for years. The vendor change came to vendor from us. There is more in the import than just the change already committed in HEAD. This import is done for a reason (fixing compilation error for another import), and not frivolously.