Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#2898 closed update (fixed)

UPDATE cmake-2.0.6

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Updates CMake Portfile from 2.0.5 to 2.0.6.
<http://public.kitware.com/pipermail/cmake/2005-April/006319.html>

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/cmake/Portfile,v
retrieving revision 1.3
diff -u -r1.3 Portfile
--- Portfile    30 Jan 2005 01:27:03 -0000      1.3
+++ Portfile    14 Apr 2005 16:50:48 -0000
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name           cmake
-version                2.0.5
+version                2.0.6
 categories     devel
 maintainers    jkh@opendarwin.org
 description    Cross-platform make
@@ -14,5 +14,5 @@
 homepage       http://www.cmake.org/
 platforms      darwin freebsd
 master_sites   http://www.cmake.org/files/v2.0/
-checksums      md5 a73f328fea75af276e4c4cf8f08fecdc
+checksums      md5 840ea86d7f1a56b469052c9cabbeac54
 configure.args --mandir=/share/man

Attachments (2)

patch-cmDynamicLoader.h.diff (807 bytes) - added by cssdev@… 19 years ago.
Patch for cmDynamicLoader.h
patch-Portfile.diff (936 bytes) - added by cssdev@… 19 years ago.
Patches CMake Portfile for 2.0.6

Download all attachments as: .zip

Change History (8)

comment:1 Changed 19 years ago by cssdev@…

blocked: 2899

comment:2 Changed 19 years ago by cssdev@…

CMake 2.0.6 fails to build on Mac OS X 10.4 with the following error:

Building object file cmDynamicLoader.o...
/opt/local/var/db/dports/build/file._Users_Shared_darwinports_dports_devel_cmake/work/
cmake-2.0.6/Source/cmDynamicLoader.cxx: In static member function `static int 
cmDynamicLoader::CloseLibrary(void*)':
/opt/local/var/db/dports/build/file._Users_Shared_darwinports_dports_devel_cmake/work/
cmake-2.0.6/Source/cmDynamicLoader.cxx:185: error: invalid conversion from 'void*' to '__NSModule*'
/opt/local/var/db/dports/build/file._Users_Shared_darwinports_dports_devel_cmake/work/
cmake-2.0.6/Source/cmDynamicLoader.cxx:185: error:   initializing argument 1 of 'bool 
NSUnLinkModule(__NSModule*, uint32_t)'
make[2]: *** [cmDynamicLoader.o] Error 1
make[1]: *** [default_target] Error 2
make: *** [default_target_Source] Error 2

The CVS checkout does build, so I will submit a cmake-devel port for using the latest CMake until Kitware provides another release.

Last edited 8 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

Changed 19 years ago by cssdev@…

Patch for cmDynamicLoader.h

Changed 19 years ago by cssdev@…

Attachment: patch-Portfile.diff added

Patches CMake Portfile for 2.0.6

comment:3 Changed 19 years ago by snu@…

Owner: changed from jkh@… to darwinports-bugs@…

Jordan has relinquished maintainership of these ports.

comment:4 Changed 19 years ago by cssdev@…

I use CMake quite a bit, and I follow its development by Kitware. I can maintain it.

comment:5 Changed 19 years ago by olegb@…

Resolution: fixed
Status: newclosed

cool - i'll commit your update (if it doesn't break and make you maintainer. Thanks for helping out!

comment:6 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: cmake added
Type: defectupdate
Note: See TracTickets for help on using tickets.