aports/main/mandoc/outdated-warn-disable.patch
Milan P. Stanić a5f8e2f2e8 main/mandoc: rename mdocml to mandoc
upstream renamed mdocml to mandoc about three years ago (concluded from
looking at download page) so we rename it to reflect upstream name

rewrite pkgdesc to more desctiptive one

add replaces and provides 'mdocml' for smooth upgrade and for some
packages which didn't changed depends to' mandoc'
2020-04-29 12:55:07 +00:00

13 lines
346 B
Diff

diff -Naur a/main.c b/main.c
--- a/main.c 2019-03-03 15:24:23.600767518 +0000
+++ b/main.c 2019-03-03 15:27:37.609820365 +0000
@@ -676,8 +676,6 @@
return globres != -1;
found:
- warnx("outdated mandoc.db lacks %s(%s) entry, run %s %s",
- name, sec, BINM_MAKEWHATIS, paths->paths[ipath]);
if (res == NULL) {
free(file);
return 1;