diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 2023-10-02 08:02:20 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 2023-10-02 08:04:45 +0000 |
| commit | d72c96279d8e8c28ad6d3f79287d05e95dc7bdfc (patch) | |
| tree | 5207f3ed361f30f9a36370c0a341d78144fab357 | |
| parent | 92c96af0f788b1da6211d622dc2383f2d7bc7fef (diff) | |
| download | ports-d72c96279d8e8c28ad6d3f79287d05e95dc7bdfc.tar.gz ports-d72c96279d8e8c28ad6d3f79287d05e95dc7bdfc.zip | |
textproc/groff: don't show topic in italic, be compatible with groff 1.22.4 and mandoc
PR: 273885
| -rw-r--r-- | textproc/groff/Makefile | 2 | ||||
| -rw-r--r-- | textproc/groff/files/mdoc.local | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index c7651bf0fc4f..0ebf5bd06f16 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,6 +1,6 @@ PORTNAME= groff PORTVERSION= 1.23.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= GNU diff --git a/textproc/groff/files/mdoc.local b/textproc/groff/files/mdoc.local index cbd7dceb7f9e..4ce0f5c59089 100644 --- a/textproc/groff/files/mdoc.local +++ b/textproc/groff/files/mdoc.local @@ -100,3 +100,5 @@ . el \{ .if "\*[doc-locale]"fr.ISO8859-1" \ . mso mdoc/fr.ISO8859-1 .\}\} +.\" don't show topic in italic, be compatible with groff 1.22.4 and mandoc: PR: 273885 +.ds doc-page-topic-font \f[R] |
