Changes between Initial Version and Version 1 of Ticket #59782, comment 6


Ignore:
Timestamp:
Dec 6, 2019, 5:40:38 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59782, comment 6

    initial v1  
    88$ diff -u Portfile `port file cmake`
    99--- 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 20:33:27.000000000 -0800
    11 @@ -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 @@
    1212 # system libuv is the default as of 20160830 (g320f5)
    1313 depends_lib-append  path:lib/pkgconfig/libuv.pc:libuv
    1414 
    15 +configure.cmd ./bootstrap
     15+configure.cmd       ./bootstrap
     16+configure.post_args --
    1617+
    1718 configure.env-append \
    1819                     CMAKE_PREFIX_PATH=${prefix} \
    1920                     CMAKE_INCLUDE_PATH=${prefix}/include/ncurses \
    20 @@ -139,6 +141,7 @@
     21@@ -139,6 +142,7 @@
    2122 # Clang 3.4 works. But Clang 3.7 doesn't work.
    2223 if {${os.platform} eq "darwin" && ${os.major} == 11 && ${configure.cxx_stdlib} eq "libc++"} {
    2324     compiler.whitelist macports-clang-3.4
    24 +    configure.post_args -- -DBUILD_TESTING=OFF
     25+    configure.post_args-append -DBUILD_TESTING=OFF
    2526 }
    2627 
    2728 platform darwin {
    28 @@ -173,7 +176,7 @@
     29@@ -173,7 +177,6 @@
    2930                     --no-system-librhash
    3031 
    3132 configure.universal_args
    3233-configure.post_args
    33 +#configure.post_args
    3434 
    3535 # 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 {}}}}}