2021-04-02 13:56:16 by Nia Alarie | Files touched by this commit (162) | |
Log message:
remove gcc48/gcc49.
use of these packages was disabled in the pkgsrc infrastructure in
january because they were causing problems on platforms with older
compilers that can build gcc6 just fine:
glibc + FORTIFY + gcc48,gcc49,gcc5 = build failures.
gcc48 and newer require a c++98 compiler, same as all gcc versions up
to 11, so are not useful for bootstrapping.
gcc5 has additional Ada bits, someone needs to determine if they're
useful before it can go.
|
2021-02-12 01:34:23 by David H. Gutteridge | Files touched by this commit (6) |
Log message:
Fix PKGREVISION values of gcc*-libs that got out of sync
|
2020-10-23 02:39:37 by David H. Gutteridge | Files touched by this commit (5) |
Log message:
Fix PKGREVISION values of gcc*-libs that got out of sync
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-11-03 20:04:09 by Roland Illig | Files touched by this commit (159) |
Log message:
lang: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2018-07-11 13:21:26 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
gcc49-libs: Make this function correctly on Darwin.
Firstly we need to modify the copied libraries so that their install_name
matches the new location, otherwise check-shlibs thinks that they still
come from the main gcc49 package. Secondly we need to avoid the stub
libgcc_ext libraries that are used by default as we are unable to modify
their install_name, just link directly to libgcc. Bump PKGREVISION.
|
2018-04-08 08:06:13 by Thomas Klausner | Files touched by this commit (1) |
Log message:
gcc49-libs: bump PKGREVISION.
It needs to be higher than gcc49's.
From Izumi Tsutsui in PR 53165.
|
2018-01-01 19:16:39 by Roland Illig | Files touched by this commit (47) |
Log message:
Replaced $(ROUND) with ${CURLY} variable references.
This has been a pkglint warning for several years now, and pkglint can even
fix it automatically. And it did for this commit.
Only in lang/mercury, two passes of autofixing were necessary because there
were nested variables.
|
2017-10-14 16:47:43 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
Bump PKGREVISON from lang/gcc49 bump
|
2017-07-29 01:42:25 by Maya Rashish | Files touched by this commit (1) |
Log message:
Bump PKGREVISION above gcc49
|