logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: cb7177128d1e09109f9591ca8555dc49d34ef902
parent 7cb1fc016f7b0602ee2415693d57e44dafd23679
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 21 Aug 2018 14:15:30 -0700

mandoc: Update to 1.14.4

Diffstat:

Mpkg/mandoc/.gitignore2+-
Mpkg/mandoc/config.h19+++++++++++--------
Mpkg/mandoc/gen.lua1-
Mpkg/mandoc/rev2+-
Mpkg/mandoc/sha2562+-
Mpkg/mandoc/url2+-
6 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/pkg/mandoc/.gitignore b/pkg/mandoc/.gitignore @@ -1,2 +1,2 @@ -/mandoc-1.14.3.tar.gz +/mandoc-1.14.4.tar.gz /src diff --git a/pkg/mandoc/config.h b/pkg/mandoc/config.h @@ -1,5 +1,6 @@ -#include <config-posix.h> - +#define MAN_CONF_FILE "/etc/man.conf" +#define MANPATH_BASE "/share/man" +#define MANPATH_DEFAULT "/share/man" #define UTF8_LOCALE "C.UTF-8" #define EFTYPE EINVAL #define HAVE_CMSG_XPG42 0 @@ -8,9 +9,15 @@ #define HAVE_ERR 1 #define HAVE_FTS 0 #define HAVE_FTS_COMPARE_CONST 0 +#define HAVE_GETLINE 1 +#define HAVE_GETSUBOPT 1 +#define HAVE_ISBLANK 1 +#define HAVE_MKDTEMP 1 +#define HAVE_NTOHL 1 #define HAVE_PLEDGE 0 #define HAVE_PROGNAME 1 #define HAVE_REALLOCARRAY 1 +#define HAVE_RECALLOCARRAY 1 #define HAVE_REWB_BSD 0 #define HAVE_REWB_SYSV 1 #define HAVE_SANDBOX_INIT 0 @@ -18,6 +25,8 @@ #define HAVE_STRINGLIST 0 #define HAVE_STRLCAT 1 #define HAVE_STRLCPY 1 +#define HAVE_STRNDUP 1 +#define HAVE_STRPTIME 1 #define HAVE_STRSEP 1 #define HAVE_STRTONUM 1 #define HAVE_SYS_ENDIAN 0 @@ -25,15 +34,9 @@ #define HAVE_WCHAR 1 #define HAVE_OHASH 0 -/* binary names */ #define BINM_APROPOS "apropos" #define BINM_CATMAN "catman" #define BINM_MAKEWHATIS "makewhatis" #define BINM_MAN "man" #define BINM_SOELIM "soelim" #define BINM_WHATIS "whatis" - -/* paths */ -#define MAN_CONF_FILE "/etc/man.conf" -#define MANPATH_BASE "/share/man" -#define MANPATH_DEFAULT "/share/man" diff --git a/pkg/mandoc/gen.lua b/pkg/mandoc/gen.lua @@ -1,5 +1,4 @@ cflags{ - '-I include', '-I $dir', '-I pkg/openbsd/include', '-I $builddir/pkg/zlib/include', diff --git a/pkg/mandoc/rev b/pkg/mandoc/rev @@ -1 +1 @@ -5 +6 diff --git a/pkg/mandoc/sha256 b/pkg/mandoc/sha256 @@ -1 +1 @@ -0b0c8f67958c1569ead4b690680c337984b879dfd2ad4648d96924332fd99528 mandoc-1.14.3.tar.gz +24eb72103768987dcc63b53d27fdc085796330782f44b3b40c4660b1e1ee9b9c mandoc-1.14.4.tar.gz diff --git a/pkg/mandoc/url b/pkg/mandoc/url @@ -1 +1 @@ -url = "http://mandoc.bsd.lv/snapshots/mandoc-1.14.3.tar.gz" +url = "http://mandoc.bsd.lv/snapshots/mandoc-1.14.4.tar.gz"