From owner-svn-src-head@freebsd.org Tue Apr 11 00:05:28 2017 Return-Path: Delivered-To: svn-src-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 CA715D38C81; Tue, 11 Apr 2017 00:05:28 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qt0-x22f.google.com (mail-qt0-x22f.google.com [IPv6:2607:f8b0:400d:c0d::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 86A09B77; Tue, 11 Apr 2017 00:05:28 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qt0-x22f.google.com with SMTP id v3so69896876qtd.3; Mon, 10 Apr 2017 17:05:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=bXPHlrA1BMk/qX3ci3IV5qssW47b5QzdqzO+XmEgUY4=; b=QHcYg/ARYg/TZVNYD/0i9JRm4lwdSQAfliCxUeOrxlWH3Uo9tu9MFlcyUNUrpLHCH8 aKw2e/8l26nzJEU7DXCldBlTbne62tbUeEjGSSJ/5lbBq2g4GY1Zs2fTxAf5PBtvv6if Fnpw7x8zfBtt2NfH/iJ2iWiVXgZbb+99MsjyKSE8/OfwDvXL1Hd7gqRtRNr5F+bm8ksf yS0U7VLJ56RUiYLyFza19kttzAH5dJsC9nhuFf+TFob9LYKee2Wr+6yOEuMt8mRRZyEa bVcWKN7DvgmNtmikR5agpoJjGATTPl/QnFnhbO/Y+MyBLC7Xvadi0slmup6mzy/Sx6D0 OJPg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=bXPHlrA1BMk/qX3ci3IV5qssW47b5QzdqzO+XmEgUY4=; b=P2mluyTNYFN5u0SspnffxcabaaRzophxsy4szJ/lJaLd9g3/tlZogZ3bHEBf+fYT2a Pdjhs753xnETtwP1c2BBomTSbTj4WtjGycRLiqOVjgXOBeWae7pukvwM7f+UFbMC78dw ICBzCCw4eqxKObEq8kHrDf9F5l58FaZK6G+tigKA+tf0i9Xb4VAcGfAD3CWcAiC2FWOx pGKuSbdmBWB/gGxPMecOGDqXm6irViq21RBookXw5wVgTyvoO/kvnyJ4WIsT5x0vjZup pTegIjzV32rmjYcbB8EMiqlgz07nRG4zSN7dwiyEI4+bjE3v3YF8+IFQV3eb9/kMXI3M Yt4Q== X-Gm-Message-State: AN3rC/45y9bqp4N3H3SAj9Lhen2pVikH+4UlTKeEQDJtaKR/7WhZJSS5b7FTkkJQQexY6F61QEPZH8uQP2TY5A== X-Received: by 10.200.37.136 with SMTP id e8mr8552233qte.30.1491869127527; Mon, 10 Apr 2017 17:05:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.93.83 with HTTP; Mon, 10 Apr 2017 17:05:27 -0700 (PDT) In-Reply-To: References: <201704102100.v3AL0lJX041545@repo.freebsd.org> From: Ngie Cooper Date: Mon, 10 Apr 2017 17:05:27 -0700 Message-ID: Subject: Re: svn commit: r316688 - head/share/man/man5 To: Ed Maste Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 00:05:28 -0000 On Mon, Apr 10, 2017 at 2:13 PM, Ed Maste wrote: ... > It looks like several of these $FreeBSD$ entries on the individual > WITH_/WITHOUT_ entries ended up with bogus rev numbers on the previous > src.conf.5 regen so there are a number of spurious entries in this > diff, but I confirmed that the content changes are as desired. > > I'd like to change makeman to eliminate the copied $FreeBSD$ content > from each WITH_/WITHOUT_ block, leaving one $FreeBSD$ for the > generated file as a whole. My initial motivation was to allow > src.conf.5 to be generated in a git working tree or other VCS that > does not expand the $FreeBSD$ tags, but it also eliminates spurious > diffs when regenerating on a stable branch and would have avoided the > spurious changes here. > > That change is in Phabricator review D7997: https://reviews.freebsd.org/D7997. The reason for the bogus $FreeBSD$ entries is actually because the files themselves are fixed in time (due to svn copy/svn switch'es and the like). Admittedly, this is a good case for getting rid of the RCS metadata altogether. Thanks! -Ngie