git: 5f4e8f86e731 - main - lang/gcc14-devel: Update to 14.2.1.s20250215
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Feb 2025 14:54:29 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f4e8f86e731841de99fbd6a9e725f5300dc47b1
commit 5f4e8f86e731841de99fbd6a9e725f5300dc47b1
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2025-02-16 07:50:19 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2025-02-18 14:54:15 +0000
lang/gcc14-devel: Update to 14.2.1.s20250215
Also remove recently added patch that fixed binaries compiled with the
-static option as it has been merged upstream with commit
796849274c155d6f3430d94500cfa3c11fb59a1d.
PR: 284441
---
lang/gcc14-devel/Makefile | 2 +-
lang/gcc14-devel/distinfo | 6 +++---
lang/gcc14-devel/files/patch-libgcc-config.host | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile
index 7c2084734eae..6d313ee69815 100644
--- a/lang/gcc14-devel/Makefile
+++ b/lang/gcc14-devel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gcc
-PORTVERSION= 14.2.1.s20250208
+PORTVERSION= 14.2.1.s20250215
PORTEPOCH= 1
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
diff --git a/lang/gcc14-devel/distinfo b/lang/gcc14-devel/distinfo
index 4bc7533bee28..f097b3c88f1b 100644
--- a/lang/gcc14-devel/distinfo
+++ b/lang/gcc14-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1739092704
-SHA256 (gcc-14-20250208.tar.xz) = 79e7f1b4ead9194b5782eb5bd3bf5080f737792e9e352529f3cbe9265bab6e93
-SIZE (gcc-14-20250208.tar.xz) = 88198624
+TIMESTAMP = 1739692218
+SHA256 (gcc-14-20250215.tar.xz) = b9210b260c540e5f9de18ce6653d2296492af217e8542039f46f27a6b237888a
+SIZE (gcc-14-20250215.tar.xz) = 88203864
diff --git a/lang/gcc14-devel/files/patch-libgcc-config.host b/lang/gcc14-devel/files/patch-libgcc-config.host
deleted file mode 100644
index c371f0d1e40b..000000000000
--- a/lang/gcc14-devel/files/patch-libgcc-config.host
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgcc/config.host.orig 2025-01-30 12:31:26.479569000 -0800
-+++ libgcc/config.host 2025-01-30 12:32:03.732682000 -0800
-@@ -286,7 +286,7 @@
- # machine-specific sections may refine and add to this
- # configuration.
- tmake_file="$tmake_file t-freebsd t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip t-slibgcc t-slibgcc-gld t-slibgcc-elf-ver"
-- extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
-+ extra_parts="crtbegin.o crtend.o crtbeginS.o crtbeginT.o crtendS.o"
- case ${target_thread_file} in
- posix)
- tmake_file="${tmake_file} t-freebsd-thread"