From owner-svn-src-all@FreeBSD.ORG Fri Jan 31 16:46:41 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 2CEA68D3; Fri, 31 Jan 2014 16:46:41 +0000 (UTC) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 291621231; Fri, 31 Jan 2014 16:46:40 +0000 (UTC) Received: by mail-wg0-f45.google.com with SMTP id n12so9498720wgh.24 for ; Fri, 31 Jan 2014 08:46:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=Sr9CDc63/esg010qVpfSOwyuWvOiQlFDG7tjZs2mGTk=; b=S4XEi2eFWMEB5tJ9l41GWhXu+ORdrL6WR1jKnTmMhh8nynlAX780g6Yp3H9Jsy1emJ nRH8RqX0KZv4vV1NgxKWSBgzTQvQwAQo1g2ls6HrBst01FXIztQf6qfi29a4eqMjCaJA B0jEl5GYnE8VcaolVf5Mdvw11/v3iw2D+EilIGUS4e3YJEszn7seJ32ir279ueFbXcGp qiK55jAmIVtadm84dNPyZ3ZKl58paniCfK3LfdIMvU21M+Azm0+WxE82SvEcLAdY7Krs e1FhW0KaxfWy7ALE4802BLM8kgLJn10ieaC6nxGdjwve5GmBGWt3muegPiQF8RVd9Qmn v2Jg== MIME-Version: 1.0 X-Received: by 10.194.175.66 with SMTP id by2mr2159194wjc.59.1391186798589; Fri, 31 Jan 2014 08:46:38 -0800 (PST) Sender: pluknet@gmail.com Received: by 10.194.81.39 with HTTP; Fri, 31 Jan 2014 08:46:38 -0800 (PST) In-Reply-To: <201401311226.s0VCQVZW096049@svn.freebsd.org> References: <201401311226.s0VCQVZW096049@svn.freebsd.org> Date: Fri, 31 Jan 2014 20:46:38 +0400 X-Google-Sender-Auth: ecxCwfphwnpoc_i-DGU1cbm_Lm4 Message-ID: Subject: Re: svn commit: r261319 - in head: contrib/groff/tmac gnu/usr.bin/groff/tmac From: Sergey Kandaurov To: Ulrich Spoerlein Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Ruslan Ermilov 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: Fri, 31 Jan 2014 16:46:41 -0000 On 31 January 2014 16:26, Ulrich Spoerlein wrote: > Author: uqs > Date: Fri Jan 31 12:26:30 2014 > New Revision: 261319 > URL: http://svnweb.freebsd.org/changeset/base/261319 > > Log: > Pull up vendor changes up to 2014-01-29 > > - move local overrides into mdoc.local > - syncs us with git commit 819839b66c80e8dabe6cb24ea6319c26c9a2be14 > > Discussed with: ru > MFC after: 2 weeks On a related note. We already reference .Nx 7.0 in numerous places. I have not found in svn history that mdoc.local was used ever to store .{Other}x macros there. Is it ok or is there a better way? Otherwise I would like to commit this patch: Index: gnu/usr.bin/groff/tmac/mdoc.local =================================================================== --- gnu/usr.bin/groff/tmac/mdoc.local (revision 261323) +++ gnu/usr.bin/groff/tmac/mdoc.local (working copy) @@ -58,6 +58,7 @@ .ds doc-operating-system-FreeBSD-9.2 9.2 .ds doc-operating-system-FreeBSD-10.0 10.0 .ds doc-operating-system-FreeBSD-11.0 11.0 +.ds doc-operating-system-NetBSD-7.0 7.0 . .\" Definitions not (yet) in doc-syms . Oh, or may be you could commit a corresponding change upstream yourself? :) So we could rather pull it downstream as is. -- wbr, pluknet