| Summary: | deskutils/py-khal: Broken DOCS option | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Tobias Kortkamp <tobik> |
| Component: | Individual Port(s) | Assignee: | Alexandre C. Guimarães <rigoletto> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | Keywords: | needs-patch, needs-qa |
| Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(rigoletto) |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://github.com/pimutils/khal/issues/883 | ||
Yeah, the docs are a bit tricky to build. Ever running them manually return a error:
> ModuleNotFoundError: No module named 'khal'
I will see with upstream what is going on.
Thanks.
A commit references this bug: Author: rigoletto Date: Thu Sep 19 18:03:04 UTC 2019 New revision: 512363 URL: https://svnweb.freebsd.org/changeset/ports/512363 Log: deskutils/py-khal: temporarily remove broken DOCS option. - the issue will be worked with upstream and the option will be re-added when solved. PR: 240675 Reported by: tobik Approved by: tcberner (mentor) Changes: head/deskutils/py-khal/Makefile I will leave this open until the build issue be addressed. Thank you. The documentation can just be built after 'deskutils/py-khal' be installed, then I would need to create a separated port just for documentation (overkill) or build it after post-install (ugly). I will leave the port without documentation at least until upstream change the way to build the documentation, and if they change. Thank you. That sounds sensible. Thank you. |
Please fix or remove the DOCS option. At the moment the DOCS option is a nop and just adds frivolous run dependencies for no reason AFAICT. build-DOCS-on does nothing and probably post-build-DOCS-on was meant. Even when I correct the target name it still does not build with what is there at the moment (there is no ${WRKSRC}/docs directory for starters). DOCS_RUN_DEPENDS also looks not entirely correct and maybe they should be build dependencies instead.