Changes between Initial Version and Version 1 of Ticket #59782, comment 6
- Timestamp:
- Dec 6, 2019, 5:40:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59782, comment 6
initial v1 8 8 $ diff -u Portfile `port file cmake` 9 9 --- Portfile 2019-12-05 20:34:42.000000000 -0800 10 +++ /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/cmake/Portfile 2019-12-05 2 0:33:27.000000000 -080011 @@ -122,6 +122, 8@@10 +++ /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/devel/cmake/Portfile 2019-12-05 21:28:44.000000000 -0800 11 @@ -122,6 +122,9 @@ 12 12 # system libuv is the default as of 20160830 (g320f5) 13 13 depends_lib-append path:lib/pkgconfig/libuv.pc:libuv 14 14 15 +configure.cmd ./bootstrap 15 +configure.cmd ./bootstrap 16 +configure.post_args -- 16 17 + 17 18 configure.env-append \ 18 19 CMAKE_PREFIX_PATH=${prefix} \ 19 20 CMAKE_INCLUDE_PATH=${prefix}/include/ncurses \ 20 @@ -139,6 +14 1,7 @@21 @@ -139,6 +142,7 @@ 21 22 # Clang 3.4 works. But Clang 3.7 doesn't work. 22 23 if {${os.platform} eq "darwin" && ${os.major} == 11 && ${configure.cxx_stdlib} eq "libc++"} { 23 24 compiler.whitelist macports-clang-3.4 24 + configure.post_args ---DBUILD_TESTING=OFF25 + configure.post_args-append -DBUILD_TESTING=OFF 25 26 } 26 27 27 28 platform darwin { 28 @@ -173,7 +17 6,7@@29 @@ -173,7 +177,6 @@ 29 30 --no-system-librhash 30 31 31 32 configure.universal_args 32 33 -configure.post_args 33 +#configure.post_args34 34 35 35 # CMake's configure script doesn't recognize `--host`. 36 array set merger_host {i386 {} x86_64 {} ppc {} ppc64 {}} 37 }}} 36 array set merger_host {i386 {} x86_64 {} ppc {} ppc64 {}}}}}