git: b200c1e6d242 - main - lang/gcc15-devel: Update to 15.0.1.s20250209
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Feb 2025 18:20:45 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=b200c1e6d242f9acadf58984d972040320e6cf85 commit b200c1e6d242f9acadf58984d972040320e6cf85 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2025-02-10 10:55:09 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2025-02-10 18:19:53 +0000 lang/gcc15-devel: Update to 15.0.1.s20250209 Also remove recently added patch that fixed binaries compiled with the -static option as it has been merged upstream with commit 06e5b0b4a244090abfea333d91fc5963292cb41d. PR: 284441 --- lang/gcc15-devel/Makefile | 2 +- lang/gcc15-devel/distinfo | 6 +++--- lang/gcc15-devel/files/patch-libgcc-config.host | 11 ----------- 3 files changed, 4 insertions(+), 15 deletions(-) diff --git a/lang/gcc15-devel/Makefile b/lang/gcc15-devel/Makefile index 200c32d1ed5c..1d8f79ab2c51 100644 --- a/lang/gcc15-devel/Makefile +++ b/lang/gcc15-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 15.0.1.s20250202 +PORTVERSION= 15.0.1.s20250209 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc15-devel/distinfo b/lang/gcc15-devel/distinfo index 57ff18f92deb..87e96603edc0 100644 --- a/lang/gcc15-devel/distinfo +++ b/lang/gcc15-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738598609 -SHA256 (gcc-15-20250202.tar.xz) = 9b44115b98f04c1c69a219fae89d05dbb5819010e30c9000b7302aa06672c954 -SIZE (gcc-15-20250202.tar.xz) = 91011652 +TIMESTAMP = 1739184908 +SHA256 (gcc-15-20250209.tar.xz) = 12ef13124a589fd3504056363d898659f7c91883f5b591bc1e8af87877d11e2a +SIZE (gcc-15-20250209.tar.xz) = 91287472 diff --git a/lang/gcc15-devel/files/patch-libgcc-config.host b/lang/gcc15-devel/files/patch-libgcc-config.host deleted file mode 100644 index c371f0d1e40b..000000000000 --- a/lang/gcc15-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"