Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2024 13:08:25 GMT
From:      Lorenzo Salvadore <salvadore@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea25016fb358 - main - Mk/bsd.gcc.mk: Switch USE_GCC=14 to new release port
Message-ID:  <202406221308.45MD8Pxn044926@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea25016fb3587730417d9e6d379b2c4167bb8a9f

commit ea25016fb3587730417d9e6d379b2c4167bb8a9f
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2024-06-20 13:11:19 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2024-06-22 13:07:57 +0000

    Mk/bsd.gcc.mk: Switch USE_GCC=14 to new release port
    
    GCC 14 first release is out and the new corresponding lang/gcc14 port
    has been created with commit 4700c3f17859f7cc2c00fd5c9c7bf41e92c8142b.
    
    Thus switch USE_GCC=14 from using lang/gcc14-devel to using lang/gcc14.
    
    Approved by:    gerald (maintainer)
---
 Mk/bsd.gcc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Mk/bsd.gcc.mk b/Mk/bsd.gcc.mk
index 0ecb8527a713..59fcb691b178 100644
--- a/Mk/bsd.gcc.mk
+++ b/Mk/bsd.gcc.mk
@@ -85,7 +85,7 @@ IGNORE=	Unknown version of GCC specified (USE_GCC=${USE_GCC})
 # A concrete version has been selected. Set proper ports dependencies,
 # CC, CXX, CPP, and flags.
 V:=			${_USE_GCC:S/.//}
-.  if ${V} == 14 || ${V} == 15
+.  if ${V} == 15
 _GCC_PORT:=		gcc${V}-devel
 .  else
 _GCC_PORT:=		gcc${V}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406221308.45MD8Pxn044926>