From owner-svn-src-all@freebsd.org Wed Apr 3 22:52:27 2019 Return-Path: Delivered-To: svn-src-all@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 CEEA01556333; Wed, 3 Apr 2019 22:52:27 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (162-251-186-162.surfnetc.com [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D90C715EB; Wed, 3 Apr 2019 22:52:26 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id x33MqNFi095580 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 3 Apr 2019 15:52:23 -0700 (PDT) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id x33MqNId095579; Wed, 3 Apr 2019 15:52:23 -0700 (PDT) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Wed, 3 Apr 2019 15:52:23 -0700 From: Gleb Smirnoff To: Harti Brandt Cc: Baptiste Daroussin , "Andrey V. Elsukov" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r345797 - in head: contrib/bsnmp/gensnmptree contrib/bsnmp/lib contrib/bsnmp/snmpd lib/libbsnmp/libbsnmp usr.sbin/bsnmpd/bsnmpd Message-ID: <20190403225223.GE3562@FreeBSD.org> References: <201904021250.x32Co13P053573@repo.freebsd.org> <20190402134019.j325zduvwstcgz3s@ivaldir.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) X-Rspamd-Queue-Id: 0D90C715EB X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.946,0]; ASN(0.00)[asn:27348, ipnet:162.251.186.0/24, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2019 22:52:28 -0000 Hi Harti, On Tue, Apr 02, 2019 at 04:24:10PM +0200, Harti Brandt wrote: H> BD>Jumping in this commit, maybe it is time to move bsnmpd out of contrib, given H> BD>that all the dev appears to only be in our own source tree right? H> H> Actually I have a private tree that has some more stuff in it than there H> is in the contrib tree in FreeBSD. I usually do modifications first in H> that tree, then I bring it to FreeBSD. If somebody commits modifications H> to FreeBSD I feed that back. H> H> One day I intend to put this into a public place. With your current setup already there is no point in having bsnmpd in contrib/. The normal software in contrib/ has a public upstream repo and releases. It can be imported into vendor SVN namespaces, and after that merged with svn into src/contrib. AFAIR, this was the case for bsnmpd in the past. Your current development setup virtually has no difference to any other FreeBSD developer that has local patches in /usr/src, or own fork of FreeBSD on github with modifications in area of interest. -- Gleb Smirnoff