git: 83b04e75c45d - main - lang/gcc13-devel: Update to 13.0.1.s20230312

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Mon, 13 Mar 2023 18:39:39 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/ports/commit/?id=83b04e75c45d6b661227d6229387ad6b165acc15

commit 83b04e75c45d6b661227d6229387ad6b165acc15
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-03-13 18:34:15 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-03-13 18:39:24 +0000

    lang/gcc13-devel: Update to 13.0.1.s20230312
    
    Also try to remove the old patch files/patch-gets-no-more, which
    hopefully is not needed anymore.
---
 lang/gcc13-devel/Makefile                 |  2 +-
 lang/gcc13-devel/distinfo                 |  6 ++--
 lang/gcc13-devel/files/patch-gets-no-more | 47 -------------------------------
 3 files changed, 4 insertions(+), 51 deletions(-)

diff --git a/lang/gcc13-devel/Makefile b/lang/gcc13-devel/Makefile
index e1a8c013e79a..c817ed8d40c2 100644
--- a/lang/gcc13-devel/Makefile
+++ b/lang/gcc13-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	gcc
-PORTVERSION=	13.0.1.s20230305
+PORTVERSION=	13.0.1.s20230312
 CATEGORIES=	lang
 MASTER_SITES=	GCC/snapshots/${DIST_VERSION}
 PKGNAMESUFFIX=	${SUFFIX}-devel
diff --git a/lang/gcc13-devel/distinfo b/lang/gcc13-devel/distinfo
index 7cd0c3322fbd..d0c5dd611d7f 100644
--- a/lang/gcc13-devel/distinfo
+++ b/lang/gcc13-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678063641
-SHA256 (gcc-13-20230305.tar.xz) = 5675476e7efef9f7abf602e9fbca0223c851229df692881526e17894d0f587d2
-SIZE (gcc-13-20230305.tar.xz) = 84314220
+TIMESTAMP = 1678715954
+SHA256 (gcc-13-20230312.tar.xz) = 9058b415f1776b930bc0957276cb8cfcb01ced7db2a3111cdec74a69c5146c7b
+SIZE (gcc-13-20230312.tar.xz) = 84361832
diff --git a/lang/gcc13-devel/files/patch-gets-no-more b/lang/gcc13-devel/files/patch-gets-no-more
deleted file mode 100644
index 4b49aba3ca28..000000000000
--- a/lang/gcc13-devel/files/patch-gets-no-more
+++ /dev/null
@@ -1,47 +0,0 @@
-Disable the build/use of libssp/gets-chk since FreeBSD 12 and later
-do not feature gets() any longer.
-
---- UTC
-Index: libssp/Makefile.am
-===================================================================
---- libssp/Makefile.am	(revision 263319)
-+++ libssp/Makefile.am	(working copy)
-@@ -42,7 +42,7 @@
- nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
- 
- libssp_la_SOURCES = \
--	ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
-+	ssp.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
- 	memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
- 	strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
- 	vsnprintf-chk.c vsprintf-chk.c
-Index: libssp/Makefile.in
-===================================================================
---- libssp/Makefile.in	(revision 263319)
-+++ libssp/Makefile.in	(working copy)
-@@ -108,7 +108,7 @@
- am__installdirs = "$(DESTDIR)$(toolexeclibdir)" \
- 	"$(DESTDIR)$(libsubincludedir)"
- LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
--am_libssp_la_OBJECTS = ssp.lo gets-chk.lo memcpy-chk.lo memmove-chk.lo \
-+am_libssp_la_OBJECTS = ssp.lo memcpy-chk.lo memmove-chk.lo \
- 	mempcpy-chk.lo memset-chk.lo snprintf-chk.lo sprintf-chk.lo \
- 	stpcpy-chk.lo strcat-chk.lo strcpy-chk.lo strncat-chk.lo \
- 	strncpy-chk.lo vsnprintf-chk.lo vsprintf-chk.lo
-@@ -291,7 +291,7 @@
- libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include
- nobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.h
- libssp_la_SOURCES = \
--	ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
-+	ssp.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \
- 	memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \
- 	strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
- 	vsnprintf-chk.c vsprintf-chk.c
-@@ -452,7 +452,6 @@
- distclean-compile:
- 	-rm -f *.tab.c
- 
--@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gets-chk.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libssp_nonshared_la-ssp-local.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy-chk.Plo@am__quote@
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove-chk.Plo@am__quote@