From owner-svn-src-all@FreeBSD.ORG Mon May 18 15:41:58 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5FE9EA4; Mon, 18 May 2015 15:41:58 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6CC7B1A21; Mon, 18 May 2015 15:41:58 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id A890FBDC2E; Mon, 18 May 2015 17:41:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=absolight.fr; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=LGpjtsLhLjF 4jejmdwrOT9CCl4w=; b=PmySj/sBdiyMX9tx0t3oxhF14kd7rXnxnWrWcrkAwKE SoZGDx6BE1E/HkQ1Bba5ZWjqSktBllhRDar2s4XyphRNoAXx4kfQvhwyBKmeyJ1i WSPyKZyVRThYw3+T9rJ153eAGCJ+eiJ21jb4TJfa7qoYeLk0gUbur0BsmMhqw4C8 = Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 834E6BDC25; Mon, 18 May 2015 17:41:55 +0200 (CEST) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 83F236125; Mon, 18 May 2015 17:41:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id CC40F5E0F45; Mon, 18 May 2015 17:41:53 +0200 (CEST) Date: Mon, 18 May 2015 17:41:53 +0200 From: Mathieu Arnold To: Ed Maste cc: Ian Lepore , src-committers@freebsd.org, Eitan Adler , svn-src-all@freebsd.org, svn-src-head@freebsd.org, Garrett Cooper Subject: Re: svn commit: r282985 - in head/sys: arm/annapurna arm/annapurna/alpine arm/annapurna/alpine/hal arm/conf boot/fdt/dts/arm Message-ID: In-Reply-To: References: <201505151825.t4FIPnxJ099637@svn.freebsd.org> <059F2C65-F92D-445C-B603-0FAE0CAF976D@gmail.com> <1431877581.91685.49.camel@freebsd.org> <7F73A915E7DF0EE8DC6149EC@atuin.in.mat.cc> <1431957864.91685.57.camel@freebsd.org> <64FE26BD563665E5F1B3D0C8@ogg.in.absolight.net> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 18 May 2015 15:41:58 -0000 +--On 18 mai 2015 10:52:29 -0400 Ed Maste wrote: | On 18 May 2015 at 10:11, Mathieu Arnold wrote: |> |> Mmmm, if this can be done only for base, and not for ports, sure, but |> ports need to be able to add patches with CRLF endings, because upstream |> software comes in all flavors, including CRLF files we need to be able |> to patch. | | Sure it could, we could configure it however we want. | | Note that we'll likely need to support CRLF in base anyway - one | obvious example is test cases for CRLF handling in various tools. I'd | imagine we could add an SVN keyword like fbsd:crlf=yes, along the | lines of fbsd:nokeywords=yes. | | Do you know how common CRLF or partial CRLF files are in the ports | tree? If it's only a handful that scheme could work there too. $ ag -l '\r' /usr/ports/|wc -l 95 there's a bit more than a handful, but it could work, yes. If you want to have a look at a typical one, /usr/ports/shells/ibsh/files/patch-Makefile :-) But I think Eitan was talking about Phabricator, in this case, it'd need to work there too. -- Mathieu Arnold