Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2026 20:04:53 +0000
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: 65f3ac6a3e77 - main - lang/gcc16-devel: Update to 16.0.1.s20260215
Message-ID:  <69937865.414e4.4a6ab930@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by salvadore:

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

commit 65f3ac6a3e778338f7706a4ecb1569c9357ea882
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2026-02-16 16:42:27 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2026-02-16 20:04:29 +0000

    lang/gcc16-devel: Update to 16.0.1.s20260215
    
    Also revert a patch from commit
    17551496e5f93f340b66b8a495e57e11baa488dd, upstreamed with upstream
    commit
    1ce1870fbe0b141d38e02b7ac6a41d8d36b73b30.
    
    Upstream PR: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123366
    Upstream commit:
    https://gcc.gnu.org/cgit/gcc/commit/?id=1ce1870fbe0b141d38e02b7ac6a41d8d36b73b30
---
 lang/gcc16-devel/Makefile                  |  2 +-
 lang/gcc16-devel/distinfo                  |  6 +++---
 lang/gcc16-devel/files/patch-gcc_configure | 27 ++++++---------------------
 3 files changed, 10 insertions(+), 25 deletions(-)

diff --git a/lang/gcc16-devel/Makefile b/lang/gcc16-devel/Makefile
index ecc254676e9f..b579cec7b23a 100644
--- a/lang/gcc16-devel/Makefile
+++ b/lang/gcc16-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gcc
-PORTVERSION=	16.0.1.s20260208
+PORTVERSION=	16.0.1.s20260215
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
diff --git a/lang/gcc16-devel/distinfo b/lang/gcc16-devel/distinfo
index 7766af6f8273..eb8c99c21365 100644
--- a/lang/gcc16-devel/distinfo
+++ b/lang/gcc16-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1770711813
-SHA256 (gcc-16-20260208.tar.xz) = 7a51649754e679193796b40f19383c444a65cc8f5cba84568c46afbb90def15c
-SIZE (gcc-16-20260208.tar.xz) = 98344104
+TIMESTAMP = 1771260145
+SHA256 (gcc-16-20260215.tar.xz) = 45e9c3877866713330db5c6869b9c475714db147ff0fb815da2b546d4b9e771a
+SIZE (gcc-16-20260215.tar.xz) = 98388052
diff --git a/lang/gcc16-devel/files/patch-gcc_configure b/lang/gcc16-devel/files/patch-gcc_configure
index 518dd10c9ed1..cc60593ba6f7 100644
--- a/lang/gcc16-devel/files/patch-gcc_configure
+++ b/lang/gcc16-devel/files/patch-gcc_configure
@@ -1,27 +1,12 @@
-First part fixes bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123366.
-
-Second part enables support for .init_array and .fini_array, which
-FreeBSD supports since commit 83aa9cc00c2d83d05a0efe7a1496d8aab4a153bb
-in the src repository.
+Enable support for .init_array and .fini_array, which FreeBSD supports
+since commit 83aa9cc00c2d83d05a0efe7a1496d8aab4a153bb in the src
+repository.
 
 There __FreeBSD_version is 1000009, so we start enabling the support
 from __FreeBSD_version == 1000010.
---- gcc/configure.orig  2025-11-30 22:32:18.000000000 +0000
-+++ gcc/configure       2026-02-06 06:52:22.662604000 +0000
-@@ -10599,11 +10599,11 @@
- 
- elif test "x$with_zstd" != x; then
-     as_fn_error $? "Unable to find zstd.h.  See config.log for details." "$LINENO" 5
--fi
- fi
- 
- CXXFLAGS="$saved_CXXFLAGS"
- LDFLAGS="$saved_LDFLAGS"
-+fi
- 
- 
- 
-@@ -26801,6 +26801,13 @@
+--- gcc/configure.orig	2023-05-11 22:33:34 UTC
++++ gcc/configure
+@@ -24214,6 +24214,13 @@ EOF
  #else
  # if defined __sun__ && defined __svr4__
     /* Solaris ld.so.1 supports .init_array/.fini_array since Solaris 8.  */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69937865.414e4.4a6ab930>