Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Feb 2026 17:27:56 +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: 17551496e5f9 - main - lang/gcc16-devel: Update to 16.0.1.s20260201
Message-ID:  <6986249c.25124.19f601bf@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=17551496e5f93f340b66b8a495e57e11baa488dd

commit 17551496e5f93f340b66b8a495e57e11baa488dd
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2026-02-02 15:49:54 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2026-02-06 17:27:42 +0000

    lang/gcc16-devel: Update to 16.0.1.s20260201
    
    Also introduces a fix for upstream bug
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123366, authored by
    Mark Millard <marklmi@yahoo.com>.
    
    Co-authored-by: Mark Millard <marklmi@yahoo.com>
---
 lang/gcc16-devel/Makefile                  |  2 +-
 lang/gcc16-devel/distinfo                  |  6 +++---
 lang/gcc16-devel/files/patch-gcc_configure | 27 +++++++++++++++++++++------
 3 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/lang/gcc16-devel/Makefile b/lang/gcc16-devel/Makefile
index 06931dbc3957..6c5a81834cb7 100644
--- a/lang/gcc16-devel/Makefile
+++ b/lang/gcc16-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gcc
-PORTVERSION=	16.0.0.s20251123
+PORTVERSION=	16.0.1.s20260201
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
diff --git a/lang/gcc16-devel/distinfo b/lang/gcc16-devel/distinfo
index 138f6d4c3446..7ce28b88ccad 100644
--- a/lang/gcc16-devel/distinfo
+++ b/lang/gcc16-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1764142589
-SHA256 (gcc-16-20251123.tar.xz) = 8a05121bb480eedfe39219be2d1ba290a885aecab21975b3d5b467233cab2b0d
-SIZE (gcc-16-20251123.tar.xz) = 97158532
+TIMESTAMP = 1770047394
+SHA256 (gcc-16-20260201.tar.xz) = 0b93b1ab14d7fbf0d80c90c2e64f2a0bfde2b0544be39ee46311a6de679475bf
+SIZE (gcc-16-20260201.tar.xz) = 98286008
diff --git a/lang/gcc16-devel/files/patch-gcc_configure b/lang/gcc16-devel/files/patch-gcc_configure
index cc60593ba6f7..518dd10c9ed1 100644
--- a/lang/gcc16-devel/files/patch-gcc_configure
+++ b/lang/gcc16-devel/files/patch-gcc_configure
@@ -1,12 +1,27 @@
-Enable support for .init_array and .fini_array, which FreeBSD supports
-since commit 83aa9cc00c2d83d05a0efe7a1496d8aab4a153bb in the src
-repository.
+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.
 
 There __FreeBSD_version is 1000009, so we start enabling the support
 from __FreeBSD_version == 1000010.
---- gcc/configure.orig	2023-05-11 22:33:34 UTC
-+++ gcc/configure
-@@ -24214,6 +24214,13 @@ EOF
+--- 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 @@
  #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?6986249c.25124.19f601bf>