aboutsummaryrefslogtreecommitdiff
path: root/utils/mandoc
Commit message (Collapse)AuthorAge
* mandoc: fix build on macosSergey V. Lobanov2022-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | ./configure scripts compiles&runs test so it detects darwin C-functions and defines that can not be used for Linux target. This patches expicitly specifies Linux-specific parameters that can not be detected correctly on Darwin. This patch removes 010-mandoc-1.14.5-fix-gnu-make.patch. mandoc provides its own way to redefine specific parameters (using configure.local file). Defines from this patch are moved to generated configure.local file. CONFIGURE_VARS are removed by this patch due to ./configure script does not use ENV vars specified by CONFIGURE_VARS This commit does not change compilation on Linux hosts (the resulted binary is exactly the same as before applying this commit). Binary compiled on MacOS host is exactly the same as compiled on Linux. Files generated by ./configure (config.h and Makefile.local) are exactly the same on Linux and MacOS build hosts Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* mandoc: update to 1.14.6W. Michael Petullo2021-12-14
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* mandoc: fix compilation with GCC10Rosen Penev2021-03-21
| | | | | | | This is probably fixed in CVS. Unfortunately, I have no idea how to import such a patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* mandoc: new packageW. Michael Petullo2021-03-12
Signed-off-by: W. Michael Petullo <mike@flyn.org>