Ticket #59563: Portfile-mariadb-10.2.diff

File Portfile-mariadb-10.2.diff, 1.3 KB (added by vike2000, 5 years ago)
  • Portfile

    old new  
    6060                 https://github.com/${submodule_github_author}/${submodule_github_project}/archive/${submodule_github_branch}:tagtwo
    6161
    6262    checksums    ${main_distfile} \
    63                  rmd160 35e8e88c92038561df0cd6155e1127c5a40c2080 \
    64                  sha256 75bcf29a80123338d5d2911de54d381244d1b85738790534b12633f4648866d2 \
    65                  size   64510314 \
     63                 rmd160 986ea3ce5a76ca024609a4c3de32faf3f2742684 \
     64                 sha256 bf7ce064750e9fb285891379687315a5f2d3f435380c99aaafd644f447df4c11 \
     65                 size   64529514 \
    6666                 ${submodule_distfile} \
    6767                 rmd160 e5f149deecbc579addeeb9a36e17aa54131c681f \
    6868                 sha256 72f63c54633460c6e9a087d2aaafd5719a1291c39363c071a2e352c74d44a292 \
     
    138138                        -DICONV_LIBRARIES=${prefix}/lib/libiconv.dylib \
    139139                        -DICONV_INCLUDE_DIR:PATH=${prefix}/include
    140140
     141    configure.cxxflags-append \
     142                        -std=c++11
     143
    141144    post-destroot {
    142145        # proc portdestroot::destroot_finish fails to find and compress our man pages
    143146        # so borrow the compress command and run on our files now.