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 60 60 https://github.com/${submodule_github_author}/${submodule_github_project}/archive/${submodule_github_branch}:tagtwo 61 61 62 62 checksums ${main_distfile} \ 63 rmd160 35e8e88c92038561df0cd6155e1127c5a40c2080\64 sha256 75bcf29a80123338d5d2911de54d381244d1b85738790534b12633f4648866d2\65 size 645 10314 \63 rmd160 986ea3ce5a76ca024609a4c3de32faf3f2742684 \ 64 sha256 bf7ce064750e9fb285891379687315a5f2d3f435380c99aaafd644f447df4c11 \ 65 size 64529514 \ 66 66 ${submodule_distfile} \ 67 67 rmd160 e5f149deecbc579addeeb9a36e17aa54131c681f \ 68 68 sha256 72f63c54633460c6e9a087d2aaafd5719a1291c39363c071a2e352c74d44a292 \ … … 138 138 -DICONV_LIBRARIES=${prefix}/lib/libiconv.dylib \ 139 139 -DICONV_INCLUDE_DIR:PATH=${prefix}/include 140 140 141 configure.cxxflags-append \ 142 -std=c++11 143 141 144 post-destroot { 142 145 # proc portdestroot::destroot_finish fails to find and compress our man pages 143 146 # so borrow the compress command and run on our files now.