Path to this page:
./
lang/gcc13-libs,
The GNU Compiler Collection (GCC) support shared libraries
Branch: CURRENT,
Version: 13.3.0nb3,
Package name: gcc13-libs-13.3.0nb3,
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.
Version history: (Expand)
- (2025-01-07) Updated to version: gcc13-libs-13.3.0nb3
- (2023-05-03) Package added to pkgsrc.se, version gcc13-libs-13.1.0nb1 (created)
CVS history: (Expand)
2025-01-07 20:56:45 by Taylor R Campbell | Files touched by this commit (8) |
Log message:
lang/gccN-libs: Disable REQUIRES/PROVIDES analysis.
This is a stop-gap measure to work around:
PR pkg/58966: mk: REQUIRES/PROVIDES analysis is wrong for
self-libraries
It should be removed once the REQUIRES/PROVIDES analysis is fixed.
Since the REQUIRES/PROVIDES analysis is already done for the
underlying lang/gccN package, and the transformation from lang/gccN
to lang/gccN-libs is straightforward, disabling this check should be
reasonably low-risk -- currently the lang/gccN-libs packages are
outright broken and unusable with pkgtools/pkg_install.
This doesn't change the content of the package, only the metadata, so
no need for recursive revbump of dependent packages.
|
2025-01-07 20:55:52 by Taylor R Campbell | Files touched by this commit (8) |
Log message:
lang/gcc13*: Fix LINK_LIBGCC_SPEC.
PR pkg/58963: gcc: LINK_LIBGCC_SPEC snafu
PR pkg/48740: lang/gcc44 to gcc46 linker fails because of whitespace
|
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
|
2023-05-03 22:03:42 by Thomas Klausner | Files touched by this commit (3) |
Log message:
lang/gcc13-libs: import gcc13-libs-13.1.0nb1
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.
|