Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2024 12:32:10 GMT
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: 93de43f848ae - main - lang/gcc11-devel: Update to 11.4.1.s20240703
Message-ID:  <202407091232.469CWA93059193@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93de43f848aeaceb8b7fa55b0f2abd1bc99238f7

commit 93de43f848aeaceb8b7fa55b0f2abd1bc99238f7
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2024-07-04 01:00:25 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2024-07-09 12:32:05 +0000

    lang/gcc11-devel: Update to 11.4.1.s20240703
    
    Also delete obsolete patch, upstreamed in upstream commit
    5a419c22e67b30bfa10a59351c64663396a4c8f2.
---
 lang/gcc11-devel/Makefile                 |  2 +-
 lang/gcc11-devel/distinfo                 |  6 ++---
 lang/gcc11-devel/files/patch-gcc_system.h | 42 -------------------------------
 3 files changed, 4 insertions(+), 46 deletions(-)

diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile
index f9a62ac475d0..9addef188546 100644
--- a/lang/gcc11-devel/Makefile
+++ b/lang/gcc11-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gcc
-PORTVERSION=	11.4.1.s20240619
+PORTVERSION=	11.4.1.s20240703
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
diff --git a/lang/gcc11-devel/distinfo b/lang/gcc11-devel/distinfo
index 8c39426a4f4d..bc187c3684fb 100644
--- a/lang/gcc11-devel/distinfo
+++ b/lang/gcc11-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718845227
-SHA256 (gcc-11-20240619.tar.xz) = 12de51cf87e171b8ffb2ea142fc23ae2d562b286a9aefc42f20cebeac476c77f
-SIZE (gcc-11-20240619.tar.xz) = 76267052
+TIMESTAMP = 1720054824
+SHA256 (gcc-11-20240703.tar.xz) = d61915de47e9609ed081b9a197cc5a73fdc9916d431e5c906e2b35573fc82202
+SIZE (gcc-11-20240703.tar.xz) = 76281780
diff --git a/lang/gcc11-devel/files/patch-gcc_system.h b/lang/gcc11-devel/files/patch-gcc_system.h
deleted file mode 100644
index 082e08ef73c8..000000000000
--- a/lang/gcc11-devel/files/patch-gcc_system.h
+++ /dev/null
@@ -1,42 +0,0 @@
---- gcc/system.h.orig	2023-09-14 22:32:14 UTC
-+++ gcc/system.h
-@@ -203,19 +203,6 @@ extern int fprintf_unlocked (FILE *, const char *, ...
- #endif
- #endif
- 
--/* There are an extraordinary number of issues with <ctype.h>.
--   The last straw is that it varies with the locale.  Use libiberty's
--   replacement instead.  */
--#include "safe-ctype.h"
--
--#include <sys/types.h>
--
--#include <errno.h>
--
--#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO
--extern int errno;
--#endif
--
- #ifdef __cplusplus
- #if defined (INCLUDE_ALGORITHM) || !defined (HAVE_SWAP_IN_UTILITY)
- # include <algorithm>
-@@ -242,6 +229,19 @@ extern int errno;
- # include <new>
- # include <utility>
- # include <type_traits>
-+#endif
-+
-+/* There are an extraordinary number of issues with <ctype.h>.
-+   The last straw is that it varies with the locale.  Use libiberty's
-+   replacement instead.  */
-+#include "safe-ctype.h"
-+
-+#include <sys/types.h>
-+
-+#include <errno.h>
-+
-+#if !defined (errno) && defined (HAVE_DECL_ERRNO) && !HAVE_DECL_ERRNO
-+extern int errno;
- #endif
- 
- /* Some of glibc's string inlines cause warnings.  Plus we'd rather



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407091232.469CWA93059193>