Bug 247271

Summary: Porter's handbook: add section about debugging ports
Product: Documentation Reporter: Pau Amma <pauamma>
Component: Books & ArticlesAssignee: 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 discussion in comments on that review, it could reuse language or content from https://wiki.freebsd.org/BenWoods/DebuggingPorts .
Comment 1 Pau Amma 2020-06-15 15:22:43 UTC
Per their request on IRC.
Comment 2 Pau Amma 2020-09-29 20:52:12 UTC
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.
Comment 3 Pau Amma 2020-11-20 22:10:57 UTC
Source of inspiration: ports(7) as changed in https://reviews.freebsd.org/D27296 .
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2023-08-31 11:12:12 UTC
Done in 5ff4e8af631f4e36bcf79f7e29ae80c8c587f18e

Thanks!
Comment 5 commit-hook freebsd_committer freebsd_triage 2023-08-31 11:12:15 UTC
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(+)
Comment 6 Graham Perrin 2023-08-31 16:33:22 UTC
See also: bug 273483