Ticket #43133: patch-cmake.diff
File patch-cmake.diff, 1.5 KB (added by anddam (Andrea D'Amore), 11 years ago) |
---|
-
Portfile
6 6 7 7 name cmake 8 8 version 2.8.12.2 9 revision 1 9 10 set branch [join [lrange [split ${version} .] 0 1] .] 10 11 categories devel 11 12 license BSD 12 13 installs_libs no 13 maintainers css 14 maintainers css openmaintainer 14 15 description Cross-platform make 15 16 long_description An extensible, open-source system that manages the build \ 16 17 process in an operating system and compiler independent manner. \ … … 23 24 checksums rmd160 ee92327c3870f3ae2ea997d0258b0ef141e90525 \ 24 25 sha256 8c6574e9afabcb9fc66f463bb1f2f051958d86c85c37fccf067eb1a44a120e5e 25 26 26 depends_lib-append port:libidn port:openssl 27 depends_lib-append port:libidn port:openssl \ 28 port:curl \ 29 port:expat \ 30 port:zlib \ 31 port:bzip2 \ 32 port:libarchive \ 27 33 28 34 patchfiles patch-CMakeFindFrameworks.cmake.diff \ 29 35 patch-Modules-FindFreetype.cmake.diff \ … … 37 43 38 44 configure.args --mandir=/share/man --docdir=/share/doc/cmake \ 39 45 --parallel=${build.jobs} \ 40 --init=${worksrcpath}/macports.cmake 46 --init=${worksrcpath}/macports.cmake \ 47 --system-libs 41 48 configure.universal_args 42 49 configure.post_args 43 50