On Tue, Oct 15, 2024 at 09:23:08AM +0200, Theo Buehler wrote: > make test is broken. It works for 0.5.11. > > === JSON tests === > sblg: regress/json/*.xml: No such file or directory > *** Error 1 in /usr/ports/pobj/sblg-0.5.12/sblg-0.5.12 (Makefile:286 > 'regress': @tmp=`mktemp` ; MALLOC_OPTIONS=S ; echo "=== standalone te...) > *** Error 2 in . (/usr/ports/infrastructure/mk/bsd.port.mk:3102 > '/usr/ports/pobj/sblg-0.5.12/.test_done': @cd > /usr/ports/pobj/sblg-0.5.12/sb...) > *** Error 2 in /usr/ports/www/sblg > (/usr/ports/infrastructure/mk/bsd.port.mk:2710 'test': @lock=sblg-0.5.12; > export _LOCKS_HELD=" sblg-0.5....) >
Thanks for checking that. I missed that. New tests have been included for json apparently but are missing the files in regress. I opened a ticket with the author. Looks like textproc/jq is now required in TEST_DEPENDS. Bryan