Commit graph

8 commits

Author SHA1 Message Date
tnn 49bcd882f1 gcc*: replace gnarly cargo-culted extract logic with EXTRACT_ONLY 2023-08-15 13:49:17 +00:00
riastradh 8560be0ed3 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-06-06 12:40:15 +00:00
jperkin 95f2bef267 gcc10-aux: Fix buildlink3 API depends.
GCC_REQD bears no relation to gcc-aux versions.  Fixes bulk scan in
cad/ghdl when using GCC_REQD+=12.
2022-11-26 13:57:59 +00:00
wiz 95d04e0487 gcc10-aux: disable stack check
gcc6-aux does not support some of the flags.
2022-09-22 11:35:27 +00:00
wiz 8292204475 *: recursive bump for perl 5.36 2022-06-28 11:30:51 +00:00
ryoon 136fe48190 gcc10-aux: Fix build when lang/libunwind is installed
Do not include PREFIX/include in CPPFLAGS.
2022-05-19 15:57:23 +00:00
tnn a59ee2f01c gcc*: only use system zlib if it is native, else use bundled
This is the logic we have in gcc8. Replicate it to newer GCC packages.
Using pkgsrc zlib causes problems linking gcov(1) on at least Linux
and SunOS. It is not worth bend-over-backwards rpath-patching.
2022-03-27 15:06:11 +00:00
nia b3c834b267 lang: import gcc10-aux, the gcc10 ada compiler. from irvise in pkgsrc-wip. 2022-03-13 08:34:04 +00:00