diff options
author | Milan P. Stanić <mps@arvanta.net> | 2020-04-23 13:43:06 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-29 12:55:07 +0000 |
commit | a5f8e2f2e8ebae977f0a2475f1906f97997f2e04 (patch) | |
tree | b3eb4c57cd57d6127880e550b3f6b3b9adeb4bdb /main/mandoc/outdated-warn-disable.patch | |
parent | 864c859e9deeda2c68e8310550ca3c6d70a28dd7 (diff) | |
download | aports-a5f8e2f2e8ebae977f0a2475f1906f97997f2e04.tar.bz2 aports-a5f8e2f2e8ebae977f0a2475f1906f97997f2e04.tar.xz |
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'
Diffstat (limited to 'main/mandoc/outdated-warn-disable.patch')
-rw-r--r-- | main/mandoc/outdated-warn-disable.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/mandoc/outdated-warn-disable.patch b/main/mandoc/outdated-warn-disable.patch new file mode 100644 index 0000000000..f960de7d1d --- /dev/null +++ b/main/mandoc/outdated-warn-disable.patch @@ -0,0 +1,12 @@ +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; |