Commits

Mihai Moldovan authored ea78372d170
devel/cargo: add pkgconfig to depends_build.

The configure phase is unsuccessful in finding MacPorts-provided libraries and programs without the MacPorts-provided pkgconfig binary. Fixes builds in trace mode.
No tags

devel/cargo/Portfile

Modified
21 21
22 22 long_description Cargo downloads your Rust project’s dependencies and \
23 23 compiles your project.
24 24
25 25 homepage https://crates.io
26 26
27 27 installs_libs no
28 28
29 29 if {${subport} ne "${name}-bootstrap"} {
30 30 # can use cmake or cmake-devel; default to cmake.
31 - depends_build path:bin/cmake:cmake \
31 + depends_build port:pkgconfig \
32 + path:bin/cmake:cmake \
32 33 bin:python:python27
33 34
34 35 depends_lib path:lib/libssl.dylib:openssl \
35 36 port:curl \
36 37 port:rust
37 38
38 39 checksums ${distname}${extract.suffix} \
39 40 rmd160 f003d60b85384433bbdd16acc03fbfc92193d4dd \
40 41 sha256 40bd6c7d634885121abcdbdf1ea9e95177c1b22c6b49ed65543284188fbd701c \
41 42 size 729008

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut