Path to this page:
./
lang/gcc48,
The GNU Compiler Collection (GCC) - 4.8 Release Series
Branch: CURRENT,
Version: 4.8.5nb10,
Package name: gcc48-4.8.5nb10,
Maintainer: pkgsrc-usersThe 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)
- (2020-12-05) Updated to version: gcc48-4.8.5nb10
- (2020-09-01) Updated to version: gcc48-4.8.5nb9
- (2019-08-11) Updated to version: gcc48-4.8.5nb8
- (2018-08-22) Updated to version: gcc48-4.8.5nb7
- (2018-07-24) Updated to version: gcc48-4.8.5nb6
- (2018-01-28) Updated to version: gcc48-4.8.5nb5
CVS history: (Expand)
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.
|
2019-09-08 16:47:53 by Maya Rashish | Files touched by this commit (6) |
Log message:
gcc{48,49,5,6,7,8}: In the case of a "system GCC", detect if the system
libgcc is newer than the one about to be installed. If so, don't install
the libgcc.
Having an older libgcc appear in the lookup may result in binaries not
running, as they need symbols from the newer libgcc.
Such a case is PR pkg/54506.
Leaves SunOS unchanged, by request from jperkin.
|