Re: git: 27d632110931 - main - Mk/bsd.options.desc.mk: Add NOASLR

From: Mathieu Arnold <mat_at_freebsd.org>
Date: Sat, 07 Oct 2023 11:50:51 UTC
On Sat, Oct 07, 2023 at 11:01:09AM +0000, Muhammad Moinur Rahman wrote:
> The branch main has been updated by bofh:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=27d6321109319aa95bb3c654f259d4d12e844969
> 
> commit 27d6321109319aa95bb3c654f259d4d12e844969
> Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> AuthorDate: 2023-10-07 10:48:48 +0000
> Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> CommitDate: 2023-10-07 11:00:34 +0000
> 
>     Mk/bsd.options.desc.mk: Add NOASLR
>     
>     As we have switched to ASLR by default from 13.2-RELEASE there will be
>     more corner cases where we will need to disable/enable ASLR for certain
>     binaries. Add this DESC so that we can easily optionize ASLR.

Options should be positive, you enable an option to enable something,
and you disable an option to disable something.  This should be called
ASLR, not NOASLR.

-- 
Mathieu Arnold