From nobody Fri Dec 22 05:27:34 2023 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SxG6G4Lqcz54mR3; Fri, 22 Dec 2023 05:28:06 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-ua1-f47.google.com (mail-ua1-f47.google.com [209.85.222.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SxG6G0XDfz3ZCS; Fri, 22 Dec 2023 05:28:06 +0000 (UTC) (envelope-from 6yearold@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-ua1-f47.google.com with SMTP id a1e0cc1a2514c-7cc1053d7f7so481279241.3; Thu, 21 Dec 2023 21:28:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703222884; x=1703827684; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qG7Kh04wTdnOAogxtxPg5k7AqoYsCmhaIj21iV88u/k=; b=vDn0YpL6Ss/rAJp7mVQf//xvATwuJ98wsMmXNZaGdv0ng8bUpeyzSEf6P+eanUKxD0 S2vaJlEk4+TFjhQlWOm5C3fbhq/7kEw05qMrtGiXfNeprVsKIB9BJGhbPy2UYyQfOnoi R50ZGskjji7nqGm1Z95qF0ffHAknxAj9hFEl6JQGFD+ymjSgkRcF1x/3eQtwzUqPtwx6 h2MaO5il2MUl8PSc/7cqaZZAXGB16KW3zBJCOD49o1cDTptX6YIdeJoHkzIktd38ansj G7PRIT4i6nLgnCYz1G2ZJMOuVRL1oLzFKVv2wWRC4bl9BfCPoka7M/DpESLjcT0govYO jMww== X-Gm-Message-State: AOJu0YweWEHJg9mJmdA1Xn3ZFg5piYJZruVpyH8Dh8Y9Aekqx1A3oRXq 13N13PV8TuqC8SR5xlt9FaWoXuR8YovWmA== X-Google-Smtp-Source: AGHT+IHVvwnxD+dfMLcV2+mvRhAgb7K6rfPoqEluJ9INngDPn3Ryg3nmKEKTbe4gZAtZ0gxsd3jXCw== X-Received: by 2002:a05:6102:9d7:b0:466:b260:6908 with SMTP id g23-20020a05610209d700b00466b2606908mr495829vsi.36.1703222884167; Thu, 21 Dec 2023 21:28:04 -0800 (PST) Received: from mail-vk1-f176.google.com (mail-vk1-f176.google.com. [209.85.221.176]) by smtp.gmail.com with ESMTPSA id ij3-20020a0561025e8300b004662865945asm170501vsb.7.2023.12.21.21.28.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Dec 2023 21:28:04 -0800 (PST) Received: by mail-vk1-f176.google.com with SMTP id 71dfb90a1353d-4b328087918so450364e0c.0; Thu, 21 Dec 2023 21:28:04 -0800 (PST) X-Received: by 2002:a05:6122:73a:b0:4b6:c244:2e39 with SMTP id 58-20020a056122073a00b004b6c2442e39mr357032vki.28.1703222883795; Thu, 21 Dec 2023 21:28:03 -0800 (PST) List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 References: <202312220124.3BM1Omb2053073@gitrepo.freebsd.org> In-Reply-To: <202312220124.3BM1Omb2053073@gitrepo.freebsd.org> From: Gleb Popov Date: Fri, 22 Dec 2023 08:27:34 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: git: af1b62b7bc9a - main - Mk/bsd.options.desc.mk: Add ASLR To: Muhammad Moinur Rahman Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4SxG6G0XDfz3ZCS On Fri, Dec 22, 2023 at 4:24=E2=80=AFAM Muhammad Moinur Rahman wrote: > > diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk > index df0787f752c6..d20740cc888a 100644 > --- a/Mk/bsd.options.desc.mk > +++ b/Mk/bsd.options.desc.mk > @@ -30,6 +30,7 @@ APE_DESC?=3D Monkey's Audio lossless format = support > ARCHIVE_DESC?=3D bzip2/zip/iso9660 archive support > ARMADILLO_DESC?=3D TPS transform computation via Armadillo > ASIO_DESC?=3D Asynchronous I/O support > +ASLR_DESC?=3D Enable ASLR support > ASM_DESC?=3D Use optimized assembly code > ASPELL_DESC?=3D Spell checking support via GNU Aspell > ASSERT_DESC?=3D Enable debug assertions >From Porter Handbook: > When describing options, view it from the perspective of the user: "What = functionality does it change?" and "Why would I want to enable this?" Do no= t just repeat the name. For example, describing the NLS option as "include = NLS support" does not help the user, who can already see the option name bu= t may not know what it means. Describing it as "Native Language Support via= gettext utilities" is much more helpful. Maybe the description should say "Enable Address Space Layout Randomization support" or "Enable Address Space Randomization" if the former is too long.