Ticket #44677: root5.diff
File root5.diff, 1.9 KB (added by cjones051073 (Chris Jones), 10 years ago) |
---|
-
science/root5/Portfile
8 8 PortGroup compiler_blacklist_versions 1.0 9 9 10 10 name root5 11 version 5.34.19 11 version 5.34.20 12 12 13 set version_major [lindex [split ${version} .] 0] 13 14 14 15 categories science … … 24 25 master_sites http://root.cern.ch/download/ \ 25 26 ftp://root.cern.ch/root/ 26 27 27 checksums rmd160 70dfc1db7198a34edf4a1a06f1750123852093ce\28 sha256 4d83310f2f22fed231220eabfccadcd335f8405d245ba136ea24a267efdcf5c628 checksums rmd160 dcff69b531abdf5ea95a5395e7c7ca737ea7c539 \ 29 sha256 cd5f1a0c8cfe38c944388da4d5191f425d7c795282f7babaa125b70fc8ccaf04 29 30 30 31 dist_subdir root 31 32 worksrcdir root … … 48 49 select.group root 49 50 select.file ${filespath}/${name} 50 51 51 patchfiles patch-bindings-pyroot-src-TPyDispatcher.cxx.diff52 53 52 post-patch { 54 53 # reinplace "s|-lfreetype| \`freetype-config --libs\`|g" ${worksrcpath}/config/root-config.in 55 54 reinplace "s|\"/usr/include\"|\"${prefix}/include /usr/include\"|g" ${worksrcpath}/configure … … 125 124 126 125 platform darwin { 127 126 if {${configure.cxx_stdlib} eq "libc++"} { 128 configure.args-delete --disable-c++11 129 configure.args-append --enable-c++11 127 configure.args-replace --disable-c++11 --enable-c++11 130 128 } 131 129 } 132 130 -
science/root5/files/root5
70 70 libexec/root5/share/man/man1/xpdtest.1.gz 71 71 libexec/root5/share/man/man1/xproofd.1.gz 72 72 - 73 libexec/root5/etc/root 74 libexec/root5/include/root 75 libexec/root5/share