From 3bda5ee34384380c76b54bf3688b6162fbf4e6d5 Mon Sep 17 00:00:00 2001 From: Felipe Matarazzo Date: Wed, 29 Apr 2026 14:59:13 -0300 Subject: [PATCH 1/4] fix: remove duplicate 'from' in 14.2R relnotes --- website/content/en/releases/14.2R/relnotes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/14.2R/relnotes.adoc b/website/content/en/releases/14.2R/relnotes.adoc index 7aeda8dfac3..531fd7d1e1b 100644 --- a/website/content/en/releases/14.2R/relnotes.adoc +++ b/website/content/en/releases/14.2R/relnotes.adoc @@ -308,7 +308,7 @@ gitref:56f0fc0011c2[repository=src] A new wireless driver supporting some Realtek chipsets is available: man:rtw89[4]. gitref:a2d1e07f6451[repository=src] (Sponsored by The FreeBSD Foundation) -Support for Realtek 8156/8156B has been moved from from man:cdce[4] to man:ure[4] for improved performance and reliability. +Support for Realtek 8156/8156B has been moved from man:cdce[4] to man:ure[4] for improved performance and reliability. gitref:630077a84186[repository=src] (Sponsored by The FreeBSD Foundation) Support for ACPI GPIO _AEI objects has been added. From e391067e2856209559551043d69c5d11455163f7 Mon Sep 17 00:00:00 2001 From: Felipe Matarazzo Date: Wed, 29 Apr 2026 14:59:15 -0300 Subject: [PATCH 2/4] fix: remove duplicate words in GCC status reports --- website/content/en/status/report-2021-04-2021-06/gcc.adoc | 2 +- website/content/en/status/report-2026-01-2026-03/gcc.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/status/report-2021-04-2021-06/gcc.adoc b/website/content/en/status/report-2021-04-2021-06/gcc.adoc index c811774c1cf..57a0dde4d39 100644 --- a/website/content/en/status/report-2021-04-2021-06/gcc.adoc +++ b/website/content/en/status/report-2021-04-2021-06/gcc.adoc @@ -10,7 +10,7 @@ With the great help of linimon@ GCC 10 became the default version of GCC in the Looking one step ahead, GCC 11 is now available as a port and even for use as GCC_DEFAULT via Mk/bsd.default-versions.mk . -Modern GCC ports like this now feature support for powerpcle, and most related changes also made it it upstream. +Modern GCC ports like this now feature support for powerpcle, and most related changes also made it upstream. On the infrastructure side, USE_GCC now allows for a build time-only dependency, e.g. USE_GCC=yes:build . diff --git a/website/content/en/status/report-2026-01-2026-03/gcc.adoc b/website/content/en/status/report-2026-01-2026-03/gcc.adoc index 8fb286150aa..068b9450bb0 100644 --- a/website/content/en/status/report-2026-01-2026-03/gcc.adoc +++ b/website/content/en/status/report-2026-01-2026-03/gcc.adoc @@ -22,4 +22,4 @@ link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294062[PR 294062] is the The link:https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292692[process] to get GCC_DEFAULT=15 has started. The GCC_DEFAULT=14 update is still recent and GCC 14 is actively supported, so there is no hurry to get this completed; but since those updates tend to be long I have already started it. -Thus this is not my top priority at the moment: it is is where I put my energy when I have spare cycles, for now. +Thus this is not my top priority at the moment: it is where I put my energy when I have spare cycles, for now. From f30a5170678a5b5936b3d639bc6e516d07a3a9e1 Mon Sep 17 00:00:00 2001 From: Felipe Matarazzo Date: Wed, 29 Apr 2026 14:59:18 -0300 Subject: [PATCH 3/4] fix: remove duplicate 'use' in software-license --- website/content/en/internal/software-license.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/internal/software-license.adoc b/website/content/en/internal/software-license.adoc index 753b771f1ca..33ee535e958 100644 --- a/website/content/en/internal/software-license.adoc +++ b/website/content/en/internal/software-license.adoc @@ -157,5 +157,5 @@ The following licenses are considered to be acceptable BSD-Like Licenses for the */ .... -* It is acceptable to use use only the SPDX-License-Identifier +* It is acceptable to use only the SPDX-License-Identifier ** See https://spdx.github.io/spdx-spec/[Annex D of SPDX Standard] for definition of standard SPDX-License-Identifier expressions used, how to interpret them and where to find the license text(s) that are applicable. From b2341b91d2323253d6517177d0e41a3e2537a9a8 Mon Sep 17 00:00:00 2001 From: Felipe Matarazzo Date: Wed, 29 Apr 2026 14:59:20 -0300 Subject: [PATCH 4/4] fix: remove duplicate words in porters and developers handbook --- .../content/en/books/developers-handbook/l10n/_index.adoc | 2 +- .../content/en/books/porters-handbook/makefiles/_index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/content/en/books/developers-handbook/l10n/_index.adoc b/documentation/content/en/books/developers-handbook/l10n/_index.adoc index 34153230f6a..a52e8543c0e 100644 --- a/documentation/content/en/books/developers-handbook/l10n/_index.adoc +++ b/documentation/content/en/books/developers-handbook/l10n/_index.adoc @@ -250,7 +250,7 @@ In order to simplify this process even more, [.filename]#bsd.nls.mk# introduces It is not necessary to include [.filename]#bsd.nls.mk# explicitly, it is pulled in from the common Makefiles, such as [.filename]#bsd.prog.mk# or [.filename]#bsd.lib.mk#. Usually it is enough to define `NLSNAME`, which should have the catalog name mentioned as the first argument of man:catopen[3] and list the catalog files in `NLS` without their `.msg` extension. -Here is an example, which makes it possible to to disable NLS when used with the code examples before. +Here is an example, which makes it possible to disable NLS when used with the code examples before. The `WITHOUT_NLS` man:make[1] variable has to be defined in order to build the program without NLS support. [.programlisting] diff --git a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc index 926adb35086..a0e4c2c89eb 100644 --- a/documentation/content/en/books/porters-handbook/makefiles/_index.adoc +++ b/documentation/content/en/books/porters-handbook/makefiles/_index.adoc @@ -3212,7 +3212,7 @@ When `_permission_` is not present, it is considered to be a `no-_permission_`. ==== Some missing permissions will prevent a port (and all ports depending on it) from being usable by package users: -A port without the `auto-accept` permission will never be be built and all the ports depending on it will be ignored. +A port without the `auto-accept` permission will never be built and all the ports depending on it will be ignored. A port without the `pkg-mirror` permission, and any ports that depend on it, will be removed after the build, thus ensuring they are not distributed. ====