Re: NO_TEST, do-test: and TEST_DEPENDS?

2022-05-24 Thread Bjoern A. Zeeb
On Sun, 22 May 2022, Stefan Esser wrote: I'm not sure I understand the goal of your request. the goal is to cut down dependencies and build time. Do you want to have a switch that prevents the execution of tests when "make test" explicitly asks for the tests to be run??? This could easily

Re: NO_TEST, do-test: and TEST_DEPENDS?

2022-05-24 Thread Tomoaki AOKI
I think Mk/bsd.port.mk should be fixed. Actual jobs, defs related to TEST_* should be quoted with .if !defined(NO_TEST) ... .endif to avoid test-related jobs if NO_TEST is defined. In top comments in Mk/bsd.port.mk, (tabs merged) line 301-311 # TEST_DEPENDS - A list of "path:dir[:target]" tupl

Re: NO_TEST, do-test: and TEST_DEPENDS?

2022-05-24 Thread Stefan Esser
Am 24.05.22 um 17:27 schrieb Bjoern A. Zeeb:> On Sun, 22 May 2022, Stefan Esser wrote: > >> I'm not sure I understand the goal of your request. > > the goal is to cut down dependencies and build time. As long as you do not invoke the tests (with "make test"), no dependencies will be built that

FreeBSD ports you maintain which are out of date

2022-05-24 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: devel/gindent compile issues on 13.1

2022-05-24 Thread Kurt Jaeger
Hi! > wondering if I am the only one experiencing compile failure with indent > on the new 13.1 ? I did a testbuild with poudriere and yes, it fails: output.c:843:8: error: variable 'paren_level' set but not used [-Werror,-Wunused-but-set-variable] int paren_level = 0; ^ 1 error gen

Re: NO_TEST, do-test: and TEST_DEPENDS?

2022-05-24 Thread Bjoern A. Zeeb
On Tue, 24 May 2022, Stefan Esser wrote: How is this meta-port implemented? Do you just invoke "make all deinstall install" for each origin from which a port has been installed? Or do you collect all dependencies of each of the 25 ports in the list and re-build and re-install all of them?? N