Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 05 Aug 2019 11:31:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239654] devel/googletest and devel/googlemock: Change build to use CMake
Message-ID:  <bug-239654-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239654

            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@FreeBSD.org
          Reporter: woodsb02@freebsd.org
          Assignee: jbeich@FreeBSD.org
             Flags: maintainer-feedback?(jbeich@FreeBSD.org)

Created attachment 206291
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206291&action=
=3Dedit
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 CMa=
ke
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239654-7788>