Created attachment 243836 [details] v1 (apply via "git am")
Created attachment 243838 [details] v1.1 (apply via "git am") Switch to CMAKE_TESTING_ARGS and use lazy evaluation as ${ARCH} is undefined before .include
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=96c827a89186661d75b54acd1f11c9d962a96a1f commit 96c827a89186661d75b54acd1f11c9d962a96a1f Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-04 15:56:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-08-04 15:57:29 +0000 devel/rapidjson: unbreak tests PR: 272936 devel/rapidjson/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)
Did you intentionally discard commit messages in the patch? It was supposed to be a series of 3 commits, each fixing a different issue related to tests.
(In reply to Jan Beich from comment #4) Hi Jan, It wasn't intentional. Multitasking caused me to to not pay sufficient attention. I apologize for overlooking this. :-( Yuri