Ticket #51057: root5.diff
File root5.diff, 1.2 KB (added by cjones051073 (Chris Jones), 9 years ago) |
---|
-
Portfile
8 8 PortGroup compiler_blacklist_versions 1.0 9 9 PortGroup github 1.0 10 10 11 github.setup root-mirror root 5-34-34 v 12 version 5.34.34 13 revision 3 11 github.setup root-mirror root 5-34-36 v 12 version 5.34.36 14 13 15 14 set version_major [lindex [split ${version} .] 0] 16 15 17 checksums rmd160 027526f9b553be61b28d82716e5bedeb9a9fbad9\18 sha256 0baaf2ff06edcfe79936917f35edea1bf3033d07b2d328aa1433e84ccc48c68416 checksums rmd160 bd19fe36d42928fe2e6b6df6f055f5cc0e6bece5 \ 17 sha256 8482b84a90928ef7eb44b9172f961b8b9607969959ab175eeff812cd91dd4893 19 18 20 19 name root${version_major} 21 20 categories science … … 50 49 select.group root 51 50 select.file ${filespath}/${name} 52 51 53 patchfiles-append patch-math-mathmore-src-GSLMultiFit.h.diff52 #patchfiles-append patch-math-mathmore-src-GSLMultiFit.h.diff 54 53 55 54 post-patch { 56 55 # reinplace "s|-lfreetype| \`freetype-config --libs\`|g" ${worksrcpath}/config/root-config.in