Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/mandoc: rename mdocml to mandoc | Milan P. Stanić | 2020-04-29 | 1 | -12/+0 |
| | | | | | | | | | | 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' | ||||
* | main/mdocml: Patch the configure file | Gustavo Walbon | 2020-01-30 | 1 | -0/+12 |
The ./configure fails when try to execute CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | env -i make -sf -` apparently the PATH variable content has been lost, so the patch keeps the content of path. That issues appeared after the Make was updated from 4.2.1 to 4.3, and so I opened this issue #11163. Signed-off-by: Gustavo Walbon <gustavowalbon@gmail.com> Signed-off-by: Mike Sullivan <mksully22@gmail.com> |