#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)
Change History (8)
comment:1 Changed 20 years ago by cssdev@…
blocked: | → 2899 |
---|
comment:2 Changed 20 years ago by cssdev@…
Changed 19 years ago by cssdev@…
Attachment: | patch-cmDynamicLoader.h.diff added |
---|
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: | new → closed |
cool - i'll commit your update (if it doesn't break and make you maintainer. Thanks for helping out!
comment:6 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | cmake added |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
CMake 2.0.6 fails to build on Mac OS X 10.4 with the following error:
The CVS checkout does build, so I will submit a cmake-devel port for using the latest CMake until Kitware provides another release.