Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |
13.0.1.s20230422 23 Apr 2023 11:02:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230422 |
13.0.1.s20230416_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
13.0.1.s20230416 17 Apr 2023 12:22:12
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230416 |
13.0.1.s20230409 11 Apr 2023 16:29:33
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230409 |
13.0.1.s20230402 03 Apr 2023 13:41:09
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230402 |
13.0.1.s20230326 27 Mar 2023 20:46:36
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230326 |
13.0.1.s20230319 20 Mar 2023 22:29:27
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230319 |
13.0.1.s20230312 13 Mar 2023 18:39:24
    |
Lorenzo Salvadore (salvadore)  |
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. |
13.0.1.s20230305 06 Mar 2023 13:05:31
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230305 |
13.0.1.s20230226 27 Feb 2023 12:56:05
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230226 |
13.0.1.s20230219 20 Feb 2023 15:14:35
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230219 |
13.0.1.s20230212 13 Feb 2023 22:23:43
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230212 |
13.0.1.s20230205 06 Feb 2023 11:09:01
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230205 |
13.0.1.s20230129 30 Jan 2023 12:28:59
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230129 |
13.0.1.s20230122_1 24 Jan 2023 00:37:44
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Mark PIE_UNSAFE if a BOOTSTRAP option is enabled
Building the port with WITH_PIE fails if STANDARD_BOOTSTRAP or
LTO_BOOTSTRAP option is enabled.
Mark PIE_UNSAFE when such an option is enabled until a better solution
is found.
PR: 268901
Reported by: netchild |
13.0.1.s20230122 24 Jan 2023 00:37:43
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.1.s20230122 |
13.0.0.s20230115 16 Jan 2023 14:14:23
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20230115 |
13.0.0.s20230108 09 Jan 2023 12:48:31
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20230108
Snapshots 20221218, 20221225 and 20230101 had issues with lto: linking
times were too long, so long that the official package builders could
not build packages successfully (=>> Killing runaway build after 10800
seconds with no output).
This snapshot should perform better thanks to commit
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=edc038863d88ef0fe7c3ffb3703a9d2b3a17f0a9
. |
13.0.0.s20230101 02 Jan 2023 13:15:01
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20230101 |
13.0.0.s20221225 26 Dec 2022 22:04:38
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221225 |
13.0.0.s20221218 19 Dec 2022 20:17:22
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221218 |
13.0.0.s20221211 12 Dec 2022 17:46:10
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221211 |
13.0.0.s20221204 06 Dec 2022 13:18:45
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221204 |
13.0.0.s20221120 21 Nov 2022 19:42:36
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221120 |
13.0.0.s20221106 08 Nov 2022 10:39:21
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221106 |
13.0.0.s20221030 31 Oct 2022 21:49:09
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221030 |
13.0.0.s20221023 24 Oct 2022 19:28:01
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221023 |
13.0.0.s20221016 17 Oct 2022 21:05:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221016 |
13.0.0.s20221009 10 Oct 2022 15:18:14
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221009 |
13.0.0.s20221002 03 Oct 2022 10:12:46
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20221002 |
13.0.0.s20220925 26 Sep 2022 13:28:30
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220925 |
13.0.0.s20220918 19 Sep 2022 10:38:06
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220918 |
13.0.0.s20220911 13 Sep 2022 17:04:51
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: fix build on powerpc64 |
13.0.0.s20220911 12 Sep 2022 10:20:50
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220911 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
13.0.0.s20220904 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
13.0.0.s20220904 05 Sep 2022 22:10:15
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220904 |
13.0.0.s20220828 29 Aug 2022 13:18:08
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220828 |
13.0.0.s20220821 22 Aug 2022 12:00:05
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220821 |
13.0.0.s20220731_1 22 Aug 2022 12:00:04
    |
Lorenzo Salvadore (salvadore)  Author: Jan Beich |
lang/gcc13-devel: Expose non-default -stdlib=libc++ support
Fix -stdlib=libc++ option which produced "error: unrecognized
command-line option '-stdlib=libc++'".
PR: 265962
Reported by: jbeich |
13.0.0.s20220731 01 Aug 2022 23:55:22
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220731 |
13.0.0.s20220724 26 Jul 2022 01:28:41
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220724 |
13.0.0.s20220717 20 Jul 2022 14:22:15
    |
Tobias C. Berner (tcberner)  |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
13.0.0.s20220717 18 Jul 2022 02:04:55
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc13-devel: Update to 13.0.0.s20220717, adopt
- Update to latest snapshot.
- Take maintainership: since I am getting more and more involved with
gcc ports, I believe it is time to adopt one. |
13.0.0.s20220710 11 Jul 2022 15:18:22
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: update to snapshot 20220710 |
13.0.0.s20220703 07 Jul 2022 22:56:01
    |
Lorenzo Salvadore (salvadore)  |
lang/gcc>=11: Warn about LTO_BOOTSTRAP
Warn users about the amount of ram and time needed to build GCC with
LTO_BOOTSTRP enabled.
PR: 264949
Reported by: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> and others
Reviewed by: gerald
Differential Revision: https://reviews.freebsd.org/D35688 |
13.0.0.s20220703 04 Jul 2022 00:00:32
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: update to snapshot 20220703 |
13.0.0.s20220626 26 Jun 2022 23:02:00
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: update to snapshot 20220626 |
13.0.0.s20220619 21 Jun 2022 02:47:33
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: update to snapshot 20220619 |
13.0.0.s20220522 27 May 2022 13:51:50
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: update to snapshot 20220522 |
13.0.0.s20220508 10 May 2022 23:42:49
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: update to 20220508 snapshot |
13.0.0.s20220501 02 May 2022 07:26:31
    |
Piotr Kubaj (pkubaj)  |
lang/gcc13-devel: Add port
Add new port to track the latest development branch of GCC. |