Path to this page:
NOTICE: This package has been removed from pkgsrc./
lang/gcc49-libs,
The GNU Compiler Collection (GCC) support shared libraries
Branch: CURRENT,
Version: 4.9.4nb11,
Package name: gcc49-libs-4.9.4nb11,
Maintainer: pkgsrc-usersThe GNU Compiler Collection (GCC) includes front ends for C, C++, Objective-C,
Fortran, and Go, as well as libraries for these languages (libstdc++,
libgfortran, ...).
This packages provides GCC support libraries in a specific location and allows
packages to depend on just the libraries rather than having to pull in the full
GCC package.
Required to build:[
lang/gcc49] [
pkgtools/cwrappers]
Version history: (Expand)
- (2021-04-03) Package deleted from pkgsrc
- (2021-02-12) Updated to version: gcc49-libs-4.9.4nb11
- (2020-10-23) Updated to version: gcc49-libs-4.9.4nb10
- (2018-07-11) Updated to version: gcc49-libs-4.9.4nb8
- (2018-04-08) Updated to version: gcc49-libs-4.9.4nb7
- (2017-11-23) Package has been reborn
CVS history: (Expand)
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.
|