logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: cfb20dd6cc1437c671f7a0be51fc50ca753ee9dd
parent 3be2f7ab9c14e2f7b8ee613b0f2a8f056c433f58
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 18 Mar 2019 12:59:50 -0700

mandoc: Update to 1.14.5

Diffstat:

Mpkg/mandoc/.gitignore2+-
Mpkg/mandoc/config.h2++
Mpkg/mandoc/gen.lua2++
Mpkg/mandoc/sha2562+-
Mpkg/mandoc/url2+-
Mpkg/mandoc/ver2+-
6 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/pkg/mandoc/.gitignore b/pkg/mandoc/.gitignore @@ -1,2 +1,2 @@ -/mandoc-1.14.4.tar.gz +/mandoc-1.14.5.tar.gz /src diff --git a/pkg/mandoc/config.h b/pkg/mandoc/config.h @@ -1,6 +1,7 @@ #define MAN_CONF_FILE "/etc/man.conf" #define MANPATH_BASE "/share/man" #define MANPATH_DEFAULT "/share/man" +#define OSENUM MANDOC_OS_OTHER #define UTF8_LOCALE "C.UTF-8" #define EFTYPE EINVAL #define HAVE_CMSG_XPG42 0 @@ -12,6 +13,7 @@ #define HAVE_GETLINE 1 #define HAVE_GETSUBOPT 1 #define HAVE_ISBLANK 1 +#define HAVE_LESS_T 1 #define HAVE_MKDTEMP 1 #define HAVE_NTOHL 1 #define HAVE_PLEDGE 0 diff --git a/pkg/mandoc/gen.lua b/pkg/mandoc/gen.lua @@ -9,6 +9,7 @@ lib('libmandoc.a', { 'man_macro.c', 'man_validate.c', + 'arch.c', 'att.c', 'lib.c', 'mdoc.c', @@ -29,6 +30,7 @@ lib('libmandoc.a', { 'chars.c', 'mandoc.c', 'mandoc_aux.c', + 'mandoc_msg.c', 'mandoc_ohash.c', 'mandoc_xr.c', 'msec.c', diff --git a/pkg/mandoc/sha256 b/pkg/mandoc/sha256 @@ -1 +1 @@ -24eb72103768987dcc63b53d27fdc085796330782f44b3b40c4660b1e1ee9b9c mandoc-1.14.4.tar.gz +8219b42cb56fc07b2aa660574e6211ac38eefdbf21f41b698d3348793ba5d8f7 mandoc-1.14.5.tar.gz diff --git a/pkg/mandoc/url b/pkg/mandoc/url @@ -1 +1 @@ -url = "http://mandoc.bsd.lv/snapshots/mandoc-1.14.4.tar.gz" +url = "http://mandoc.bsd.lv/snapshots/mandoc-1.14.5.tar.gz" diff --git a/pkg/mandoc/ver b/pkg/mandoc/ver @@ -1 +1 @@ -1.14.4 r0 +1.14.5 r0