Opened 19 years ago
Closed 19 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)
Note: See
TracTickets for help on using
tickets.
Portfile patch for CMake 2.2.3