Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
13.3.1.s20250411_1 16 Apr 2025 13:20:37
    |
Lorenzo Salvadore (salvadore)  Author: Oleg Sidorkin |
lang/gcc13-devel: Fix SIGBUS depending on CPUTYPE
Compiling GCC with some CPUTYPE values (e.g. broadwell) result in
breaking some applications (e.g. math/octave, cad/freecad), sending
a SIGBUS.
The issue is due to GCC generating instructions that require variables
to be aligned in memory on certain CPUs. Our libthr does not have the
required alignment so these CPUs fail to execute these instructions.
The patch disables the generation of such instructions.
PR: 285711
Reported by: cracauer
Tested by: cracauer, jbo |
13.3.1.s20250411 16 Apr 2025 13:20:37
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250411 |
13.3.1.s20250404 08 Apr 2025 08:41:41
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250404 |
13.3.1.s20250328 01 Apr 2025 10:58:49
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250328 |
13.3.1.s20250321 01 Apr 2025 10:58:49
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250321 |
13.3.1.s20250314 17 Mar 2025 18:33:11
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250314 |
13.3.1.s20250307 13 Mar 2025 16:54:27
    |
Baptiste Daroussin (bapt)  |
gcc*: properly define USE_LDCONFIG32 for multilib |
13.3.1.s20250307 11 Mar 2025 12:57:21
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250307 |
13.3.1.s20250301 04 Mar 2025 07:48:29
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250301
Also fix linking with libisl.so depending on GRAPHITE option, which is
now implemented through options helpers.
Co-authored-by: Gerald Pfeifer <gerald@FreeBSD.org>
PR: 276070
Reported by: Ivan Rozhuk <rozhuk.im@gmail.com> |
13.3.1.s20250221 25 Feb 2025 15:16:59
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250221
Also remove recently added patch that fixed binaries compiled with the
-static option as it has been merged upstream with commit
4f3a1ef6a8f32e4583d4c67fc452db9aa7fccb68.
PR: 284441 |
13.3.1.s20250214 18 Feb 2025 14:54:15
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250214 |
13.3.1.s20250207 10 Feb 2025 18:19:44
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250207 |
13.3.1.s20250131 04 Feb 2025 08:16:34
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250131 |
13.3.1.s20250124_1 04 Feb 2025 08:16:33
    |
Lorenzo Salvadore (salvadore)  Author: Dimitry Andric |
lang/gcc13-devel: Fix segfaults for static binaries
Fix segmentation faults caused by -static flag into compiled binaries.
Email thread:
https://lists.freebsd.org/archives/freebsd-hackers/2025-January/004236.html
Upstream bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118685
PR: 284441
Reported by: kargl |
13.3.1.s20250124 29 Jan 2025 13:00:59
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250124 |
13.3.1.s20250117 21 Jan 2025 15:52:48
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20250117 |
13.3.1.s20241227 31 Dec 2024 19:40:28
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241227 |
13.3.1.s20241220 28 Dec 2024 09:58:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241220 |
13.3.1.s20241213 22 Dec 2024 11:15:56
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241213 |
13.3.1.s20241129 02 Dec 2024 20:43:28
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241129 |
13.3.1.s20241122 28 Nov 2024 10:01:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241122 |
13.3.1.s20241108 13 Nov 2024 20:17:59
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241108 |
13.3.1.s20241025 31 Oct 2024 16:04:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241025 |
13.3.1.s20241011 29 Oct 2024 23:54:20
    |
Kyle Evans (kevans)  |
lang/gcc*: disable building of libssp
For today's FreeBSD 14 and earlier, libssp is a nop because nothing on
FreeBSD will be referencing these headers or lib. On FreeBSD 15, it
actively breaks building with FORTIFY_SOURCE enabled and it's not worth
trying to make it work- the potential for GCC improvements comes from
the __builtin_object_size enhancement, not from these headers.
PR: 280265
Approved by: salvadore (maintainer) |
13.3.1.s20241011 16 Oct 2024 13:18:47
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241011 |
13.3.1.s20241004 09 Oct 2024 13:37:47
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20241004 |
13.3.1.s20240920 24 Sep 2024 10:51:22
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20240920 |
13.3.1.s20240830 03 Sep 2024 11:50:55
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20240830 |
13.3.1.s20240719 24 Jul 2024 15:10:09
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20240719 |
13.3.1.s20240712 16 Jul 2024 15:41:40
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20240712 |
13.3.1.s20240705 09 Jul 2024 12:32:06
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20240705 |
13.3.1.s20240621 30 Jun 2024 14:33:30
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20240621 |
13.3.1.s20240614 20 Jun 2024 12:30:25
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20240614 |
13.3.1.s20240607 13 Jun 2024 10:40:42
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.3.1.s20240607 |
13.2.1.s20240517 23 May 2024 09:23:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240517 |
13.2.1.s20240503 04 May 2024 15:58:21
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240503 |
13.2.1.s20240426 30 Apr 2024 15:38:07
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240426 |
13.2.1.s20240420 23 Apr 2024 13:04:03
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240420 |
13.2.1.s20240413 15 Apr 2024 12:33:34
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240413 |
13.2.1.s20240406 08 Apr 2024 19:27:10
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240406
Also remove obsolete patch files: patch have been upstreamed in upstream
commits 68057560ff1fc0fb2df38c2f9627a20c9a8da5c5 and
e95ab9e60ce1d9aa7751d79291133fd5af9209d7. |
13.2.1.s20240330 06 Apr 2024 10:33:54
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240330 |
13.2.1.s20240323 24 Mar 2024 08:03:25
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240323 |
13.2.1.s20240316 21 Mar 2024 12:44:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240316 |
13.2.1.s20240224 26 Feb 2024 22:50:54
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240224 |
13.2.1.s20240217 21 Feb 2024 20:47:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240217 |
13.2.1.s20240210 15 Feb 2024 17:52:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240210 |
13.2.1.s20240203 06 Feb 2024 10:45:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240203 |
13.2.1.s20240127 01 Feb 2024 13:48:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240127 |
13.2.1.s20240120_1 28 Jan 2024 13:39:23
    |
Muhammad Moinur Rahman (bofh)  |
lang/gcc13-devel: Moved man to share/man
Approved by: portmgr (blanket) |
13.2.1.s20240120 23 Jan 2024 09:15:30
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240120 |
13.2.1.s20240113 15 Jan 2024 10:47:18
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240113 |
13.2.1.s20240106_2 13 Jan 2024 08:17:23
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Fix Address sanitizer
Software compiled with -fsanitize=address fails to run with the error
message "ASan runtime does not come first in initial library list; you
should either link runtime to your application or manually preload it
with LD_PRELOAD".
This commit fixes the issue by ignoring the [vdso] loaded shared library
instead of linux-vdso.so.
To successfully run the software compiled with -fsanitize=address it is
still necessary to disable ASLR.
PR: 267751
Reported by: yuri
Co-authored-by: Andreas Tobler <andreast@gcc.gnu.org> |
13.2.1.s20240106_1 08 Jan 2024 10:04:10
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20240106 |
13.2.1.s20231230_1 05 Jan 2024 21:03:54
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: switch to using clang, as with other stable GCC branches and
remove ELFv1 support |
13.2.1.s20231230_1 01 Jan 2024 13:24:26
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231230 |
13.2.1.s20231223_1 31 Dec 2023 00:37:05
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
13.2.1.s20231223_1 25 Dec 2023 10:59:43
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231223 |
13.2.1.s20231216_1 20 Dec 2023 07:47:20
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231216 |
13.2.1.s20231209_1 15 Dec 2023 20:36:59
    |
Dimitry Andric (dim)  |
lang/gcc12 lang/gcc12-devel lang/gcc13 lang/gcc13-devel lang/gcc14-devel: fix
build without bootstrap
When more recent gcc ports are built without bootstrap, compiling libcc1
plugins results in errors similar to:
In file included from
/wrkdirs/share/dim/ports/lang/gcc13/work/gcc-13.2.0/libcc1/libcc1plugin.cc:72:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
/usr/include/c++/v1/locale:289:36: error: attempt to use a poisoned identifier
289 | __status = (unsigned char*)malloc(__nkw);
| ^
/usr/include/c++/v1/locale:1584:28: error: attempt to use a poisoned
identifier
1584 | __ob =
(char_type*)malloc(2*static_cast<size_t>(__nc)*sizeof(char_type));
| ^ (Only the first 15 lines of the commit message are shown above ) |
13.2.1.s20231209_1 12 Dec 2023 08:22:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231209 |
13.2.1.s20231202_1 05 Dec 2023 18:11:27
    |
Thierry Thomas (thierry)  |
lang/gcc12+: forward the installation of ISO_Fortran_binding.h in a separate dir
PR: 275431
Approved by: salvadore@ (maintainer) |
13.2.1.s20231202 04 Dec 2023 11:31:32
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231202 |
13.2.1.s20231125 27 Nov 2023 14:11:20
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231125 |
13.2.1.s20231118 20 Nov 2023 11:15:07
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231118 |
13.2.1.s20231111 13 Nov 2023 09:50:52
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231111 |
13.2.1.s20231104 06 Nov 2023 07:09:36
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231104 |
13.2.1.s20231028 29 Oct 2023 14:00:04
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231028 |
13.2.1.s20231021 23 Oct 2023 13:10:06
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231021 |
13.2.1.s20231014 16 Oct 2023 07:11:14
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231014 |
13.2.1.s20231007 12 Oct 2023 05:06:24
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: fix build on powerpc
cc1plus: out of memory allocating 48749344 bytes after a total of 0 bytes |
13.2.1.s20231007 09 Oct 2023 10:49:15
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20231007 |
13.2.1.s20230930 06 Oct 2023 17:48:53
    |
Dimitry Andric (dim)  |
lang/gcc10 lang/gcc11 lang/gcc11-devel lang/gcc12 lang/gcc12-devel lang/gcc13
lang/gcc13-devel lang/gcc14-devel: fix build with libc++ 17
When building relatively recent gcc ports (with C++ in them) against
libc++ 17, you get errors similar to:
In file included from
/wrkdirs/usr/ports/lang/gcc12/work/gcc-12.2.0/gcc/cp/module.cc:208:
In file included from
/wrkdirs/usr/ports/lang/gcc12/work/gcc-12.2.0/gcc/system.h:239:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:546:5: error: '__abi_tag__' attribute only
applies to structs, variables, functions, and namespaces
546 | _LIBCPP_INLINE_VISIBILITY
| ^
/usr/include/c++/v1/__config:813:37: note: expanded from macro
'_LIBCPP_INLINE_VISIBILITY' (Only the first 15 lines of the commit message are shown above ) |
13.2.1.s20230930 04 Oct 2023 11:01:50
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230930 |
13.2.1.s20230923 25 Sep 2023 17:30:26
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230923 |
13.2.1.s20230916 17 Sep 2023 16:07:07
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230916 |
13.2.1.s20230909 10 Sep 2023 13:24:56
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230909 |
13.2.1.s20230902 03 Sep 2023 10:55:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230902 |
13.2.1.s20230826 01 Sep 2023 11:41:18
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230826 |
13.2.1.s20230819 25 Aug 2023 17:53:50
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230819 |
13.2.1.s20230812 15 Aug 2023 14:31:14
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230812 |
13.2.1.s20230805 08 Aug 2023 15:47:56
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230805 |
13.2.1.s20230729 01 Aug 2023 20:03:28
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.2.1.s20230729 |
13.1.1.s20230722 25 Jul 2023 16:09:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230722 |
13.1.1.s20230715 16 Jul 2023 12:09:36
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230715 |
13.1.1.s20230708 16 Jul 2023 12:09:34
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230708 |
13.1.1.s20230701 04 Jul 2023 16:28:12
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230701 |
13.1.1.s20230624 01 Jul 2023 11:41:39
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230624 |
13.1.1.s20230617 19 Jun 2023 15:19:22
    |
Piotr Kubaj (pkubaj)  |
lang/gcc*: fix build with CPUTYPE?=g[3-5]
GCC does not accept -mcpu=g4, but does accept -mcpu=G4. |
13.1.1.s20230617 18 Jun 2023 15:42:08
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230617 |
13.1.1.s20230610 14 Jun 2023 12:08:32
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230610 |
13.1.1.s20230603_1 05 Jun 2023 09:21:57
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Switch back to standard bootstrap
Switch back to STANDARD_BOOTSTRAP on i386, amd64 and aarch64 as default
option instead of LTO_BOOTSTRAP: lto bootstrap produces too many
failures on the package builders for those architectures.
Users wanting to use LTO_BOOTSTRAP can still enable the option
manually.
The option stays enabled by default on powerpc, powerpc64 and
powerpc64le, for which I do not have failure reports from package
builders. |
13.1.1.s20230603 05 Jun 2023 09:21:55
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230603 |
13.1.1.s20230527 29 May 2023 17:43:41
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230527 |
13.1.1.s20230520 22 May 2023 20:34:52
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230520 |
13.1.1.s20230513_1 22 May 2023 20:34:50
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Fix enable init_array patch
Add an error line that was missing in case _FreeBSD_version <
1000010.
Reported by: gnikl@users.sourceforge.net
Fixes: 503f89cfa5ce lang/gcc13-devel: Enable support for
.init_array and .fini_array |
13.1.1.s20230513 14 May 2023 13:30:55
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230513 |
13.1.1.s20230506_1 14 May 2023 13:30:18
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Enable support for .init_array and .fini_array
Enable support for .init_array and .fini_array, which FreeBSD supports
since commit 83aa9cc00c2d83d05a0efe7a1496d8aab4a153bb in the src
repository.
There __FreeBSD_version is 1000009, so we start enabling the support
from __FreeBSD_version == 1000010.
See also review https://reviews.freebsd.org/D39968 for lang/gcc11-devel.
Reported by: Dan McGregor <dan.mcgregor@usask.ca> |
13.1.1.s20230506 08 May 2023 20:38:24
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.1.1.s20230506 |
13.1.1.s20230429 01 May 2023 17:56:59
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230429
Also fix plist for aarch64 |
13.0.1.s20230422 29 Apr 2023 15:23:21
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13: Add port
GCC, the GNU Compiler Collection, supports a number of languages.
This port installs the C, C++, and Fortran front ends as gcc13,
g++13, and gfortran13, respectively.
This is the first release from the GCC 13 series.
It largely is a copy of lang/gcc13-devel, with release-specific
modifications from lang/gcc12.
Common issues that could happen when porting code to GCC 13:
https://gcc.gnu.org/gcc-13/porting_to.html
Changes: https://gcc.gnu.org/gcc-13/changes.html
Reviewed by: gerald, Dan McGregor <dan.mcgregor@usask.ca>
Differential Revision: https://reviews.freebsd.org/D39841 |