Ticket #43133: patch-cmake.diff

File patch-cmake.diff, 1.5 KB (added by anddam (Andrea D'Amore), 10 years ago)
  • Portfile

     
    66
    77name                cmake
    88version             2.8.12.2
     9revision            1
    910set branch          [join [lrange [split ${version} .] 0 1] .]
    1011categories          devel
    1112license             BSD
    1213installs_libs       no
    13 maintainers         css
     14maintainers         css openmaintainer
    1415description         Cross-platform make
    1516long_description    An extensible, open-source system that manages the build    \
    1617                    process in an operating system and compiler independent manner. \
     
    2324checksums           rmd160  ee92327c3870f3ae2ea997d0258b0ef141e90525 \
    2425                    sha256  8c6574e9afabcb9fc66f463bb1f2f051958d86c85c37fccf067eb1a44a120e5e
    2526
    26 depends_lib-append  port:libidn port:openssl
     27depends_lib-append  port:libidn port:openssl \
     28                    port:curl \
     29                    port:expat \
     30                    port:zlib \
     31                    port:bzip2 \
     32                    port:libarchive \
    2733
    2834patchfiles          patch-CMakeFindFrameworks.cmake.diff \
    2935                    patch-Modules-FindFreetype.cmake.diff \
     
    3743
    3844configure.args      --mandir=/share/man --docdir=/share/doc/cmake \
    3945                    --parallel=${build.jobs} \
    40                     --init=${worksrcpath}/macports.cmake
     46                    --init=${worksrcpath}/macports.cmake \
     47                    --system-libs
    4148configure.universal_args
    4249configure.post_args
    4350