diff options
| author | Michael Forney <mforney@mforney.org> | 2021-11-18 22:42:55 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-11-18 22:54:41 -0800 |
| commit | 95fa0bbc056a7e48c8f9702b650d8274afe43c37 (patch) | |
| tree | 38c4389a0867299816743914a00ad555d9f23c04 /pkg/mandoc | |
| parent | 78949de4d0bfd2e888fed62254e5fd3978dc0b50 (diff) | |
mandoc: Update to 1.14.6
Diffstat (limited to 'pkg/mandoc')
| -rw-r--r-- | pkg/mandoc/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/mandoc/config.h | 5 | ||||
| -rw-r--r-- | pkg/mandoc/gen.lua | 3 | ||||
| -rw-r--r-- | pkg/mandoc/url | 2 | ||||
| -rw-r--r-- | pkg/mandoc/ver | 2 |
5 files changed, 8 insertions, 6 deletions
diff --git a/pkg/mandoc/.gitignore b/pkg/mandoc/.gitignore index 23adfafb..2ab55aea 100644 --- 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 index db9a4430..5a773dd0 100644 --- 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 index 1b2967c8..27d95666 100644 --- 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 index 36209243..eb980928 100644 --- 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 index 78a5b514..e773b7ea 100644 --- a/pkg/mandoc/ver +++ b/pkg/mandoc/ver @@ -1 +1 @@ -1.14.5 r0 +1.14.6 r0 |
