Date: Fri, 21 Feb 2025 16:42:18 GMT From: Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 1af729223f - main - [phb][Uses]: Add missing Uses=angr Message-ID: <202502211642.51LGgIha032541@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=1af729223f944de80710d638d2fc714120643ccc commit 1af729223f944de80710d638d2fc714120643ccc Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2025-02-21 16:41:43 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2025-02-21 16:41:43 +0000 [phb][Uses]: Add missing Uses=angr --- .../en/books/porters-handbook/uses/_index.adoc | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index 2e4c2b13e4..a174d5a48f 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -115,6 +115,30 @@ Possible arguments: (none), `6`, `12`, `(run)` Depends on an Ada-capable compiler, and sets `CC` accordingly. Defaults to use `gcc6-aux` from ports. +[[uses-angr]] +== `angr` + +Possible arguments: `binaries`, `nose` + +Provide support for ports that need the https://github.com/angr/angr[angrinary analysis platform]. + +If the `binaries` argument is present, the port requires the special `angr` +binaries for testing. + +If the `nose` argument is present, the port uses `nosetests` for the test +target. This argument implies `USES=python:test`. + +The framework provides the following variables to be set by the port: + +`ANGR_VERSION`:: +The version of the `angr` project programs. + +`ANGR_BINARIES_TAGNAME`:: +The tagname of the `angr` binaries. + +`ANGR_NOSETESTS`:: +The path to the `nosetests` program. + [[uses-autoreconf]] == `autoreconf`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502211642.51LGgIha032541>
