Bug 226908

Summary: Duplicate entries in src.conf man page
Product: Documentation Reporter: Philippe Michel <philippe.michel7>
Component: Manual PagesAssignee: Ed Maste <emaste>
Status: Closed FIXED    
Severity: Affects Only Me CC: doc, emaste, pl
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Philippe Michel 2018-03-25 06:54:43 UTC
In 11.1-STABLE src.conf.5, the entries for WITH_PROFILE an WITHOUT_PROFILE are repeated three times.
Comment 1 Ed Maste freebsd_committer freebsd_triage 2018-10-10 12:59:24 UTC
*** Bug 229514 has been marked as a duplicate of this bug. ***
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-10 13:06:36 UTC
A commit references this bug:

Author: emaste
Date: Wed Oct 10 13:06:32 UTC 2018
New revision: 339281
URL: https://svnweb.freebsd.org/changeset/base/339281

Log:
  MFC r306729: makeman: avoid bogus output with duplicated options

  On some targets 'make showconfig' currently reports both 'no' and 'yes'
  for some options. For example:

  % make TARGET=mips showconfig | grep SSP
  MK_SSP           = no
  MK_SSP           = yes

  Emit a warning on encountering a duplicated variable, and skip the
  second entry.

  PR:		226908, 229514
  Sponsored by:	The FreeBSD Foundation

Changes:
_U  stable/11/
  stable/11/tools/build/options/makeman
Comment 3 commit-hook freebsd_committer freebsd_triage 2018-10-10 13:20:50 UTC
A commit references this bug:

Author: emaste
Date: Wed Oct 10 13:19:54 UTC 2018
New revision: 339283
URL: https://svnweb.freebsd.org/changeset/base/339283

Log:
  regerate src.conf.5 to remove duplicate entries

  Also correct arch lists - armv7, mips*hf, powerpcspe, riscv64 are not
  in stable/11.

  PR:		226908, 229514
  Sponsored by:	The FreeBSD Foundation

Changes:
  stable/11/share/man/man5/src.conf.5