Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2023 08:04:59 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d72c96279d8e - main - textproc/groff: don't show topic in italic, be compatible with groff 1.22.4 and mandoc
Message-ID:  <202310020804.39284xH2052003@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d72c96279d8e8c28ad6d3f79287d05e95dc7bdfc

commit d72c96279d8e8c28ad6d3f79287d05e95dc7bdfc
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-10-02 08:02:20 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-10-02 08:04:45 +0000

    textproc/groff: don't show topic in italic, be compatible with groff 1.22.4 and mandoc
    
    PR: 273885
---
 textproc/groff/Makefile         | 2 +-
 textproc/groff/files/mdoc.local | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

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]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310020804.39284xH2052003>