Bug 247271 - Porter's handbook: add section about debugging ports
Summary: Porter's handbook: add section about debugging ports
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://reviews.freebsd.org/D25139#55...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-15 10:33 UTC by Pau Amma
Modified: 2023-08-31 17:51 UTC (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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