From owner-svn-src-all@FreeBSD.ORG Tue Feb 25 10:29:07 2014 Return-Path: Delivered-To: svn-src-all@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 579A799; Tue, 25 Feb 2014 10:29:07 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68AF01834; Tue, 25 Feb 2014 10:29:06 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id hi5so4086570wib.1 for ; Tue, 25 Feb 2014 02:29:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8Ggi7MPMTAgrfg6Ms61U7JDH0qC996AmYuMnYmbeE3w=; b=DggzAlalD7r4CMe1jlylXTyDp/ADiLXvpEMBpIxouah606fAH9y//ZD8pIQt5pHuNc lgQJPsNtJLWgypPjLO4j/+Irw/5vrShOwRx7Qgr5vxN0+UtSLsRWRYALuFHD1nV8NAAH feuBpqrwOZr41uPR4UlxARUJ/ubcZ/ZSu/hMeclkTXAQS9cI3EMAZMKmbK1zARSp5moY QAU8e6RXtPo/qvj1ttYwaJt3fByR1ld9cMG7fksfus956dvaKna5bI5y9XuA996VZ5Ha KvtgKW1HyRYAR7WXe4afsPKjB1s5BXODxJfppU2+lpfd/+z1UZqaWIE7MQ/LjLLZ212x WjQA== X-Received: by 10.194.93.193 with SMTP id cw1mr926963wjb.72.1393324142330; Tue, 25 Feb 2014 02:29:02 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id t6sm32716070wix.4.2014.02.25.02.29.00 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 25 Feb 2014 02:29:00 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 25 Feb 2014 11:28:58 +0100 From: Baptiste Daroussin To: David Chisnall Subject: Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/build... Message-ID: <20140225102858.GG83610@ithaqua.etoilebsd.net> References: <201402210726.s1L7QnBP007144@svn.freebsd.org> <20140222082350.GA2705@server.rulingia.com> <20140222121438.GO1699@ithaqua.etoilebsd.net> <20140225062222.GB2705@server.rulingia.com> <20140225075220.GF83610@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RDS4xtyBfx+7DiaI" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Peter Jeremy X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 25 Feb 2014 10:29:07 -0000 --RDS4xtyBfx+7DiaI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 25, 2014 at 08:49:47AM +0000, David Chisnall wrote: > On 25 Feb 2014, at 07:52, Baptiste Daroussin wrote: >=20 > > On Tue, Feb 25, 2014 at 05:22:22PM +1100, Peter Jeremy wrote: > >> On 2014-Feb-22 13:14:38 +0100, Baptiste Daroussin w= rote: > >>> On Sat, Feb 22, 2014 at 07:23:50PM +1100, Peter Jeremy wrote: > >>>> I'd also query the reason for including Debian-specific code in the > >>>> FreeBSD base. > >>=20 > >>> Where have you seen debian specific code? > >>=20 > >> /usr/src/contrib/dma/debian - as far as I can tell, this directory is > >> Debion specific. I thought we stripped out irrelevant code from third > >> party imports but looking wider, there is similarly irrelevant code in > >> a variety of other contrib imports. I'll withdraw that objection. > >>=20 > >> --=20 > >> Peter Jeremy > >=20 > > Have you already looked at how contrib works? who cares FYI you can als= o find > > some win32 specific code in there, debian packaging code, rpm spec file= s etc. >=20 > For the libc++ imports, we strip out the support directory, which contain= s Solaris and Win32-specific stuff. If we end up with a support/freebsd, t= hen we'll bring that in, but not support/solaris and support/win32. That s= tuff is in the vendor branch, but it just seems polite not to make people w= ho check out head get files that are never used when building FreeBSD in an= y configuration. >=20 > David Last time I asked about those (iirc when importing byacc) I have been told = that as long as they are not huge (aka take long to checkout) we do not care abo= ut them anymore and that simplifies mergeing from vendor. regards, Bapt --RDS4xtyBfx+7DiaI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlMMcGkACgkQ8kTtMUmk6EzZyACfX3+0aK1aMHeUZFPZux8hbMoO fzUAn06XnPsz1BWAznXX2Y2qO3UHw7tf =NdMt -----END PGP SIGNATURE----- --RDS4xtyBfx+7DiaI--