[Bug 266389] devel/qtcreator configure fails, also does not build if googletest installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 15 01:23:40 BST 2022


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=266389

--- Comment #3 from alt2600 at icloud.com ---
Created attachment 236558
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=236558&action=edit
git-patch_fix_if_yaml-cpp_googletest_installed.diff

tooled around a bit more, and noticed configure fails if yaml-cpp is installed
on system and build fails if googletest is installed.

this patch forces uses of bundled yaml-cpp, and eliminates the cmake find
routines for the optional googletest dependency to allow port to build on
systems that have googletest and yaml-cpp installed on them. googletest can be
eliminated by wiping the cmake find routine file, but yaml-cpp requires
eliminating the conditional if it is found on the system and instead forces the
routines to use the bundled version.

port now configures, installs, and runs fine when built on a live system from
ports.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list