[Bug 264454] Do not build TEST_DEPENDS in case NO_TEST is set and do not run tests
Date: Mon, 06 Jun 2022 16:46:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264454 --- Comment #10 from Norikatsu Shigemura <nork@ninth-nine.com> --- My case is as follows. - At the time of the first ports installation after OS installation, after `make config-recurisve`, `make install` in parallel while `make fetch-recursive`-ing. - When upgrading the major version of the OS, delete all ports with `pkg delete -ayf` and then execute the above. - In some cases, the OPTIONS causes infinite loop when OPTIONS is enabled. I use `make all-depends-list` to identify the infinite loop location, but I have to check a lot of ports because of TEST_DEPENDS. -- You are receiving this mail because: You are on the CC list for the bug.