Skip to content

Commit 966dd0e

Browse files
committed
(lib)gcc15: Update to 15.2.0
1 parent 79c0359 commit 966dd0e

File tree

3 files changed

+5
-94
lines changed

3 files changed

+5
-94
lines changed

lang/gcc15/Portfile

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ long_description {*}${description}, including front ends for \
2121
C, C++, Objective-C, Objective-C++, Modula-2 and Fortran.
2222

2323
# Remember to reset all revision increments below to 0 on new versions
24-
version ${gcc_major_v}.1.0
25-
revision 3
24+
version ${gcc_major_v}.2.0
25+
revision 0
2626

2727
set libgccname lib${name}
2828
subport ${libgccname} { revision [ expr ${revision} + 0 ] }
2929

3030
set libcxxname ${name}-libcxx
3131

32-
checksums rmd160 711fdf2d13fcda8b2b149b6f3a1b30b04326d5f3 \
33-
sha256 e2b09ec21660f01fecffb715e0120265216943f038d0e48a9868713e54f06cea \
34-
size 98268344
32+
checksums rmd160 b16e24d6caab2f7be54edc500b99ef08d436d300 \
33+
sha256 438fd996826b0c82485a29da03a72d71d6e3541a83ec702df4271f6fe025d24e \
34+
size 101056276
3535

3636
# Primary releases
3737
master_sites https://ftpmirror.gnu.org/gcc/gcc-${version}/ \
@@ -187,10 +187,6 @@ if { ${os.platform} eq "darwin" } {
187187
# git diff --no-prefix releases/gcc-14.2.0 gcc-14.2-darwin-r1
188188
patchfiles-append patch-darwin-gcc-${version}.diff
189189

190-
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120645
191-
# Should be removed once in the release / darwoin patch we use above
192-
patchfiles-append patch-darwin-driver-macOS26.diff
193-
194190
if { ${os.major} == 8 } {
195191
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117834
196192
patchfiles-append darwin8-define-PTHREAD_RWLOCK_INITIALIZER.patch

lang/gcc15/files/patch-darwin-driver-macOS26.diff

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)