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)

proposed patch

  • Portfile

     
    55PortGroup       muniversal 1.0
    66
    77name            cmake
    8 version         2.8.1
    9 revision        4
     8version         2.8.2
     9set branch      [join [lrange [split ${version} .] 0 1] .]
    1010categories      devel
    1111maintainers     css
    1212description     Cross-platform make
     
    1616        Unlike many cross-platform systems, CMake is designed to be     \
    1717        used in conjunction with the native build environment.
    1818homepage        http://www.cmake.org/
     19master_sites    http://www.cmake.org/files/v${branch}/
    1920platforms       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 cmake
    22 dist_subdir ${name}/${version}_1
    23 checksums           md5     feadc2e5ebbfed0efc90178583503725 \
    24                     sha1    e9f99cfccf8ec4fb5bbd8ca7d499771a2f1d4ebe \
    25                     rmd160  71e216704ee4313640efdbefcc65c6576071ef82
    2621
    27 depends_build   port:libidn \
    28                 port:openssl
     22checksums       md5     8c967d5264657a798f22ee23976ff0d9 \
     23                sha1    272003c2fe392b211ce3b5f895ad84da2ca603cf \
     24                rmd160  079b7c8cb385c59b3713a3611d7a9482f7855fe5
    2925
     26depends_lib     port:libidn
     27
    3028configure.args  --mandir=/share/man --docdir=/share/doc/cmake --parallel=${build.jobs}
    3129patchfiles      patch-CMakeFindFrameworks.cmake.diff
    3230post-patch {
  • files/patch-CMakeFindFrameworks.cmake.diff

     
    1 --- Modules/CMakeFindFrameworks.cmake.orig      2009-07-09 10:35:26.000000000 -0500
    2 +++ Modules/CMakeFindFrameworks.cmake   2009-07-09 10:36:04.000000000 -0500
    3 @@ -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 @@
    44     IF(APPLE)
    55       FOREACH(dir
    66           ~/Library/Frameworks/${fwk}.framework