| Summary: | Porter's handbook: add section about debugging ports | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Pau Amma <pauamma> |
| Component: | Books & Articles | Assignee: | Fernando Apesteguía <fernape> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | doc, emaste, fernape, pat |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
| URL: | https://reviews.freebsd.org/D25139#553988 | ||
| See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273483 | ||
|
Description
Pau Amma
2020-06-15 10:33:54 UTC
Per their request on IRC. Per IRC discussion with AllanJude, this is probably better suited for the Porter's Handbook, with a link to the Developer's Handbook debugging tutorial. Source of inspiration: ports(7) as changed in https://reviews.freebsd.org/D27296 . Done in 5ff4e8af631f4e36bcf79f7e29ae80c8c587f18e Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=5ff4e8af631f4e36bcf79f7e29ae80c8c587f18e commit 5ff4e8af631f4e36bcf79f7e29ae80c8c587f18e Author: Fernando Apesteguía <fernape@FreeBSD.org> AuthorDate: 2023-08-29 11:06:28 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2023-08-31 11:10:28 +0000 [phb]: Add information on how to debug ports Heavily based on ports(7). PR: 247271 Reported by: pauamma@gundo.com Reviewed by: carlavilla@ Differential Revision: https://reviews.freebsd.org/D41653 .../en/books/porters-handbook/testing/_index.adoc | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) See also: bug 273483 |