Opened 18 years ago

Closed 18 years ago

#5953 closed defect (fixed)

UPDATE: cmake-2.2.3

Reported by: cssdev@… Owned by: cssdev@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: darwinports-bugs@…
Port:

Description

CMake 2.2.3 fixes several bugs. The attached Portfile patch updates the version and checksum values accordingly.

Changes in CMake 2.2.3:

  • Fix _CXX variable being used as an executable prefix
  • Fix bad variable expansion with windows paths being confused with escape seq.
  • Fix exteranl objects so they can be built with custom commands.
  • Fix adding a -l nothing when a directory is used as a library
  • Fix missing CMAKE_SIZEOF_VOID_P problems
  • Fix many comments and documentation strings in modules and commands.
  • Fix serveral find modules (SDL, PhysFS, OpenAL, SDL,
  • Fix FindQt3 QT_DEFINITIONS to not be a single string
  • Fix native sun CC compiler default flags
  • Fix incorrect mapping of command line options to GUI options in visual stuido 7 and greater.
  • Fix VS 2005 generation
  • Fix Xcode generator to work with Xcode 2.2
  • Fix Xcode default configuration not being picked by Xcode problem, affected install.
  • Add PROJECT_LABEL and VS_KEYWORD options for visual studio projects.
  • Add ctest with regular expressions

Attachments (1)

patch-Portfile.diff (832 bytes) - added by cssdev@… 18 years ago.
Portfile patch for CMake 2.2.3

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by cssdev@…

Attachment: patch-Portfile.diff added

Portfile patch for CMake 2.2.3

comment:1 Changed 18 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited!

Note: See TracTickets for help on using tickets.