Download raw body.
Add pledge comments
On Wed, Apr 08, 2026 at 05:05:19PM +1000, David Leadbeater wrote:
> Add a pledge comment to ports which don't have one and either are
> patched to use pledge or use it upstream. Mostly found by grepping
> strings output, then confirmed via grepping patches and/or pobj.
>
> ok? (all maintainers cc'd but given this is a comment only change I
> won't wait).
>
> Index: net/ucspi-tools/Makefile
> ===================================================================
> RCS file: /cvs/ports/net/ucspi-tools/Makefile,v
> diff -u -p -u -r1.12 Makefile
> --- net/ucspi-tools/Makefile 11 Mar 2022 19:47:58 -0000 1.12
> +++ net/ucspi-tools/Makefile 8 Apr 2026 06:57:32 -0000
> @@ -13,6 +13,7 @@ MAINTAINER= Jan Klemkow <j.klemkow@wemel
> # ISC
> PERMIT_PACKAGE= Yes
>
> +# uses pledge()
> WANTLIB += c crypto ssl tls
>
> MAKE_FLAGS= CC="${CC}"
ok jan@ for this one
Add pledge comments