Opened 18 years ago

Closed 18 years ago

#10235 closed enhancement (fixed)

UPDATE: cmake-2.4.3

Reported by: cssdev@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc:
Port:

Description

The attached patch updates the cmake Portfile from 2.4.2 to 2.4.3:

Changes in CMake 2.4.3

  • fix for 3557 - Under MSVC8 hardcoded TargetEnvironment for MIDL Compiler
  • Fix for Xcode all projects to prevent -fvisibility=hidden flags. This is needed to make RTTI work by default.
  • better prototype for main in try compile of c programs avoids warnings in logs.
  • with visual studio do not use incremental linking for release builds by default.
  • fix bootstrap to use more ansi c main it test compiler
  • fix import build settings to do case insensitive match on windows
  • fix building in root directory c:/
  • Add support for CXX only projects
  • Better FindWxWidgets
  • Added FindBoose.cmake
  • add more fortran file extensions
  • Cpack supports multiple packages at the same time
  • Fix to FindKDE4 to look for kde4-config first
  • Support for env var CMAKE_CONFIG_TYPE in ctest
  • Fix for -DVAR=foo on the command line not saving to the cache
  • ENH: Added creation of XXX_FIND_COMPONENTS list of all components requested withREQUIRED option. This addresses the feature request in bug#3494.
  • Object files get safe names
  • progress is now reported with makefiles
  • location of CMakeTmp changed to a varible
  • CMAKE_COLOR_MAKEFILE cache variable available to turn off color output
  • fixes for FindQt4 on mac.
  • Better search paths for finding VTK
  • Fix relative path problems in ADD_SUBDIRECTORY
  • Fix long link commands on UNIX shells
  • Fix depend file names in makefiles for generated headers
  • CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS allows for if/endif without variable
  • Xcode multiple custom command problem fixed.
  • INSTALL_RPATH_USE_LINK_PATH when true will add the link path to the rpath
  • Add target/fast rules in the sub directories
  • Fix Visual stuido C and C++ targets to not add /TP and /TC
  • print a context when cmake errors occur
  • add rxvt-unicode, cygwin, and screen terminal support for color output
  • Fix crash in CMakeSetup when status line is long
  • make sure try compile files have a newline at the end
  • fix for hp itanium build

Attachments (1)

patch-Portfile.diff (752 bytes) - added by cssdev@… 18 years ago.
patch for cmake Portfile

Download all attachments as: .zip

Change History (3)

Changed 18 years ago by cssdev@…

Attachment: patch-Portfile.diff added

patch for cmake Portfile

comment:1 Changed 18 years ago by markd@…

Type: defectenhancement

comment:2 Changed 18 years ago by markd@…

Resolution: fixed
Status: newclosed

Committed. Thanks!

Note: See TracTickets for help on using tickets.