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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.5.0nb10, Package name: gcc6-libs-6.5.0nb10, 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/gcc6]

Version history: (Expand)


CVS history: (Expand)


   2023-10-05 07:20:10 by David H. Gutteridge | Files touched by this commit (3)
Log message:
gcc*-libs: fix PKGREVISION values that got out of sync (again)
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
   2022-07-28 18:59:09 by David H. Gutteridge | Files touched by this commit (1)
Log message:
gcc*-libs: fix PKGREVISION values that got out of sync (again)
   2022-01-10 01:50:47 by David H. Gutteridge | Files touched by this commit (5)
Log message:
Fix PKGREVISION values of gcc*-libs that got out of sync (again)
   2021-10-12 15:46:15 by Tobias Nygren | Files touched by this commit (10)
Log message:
lang/gcc*: skip some RELRO checks when --disable-boostrap

This relates to the case when GCC is built using clang host CC. In that
case the runtime libraries are not built with RELRO for some reason.

for the gcc*-libs/ packages, mark them as RELRO_SUPPORTED=no unconditionally.
RELRO status depends on how the parent gcc package was built so we don't
need nor care about the RELRO status here.
   2021-02-13 16:56:18 by Maya Rashish | Files touched by this commit (23)
Log message:
lang/gcc{6,7,8,9,0}: call SUBTARGET_INIT_BUILTINS on sparc* too

While here point out that the aarch64 equivalent patch was sent upstream.
Bump PKGREVISION. fix gcc*-libs PKGREVISION accordingly.

Fixes PR pkg/55992: math/blas fails on NetBSD/sparc64
Fixes report by Connor McLaughlan on pkgsrc-users
   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