NOTICE: This package has been removed from pkgsrc

./lang/gcc5-libs, The GNU Compiler Collection (GCC) support shared libraries

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


Branch: CURRENT, Version: 5.5.0nb8, Package name: gcc5-libs-5.5.0nb8, Maintainer: pkgsrc-users

The 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:
[pkgtools/cwrappers] [lang/gcc5]

Version history: (Expand)


CVS history: (Expand)


   2021-04-06 14:15:24 by Nia Alarie | Files touched by this commit (46) | Package removed
Log message:
remove gcc5, gcc5-libs

these were disabled in the pkgsrc infrastructure some time ago because
they cannot be built cleanly with older compilers while gcc6 can.

this all seems to be separate from the ada bits in gcc-5-aux which may
still be useful.
   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-11-28 17:08:55 by David Brownlee | Files touched by this commit (1)
Log message:
Set GCC_TARGET_MACHINE so RPATH set correctly to pickup libs from gcc5-libs

Bump PKGREVISION
   2018-07-19 00:42:57 by Maya Rashish | Files touched by this commit (4)
Log message:
gcc5: don't try to make references to stack_chk_fail_local on netbsd/sun
sun was added as joyent is patching for the same.

this code is only reached if compiling for i386 (or some variation of ppc)
netbsd's stack_chk_fail_local won't work for this.

PR pkg/53436
   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.