Ticket #25475: cmake-2.8.2.diff
File cmake-2.8.2.diff, 2.0 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
5 5 PortGroup muniversal 1.0 6 6 7 7 name cmake 8 version 2.8. 19 revision 4 8 version 2.8.2 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories devel 11 11 maintainers css 12 12 description Cross-platform make … … 16 16 Unlike many cross-platform systems, CMake is designed to be \ 17 17 used in conjunction with the native build environment. 18 18 homepage http://www.cmake.org/ 19 master_sites http://www.cmake.org/files/v${branch}/ 19 20 platforms darwin freebsd 20 master_sites http://www.cmake.org/files/v2.8/21 # Remove the dist_subdir line when updating to the next version of cmake22 dist_subdir ${name}/${version}_123 checksums md5 feadc2e5ebbfed0efc90178583503725 \24 sha1 e9f99cfccf8ec4fb5bbd8ca7d499771a2f1d4ebe \25 rmd160 71e216704ee4313640efdbefcc65c6576071ef8226 21 27 depends_build port:libidn \ 28 port:openssl 22 checksums md5 8c967d5264657a798f22ee23976ff0d9 \ 23 sha1 272003c2fe392b211ce3b5f895ad84da2ca603cf \ 24 rmd160 079b7c8cb385c59b3713a3611d7a9482f7855fe5 29 25 26 depends_lib port:libidn 27 30 28 configure.args --mandir=/share/man --docdir=/share/doc/cmake --parallel=${build.jobs} 31 29 patchfiles patch-CMakeFindFrameworks.cmake.diff 32 30 post-patch { -
files/patch-CMakeFindFrameworks.cmake.diff
1 --- Modules/CMakeFindFrameworks.cmake.orig 20 09-07-09 10:35:26.000000000 -05002 +++ Modules/CMakeFindFrameworks.cmake 20 09-07-09 10:36:04.000000000 -05003 @@ - 7,6 +7,7 @@1 --- Modules/CMakeFindFrameworks.cmake.orig 2010-06-28 10:15:57.000000000 -0500 2 +++ Modules/CMakeFindFrameworks.cmake 2010-07-08 13:46:38.000000000 -0500 3 @@ -20,6 +20,7 @@ 4 4 IF(APPLE) 5 5 FOREACH(dir 6 6 ~/Library/Frameworks/${fwk}.framework