Ticket #55381: cmake.diff

File cmake.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 6 years ago)
  • Portfile

     
    1616    process in an operating system and compiler independent manner. \
    1717    Unlike many cross-platform systems, CMake is designed to be \
    1818    used in conjunction with the native build environment."
    19 homepage            http://www.cmake.org/
     19homepage            https://cmake.org
    2020platforms           darwin freebsd
    2121
    2222dist_subdir         cmake
     
    3333    checksums       rmd160 03a457f0e7b9752eda04d88b4d956c9df9cb31c9 \
    3434                    sha256 b3345c17609ea0f039960ef470aa099de9942135990930a57c14575aae884987
    3535
    36     master_sites    http://www.cmake.org/files/v${branch}/
     36    master_sites    ${homepage}/files/v${branch}/
    3737    conflicts       cmake-devel
    3838
    3939    long_description ${base_long_description} \
     
    175175    #       Since nothing links against cmake and cmake is just using the STL,
    176176    #       we're safe to force libstdc++
    177177    #
    178     #       https://www.cmake.org/Bug/view.php?id=15039&nbn=16
     178    #       https://cmake.org/Bug/view.php?id=15039&nbn=16
    179179    if {${os.major} < 12} {
    180180        configure.cxx_stdlib libstdc++
    181181    }