cvs commit: ports/devel/cmake Makefile distinfo pkg-plist ports/devel/cmake-gui Makefile distinfo

René Ladan rene at freebsd.org
Wed May 5 12:40:45 UTC 2010


2009/12/3 Dmitry Marakasov <amdmi3 at amdmi3.ru>:
> * Dima Panov (fluffy at FreeBSD.org) wrote:
>
>>   Log:
>>   - Update cmake and cmake-gui tools to 2.8.0 release
>
> You should've tested all cmake consumers in tinderbox or request an
> exp-run. This broke at least games/rigsofrods and I guess all ports
> that use cmake with wxWidgets. I'm investigating.
>
It looks like this is still the case? I am encountering this error
while trying to let CMake find wxWidgets (minimal test case extracted
from a larger project):

%  cmake testwx
CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:70
(MESSAGE):
  Could NOT find wxWidgets (missing: wxWidgets_FOUND)
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindwxWidgets.cmake:807
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:2 (find_package)


-- Configuring incomplete, errors occurred!

% cat testwx/CMakeLists.txt
cmake_minimum_required(VERSION 2.4.6)
find_package(wxWidgets REQUIRED)

% ls /var/db/pkg/ | grep -Ei "wx|cmake"
cmake-2.8.0_3
gccmakedep-1.0.2
py26-wxPython-2.8.7.1_5
py26-wxPython-common-2.8.7.1_4
wxgtk2-2.8.10_4
wxgtk2-common-2.8.10_4
wxgtk2-contrib-2.8.10_4
wxgtk2-contrib-common-2.8.10_4

This is on a FreeBSD 8.0-RELEASE/amd64 system with up-to-date ports.

Regards,
Rene


More information about the cvs-ports mailing list