| Summary: | Porters Handbook: Mention USE_GCC "currently" unconditionally sets gcc as a RUN_DEPENDS and show workaround | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | bergerkos |
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> |
| Status: | Closed FIXED | ||
| Severity: | Affects Some People | CC: | gerald, portmgr, ports-bugs |
| Priority: | --- | Keywords: | easy, needs-patch |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211154 | ||
|
Description
bergerkos
2018-12-29 21:53:22 UTC
Technically a documentation issue. The current documentation is not incorrect, it is just not explicitly complete, mentioning also the fact that its a RUN_DEPENDS too The ability to specify gcc as a build *only* dependency is being handled in bug 211154, with workarounds in ports in the meantime taking the form of something like ports r464059 (removing gcc from RUN_DEPENDS) A commit references this bug: Author: mat Date: Fri Jan 4 13:55:53 UTC 2019 New revision: 52746 URL: https://svnweb.freebsd.org/changeset/doc/52746 Log: Note that USE_GCC is a build and a run-time dependency. PR: 234495 Reported by: bergerkos yahoo co uk Changes: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml |