[Bug 229630] rubygem update fails with portmaster caused of wrong order of build (missing build depends in rubygem ports)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 22 05:55:49 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229630
--- Comment #6 from Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> ---
You can insert -V RUN_DEPENDS in line 2314 in portmaster (it is then the same
as ${BUILD_DEPENDS}+=${RUN_DEPENDS} in gem.mk)
2312 all-depends-list|build-depends-list)
2313 var_opt="$var_opt -V PKG_DEPENDS -V
EXTRACT_DEPENDS \
2314 -V PATCH_DEPENDS -V FETCH_DEPENDS -V
BUILD_DEPENDS \
2315 -V RUN_DEPENDS -V LIB_DEPENDS"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ruby
mailing list