From owner-svn-doc-head@freebsd.org Mon Nov 6 13:52:47 2017 Return-Path: Delivered-To: svn-doc-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 56B9BE5EA23; Mon, 6 Nov 2017 13:52:47 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 195466FE9B; Mon, 6 Nov 2017 13:52:46 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id CC103BDD25; Mon, 6 Nov 2017 14:52:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to:cc :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=8nb2v1J+tuB Z+ne2geFY7aJEDbw=; b=DZZkrzv219VSrjxuHB05ANTD+4OCRJfoUWqfqbokirz /Mcf2NXQWnOwowtP1h6PXj52STzHDVYC93rA0vQHUUbIo6PKy26H9B7zupyml8MJ jgp/F7pfI8WLtR2Nwk0q6lFUsPzsJm1+P/HzZcFKyPiUGK2z+N0F/CHdQ5fgMDSY = Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 83823BDD1E; Mon, 6 Nov 2017 14:52:39 +0100 (CET) Subject: Re: svn commit: r51178 - head/en_US.ISO8859-1/books/porters-handbook/makefiles To: Eitan Adler , Remko Lodder Cc: "Danilo G. Baio" , doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org References: <201711042227.vA4MR3h8098900@repo.freebsd.org> <3881A9EB-3B76-494A-B527-9265AC7F6305@FreeBSD.org> From: Mathieu Arnold Message-ID: Date: Mon, 6 Nov 2017 14:52:37 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2017 13:52:47 -0000 Le 05/11/2017 =C3=A0 21:42, Eitan Adler a =C3=A9crit=C2=A0: > On 5 November 2017 at 10:58, Remko Lodder wrote: >>> On 5 Nov 2017, at 06:20, Eitan Adler wrote: >>> >>> On 4 November 2017 at 15:27, Danilo G. Baio wrote= : >>>> Author: dbaio (ports committer) >>>> Date: Sat Nov 4 22:27:03 2017 >>>> New Revision: 51178 >>>> URL: https://svnweb.freebsd.org/changeset/doc/51178 >>>> >>>> Log: >>>> books/porters-handbook: Update list of licenses >>>> >>>> Reviewed by: rene >>>> Approved by: rene >>>> Differential Revision: D12943 >>>> >>>> Modified: >>>> head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml >>> I mentioned this on review as well: >>> >>> We should point to SPDX https://spdx.org/licenses/ for almost all >>> licenses instead of redocumenting them here. >> I dont think this is wrong. Having a local explanation of what license= s -we- use is >> good enough. The moment that spdx.org somehow gets unavailable, we sti= ll have >> our local information about it. > Sure - so long as until they (a group managed by the Linux Foundation) > go out of existence - we remain in sync with them. Note that *our* source of information is Mk/bsd.licenses.db.mk, the list we have in the Porter's Handbook is a direct extract from what we have in the ports tree. There is a shell script to auto-generate the table. --=20 Mathieu Arnold