NOTICE: This package has been removed from pkgsrc

./lang/gcc48, The GNU Compiler Collection (GCC) - 4.8 Release Series

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.8.5nb10, Package name: gcc48-4.8.5nb10, Maintainer: pkgsrc-users

The GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, Java, and Go, as well as libraries for these languages (libstdc++,
libgcj,...).


Required to run:
[textproc/gsed] [math/mpfr] [devel/gmp] [math/mpcomplex] [math/cloog] [math/isl]

Required to build:
[pkgtools/cwrappers]

Package options: gcc-c++, gcc-fortran, gcc-graphite, gcc-objc, gcc-objc++, nls

Master sites: (Expand)

SHA1: de144b551f10e23d82f30ecd2d6d0e18c26f8850
RMD160: 98e84aa59bd668c4ab58afea9c7a2d1cc0c6ef7e
Filesize: 84146.081 KB

Version history: (Expand)


CVS history: (Expand)


   2021-04-02 13:56:16 by Nia Alarie | Files touched by this commit (162) | Package removed
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.
   2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456)
Log message:
Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.
   2020-10-23 02:45:48 by David H. Gutteridge | Files touched by this commit (7)
Log message:
Fix grammar in a comment in gcc* Makefiles
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-05-17 22:07:00 by Roland Illig | Files touched by this commit (1)
Log message:
lang/gcc48: build even with -Werror=char-subscripts
   2020-05-03 19:37:47 by Roland Illig | Files touched by this commit (1)
Log message:
lang/gcc48: ignore unknown configure options, skip portability check
   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.