Bug 273599

Summary: outdated textproc/groff/files/mdoc.local
Product: Ports & Packages Reporter: Wolfram Schneider <wosch>
Component: Individual Port(s)Assignee: Baptiste Daroussin <bapt>
Status: In Progress ---    
Severity: Affects Some People CC: bapt, yasu
Priority: --- Flags: linimon: maintainer-feedback? (bapt)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D41858
Bug Depends on:    
Bug Blocks: 273690, 273903    

Description Wolfram Schneider freebsd_committer freebsd_triage 2023-09-06 17:11:37 UTC
Looking at textproc/groff/files/mdoc.local

I see that it ends with 

.ds doc-operating-system-FreeBSD-13.0   13.0

Our latest release is 13.2

I'm wondering if we need to add the missing releases? Or is this file stale due the upgrade to groff 1.23.0?
Comment 1 Wolfram Schneider freebsd_committer freebsd_triage 2023-09-10 07:06:02 UTC
Apparently, we need the new FreeBSD versions in /usr/local/share/groff/site-tmac/mdoc.local. Otherwise you will get an warning:

zcat /usr/share/man/man7/c2x.7.gz | nroff -mandoc > /dev/null 
mdoc warning: .Fx: Unknown FreeBSD version '14.0' (#360)

It is just a warning, the rendered pages looks the same.