[Bug 239654] devel/googletest and devel/googlemock: Change build to use CMake

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 5 11:31:23 UTC 2019


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

            Bug ID: 239654
           Summary: devel/googletest and devel/googlemock: Change build to
                    use CMake
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: jbeich at FreeBSD.org
          Reporter: woodsb02 at freebsd.org
          Assignee: jbeich at FreeBSD.org
             Flags: maintainer-feedback?(jbeich at FreeBSD.org)

Created attachment 206291
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206291&action=edit
Patch to change devel/googletest and devel/googlemock to use CMake

devel/googletest and devel/googlemock: Change build to use CMake

The latest (master) version of Google Test has now fully moved to using CMake
for the configure process, with all support from GNU configure removed. The
latest RELEASED version (1.8.1) has introduced support for CMake, but still had
GNU configure support also.

Interestingly, this change has the following impact on installed files:
1. The pkg-config files are installed with CMake
2. The bin/gtest-config and bin/gmock-config files cannot be installed, as the
shell script is not compiled from the "*.in" files in
googletest/scripts/gtest-config.in and googlemock/scripts/gmock-config.in

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


More information about the freebsd-ports-bugs mailing list