[Bug 264454] Do not build TEST_DEPENDS in case NO_TEST is set and do not run tests

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Jun 2022 12:00:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264454

--- Comment #8 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Stefan Eßer from comment #7)

I basically use portupgrade, if it fails (usually "Backing up old version"
phase, due to, in many cases, symlinks), try pkg_replace, and even it fails
(usually misses new indirect dependencies), fall back to oldest way.

For oldest way (make config-recursive ; make fetch-recursive && make && make
deinstall reinstall clean), I use *-recursive for config and fetch not to be
bothered by downloading at build phase.

And even if portupgrade works "almost" just fine, I sometimes notice
fetched-but-not-installed ports. These are usually TEST_DEPENDS item.

Sometimes TEST_DEPENDS items doesn't fetch properly (too slow or inresponsive
MASTER_SITES, checksum-mismatch, size-mismatch, etc.), it severly bothers me.

I want reliable way to just config and fetch actually required dependencies.

-- 
You are receiving this mail because:
You are on the CC list for the bug.