logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 95fa0bbc056a7e48c8f9702b650d8274afe43c37
parent 78949de4d0bfd2e888fed62254e5fd3978dc0b50
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 18 Nov 2021 22:42:55 -0800

mandoc: Update to 1.14.6

Diffstat:

Mpkg/mandoc/.gitignore2+-
Mpkg/mandoc/config.h5+++--
Mpkg/mandoc/gen.lua3++-
Mpkg/mandoc/url2+-
Mpkg/mandoc/ver2+-
5 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/pkg/mandoc/.gitignore b/pkg/mandoc/.gitignore @@ -1,2 +1,2 @@ -/mandoc-1.14.5.tar.gz +/mandoc-1.14.6.tar.gz /src diff --git a/pkg/mandoc/config.h b/pkg/mandoc/config.h @@ -4,7 +4,6 @@ #define OSENUM MANDOC_OS_OTHER #define UTF8_LOCALE "C.UTF-8" #define EFTYPE EINVAL -#define HAVE_CMSG_XPG42 0 #define HAVE_DIRENT_NAMLEN 0 #define HAVE_ENDIAN 1 #define HAVE_ERR 1 @@ -15,6 +14,7 @@ #define HAVE_ISBLANK 1 #define HAVE_LESS_T 1 #define HAVE_MKDTEMP 1 +#define HAVE_MKSTEMPS 1 #define HAVE_NTOHL 1 #define HAVE_PLEDGE 0 #define HAVE_PROGNAME 1 @@ -35,10 +35,11 @@ #define HAVE_VASPRINTF 1 #define HAVE_WCHAR 1 #define HAVE_OHASH 0 - +#define NEED_XPG4_2 0 #define BINM_APROPOS "apropos" #define BINM_CATMAN "catman" #define BINM_MAKEWHATIS "makewhatis" #define BINM_MAN "man" #define BINM_SOELIM "soelim" #define BINM_WHATIS "whatis" +#define BINM_PAGER "less" diff --git a/pkg/mandoc/gen.lua b/pkg/mandoc/gen.lua @@ -36,6 +36,7 @@ lib('libmandoc.a', { 'msec.c', 'preconv.c', 'read.c', + 'tag.c', 'compat_fts.c', 'compat_ohash.c', @@ -47,7 +48,6 @@ exe('mandoc', { 'mdoc_man.c', 'mdoc_markdown.c', 'out.c', - 'tag.c', 'tree.c', 'eqn_html.c', @@ -65,6 +65,7 @@ exe('mandoc', { 'term_ascii.c', 'term_ps.c', 'term_tab.c', + 'term_tag.c', 'tbl_term.c', 'dbm.c', diff --git a/pkg/mandoc/url b/pkg/mandoc/url @@ -1 +1 @@ -url = "http://mandoc.bsd.lv/snapshots/mandoc-1.14.5.tar.gz" +url = "http://mandoc.bsd.lv/snapshots/mandoc-1.14.6.tar.gz" diff --git a/pkg/mandoc/ver b/pkg/mandoc/ver @@ -1 +1 @@ -1.14.5 r0 +1.14.6 r0