Created attachment 259401 [details] maintainer update for devel/godot maintenance release v4.4.1 for godot
Hello Shane, thanks for your work. I've a question about The TEST option. As I see it creates a do-test target. The TEST shouldn't be an option it should be a possibility to run 'make test' (see [1]). Another: could you please run portlint/portfmt/portclippy? [1] https://docs.freebsd.org/en/books/porters-handbook/book/#make-test
The test option enables build settings that enable the tests to be run, If you don't want to run the test you don't build with test enabled. The tests aren't separate compiled binaries, they are compiled into the one binary. The port is built using scons adding to MAKE_ARGS to enable tests, to get TEST_TARGET to work, you would need something like TEST_TARGET= MAKE_ARGS=tests=True or TEST_TARGET_MAKE_ARGS= I haven't thought of a way to make that work. I have run portlint -AC and portclippy on this port.