From b12eca43cd6e89b6bedb4104cc26765f70537ed5 Mon Sep 17 00:00:00 2001 From: rsadowski Date: Fri, 24 Oct 2025 08:10:37 +0000 Subject: [PATCH] Remove gcc3 OK sthen@ --- share/man/man5/bsd.port.arch.mk.5 | 7 +++---- share/man/man5/bsd.port.mk.5 | 12 +++++------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/share/man/man5/bsd.port.arch.mk.5 b/share/man/man5/bsd.port.arch.mk.5 index 23f4276cf62..36dc06465fd 100644 --- a/share/man/man5/bsd.port.arch.mk.5 +++ b/share/man/man5/bsd.port.arch.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.arch.mk.5,v 1.14 2024/05/16 09:52:58 sthen Exp $ +.\" $OpenBSD: bsd.port.arch.mk.5,v 1.15 2025/10/24 08:10:37 rsadowski Exp $ .\" .\" Copyright (c) 2011 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 16 2024 $ +.Dd $Mdocdate: October 24 2025 $ .Dt BSD.PORT.ARCH.MK 5 .Os .Sh NAME @@ -86,7 +86,6 @@ It will set up the following variables for use in the rest of the .It Ev COMPILER_VERSION .It Ev CX11_ARCHS .It Ev DEBUGINFO_ARCHS -.It Ev GCC3_ARCHS .It Ev GCC4_ARCHS .It Ev GCC49_ARCHS .It Ev GO_ARCHS @@ -144,7 +143,7 @@ A more detailed description of each variable is available in .Pp All the constant values .Ev ARCH , ALL_ARCHS , COMPILER_VERSION , -.Ev GCC3_ARCHS , GCC4_ARCHS , LP64_ARCHS +.Ev GCC4_ARCHS , LP64_ARCHS and .Ev PROPERTIES are also available from diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 391ea6cb72f..19cff0e3db3 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.652 2025/10/16 09:50:02 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.653 2025/10/24 08:10:37 rsadowski Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 16 2025 $ +.Dd $Mdocdate: October 24 2025 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1432,8 +1432,6 @@ First element in the list that matches will be chosen. gcc 4.2 compiler from base .It base-clang clang compiler from base -.It gcc3 -gcc 3 compiler from base .It ports-gcc gcc 8 compiler from ports (heeds @@ -1452,7 +1450,7 @@ On clang-based architectures, even though gcc is still compiled in base, never matches. .Pp Defaults to base compilers, e.g., -.Sq base-clang base-gcc gcc3 . +.Sq base-clang base-gcc . .Pp Common reasons for explicitly setting .Ev COMPILER @@ -1530,8 +1528,8 @@ preferring various gnu programs, unless .Ev BUILD_DEPENDS explicitly ask for them. Read-only, available for debugging purposes. -.It Ev CLANG_ARCHS, GCC3_ARCHS , GCC4_ARCHS -List of architectures using Clang, GCC 3.3.6 or GCC 4.2.1 as the base compiler. +.It Ev CLANG_ARCHS, GCC4_ARCHS +List of architectures using Clang or GCC 4.2.1 as the base compiler. Read-only. Use with .Ev NOT_FOR_ARCHS