2019-08-05 23:16:39 by Maya Rashish | Files touched by this commit (2) |
Log message: gcc5-aux, gcc6-aux: patch fixincludes on netbsd. This is based on an already upstreamed patched that exists in GCC>9.0. GCC stddef.h relied on the include guards of headers, and those were changed in netbsd 9.0, so these packages no longer build. Since we are using a bootstrap GCC, we also need to patch the headers in the bootstrap fixincludes, patching the package is not sufficient. Ada part of PR toolchain/54362. |
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message: Recursive bump for perl5-5.28.0 |
2018-04-02 11:30:07 by Thomas Klausner | Files touched by this commit (13) |
Log message: *: reset maintainer for marino on his request |
2018-01-28 17:24:15 by Thomas Klausner | Files touched by this commit (71) |
Log message: recursive bump after mpfr shlib major bump |
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message: Fix indentation in buildlink3.mk files. The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice. |
2017-07-10 01:17:39 by Maya Rashish | Files touched by this commit (2) |
Log message: Always stop libstdc++ from using PCH, not just on bootstrap. It fails and hangs on netbsd, and people who have looked at the PCH implementation blame it rather than the OS. whitespace. |
2017-06-08 01:19:05 by Pierre Pronchery | Files touched by this commit (2) |
Log message: Mark gnatmake as NOT_PAX_MPROTECT_SAFE Bumps PKGREVISION. |
2017-01-19 19:52:30 by Alistair G. Crooks | Files touched by this commit (352) |
Log message: Convert all occurrences (353 by my count) of MASTER_SITES= site1 \ site2 style continuation lines to be simple repeated MASTER_SITES+= site1 MASTER_SITES+= site2 lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint accordingly. |
2016-12-12 15:33:24 by John Marino | Files touched by this commit (1) |
Log message: lang/gcc5-aux: Belated revbump The previous fix had a revbump staged, but I missed it in the cvs commit. |
2016-12-10 01:22:39 by John Marino | Files touched by this commit (1) |
Log message: lang/gcc5-aux: Fix getchar functionality on NetBSD |