doc: Add `lsof` to Test Suite Dependencies on FreeBSD
What changed, and why it matters
This commit simply updates the FreeBSD build documentation to add the `lsof` utility to the list of packages needed to run the test suite. It is a documentation-only change with no code modifications and no security implications.
No security action required. Treat as routine documentation maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff changes one line in doc/build-freebsd.md, adding lsof to the pkg install command for test suite dependencies. lsof is a standard system tool for listing open files; it is commonly used by test frameworks to inspect process state. No source code, build scripts, or runtime behavior is altered.
Changed components
doc/build-freebsd.mdInspect captured patch +1 / −1
diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md
index 436b57c9..a7045bae 100644
--- a/doc/build-freebsd.md
+++ b/doc/build-freebsd.md
@@ -74,7 +74,7 @@ There is an included test suite that is useful for testing code changes when dev
To run the test suite (recommended), you will need to have Python 3 installed:
```bash
-pkg install python3 databases/py-sqlite3 net/py-pyzmq
+pkg install python3 databases/py-sqlite3 net/py-pyzmq lsof
```
---
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.