HomeFreeBSD

lang/rust, Mk/Uses/cargo.mk: Drop gmake build dependency for backtrace-sys

Description

lang/rust, Mk/Uses/cargo.mk: Drop gmake build dependency for backtrace-sys

The backtrace-sys crate no longer needs gmake since 0.1.20.
sysutils/flowgger still uses backtrace-sys-0.1.14. Since it is the
only USES=cargo port left that needs it, move the gmake dependency
directly to it instead.

lang/rust currently has backtrace-sys-0.1.30. It also vendors
jemalloc-sys (which also needs gmake to build) but it is hidden
behind rustc's jemalloc feature which we do not currently activate.
It should be safe to remove gmake in lang/rust too.

PR: 242267
Reported by: mikael.urankar@gmail.com

Details

Provenance
tobikAuthored on
Parents
rP518677: Mk/Uses/gssapi.mk: don't set GSSAPILDFLAGS for USES=gssapi
Branches
Unknown
Tags
Unknown