Ticket #35212: root.diff
File root.diff, 2.0 KB (added by cjones051073 (Chris Jones), 12 years ago) |
---|
-
science/root/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name root 7 version 5.34.0 07 version 5.34.01 8 8 revision 0 9 9 categories science 10 10 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc … … 19 19 master_sites http://root.cern.ch/download/ \ 20 20 ftp://root.cern.ch/root/ 21 21 22 checksums rmd160 6089493c70f94a1c4edd87ebe79adb9f3570f903\23 sha256 8 08e04876dbc9cfbfea54ee11ba35e90382e8ff4219dbdbe2d2236a9dadf7df122 checksums rmd160 b0f4b67c7def56e78addff18ce19553ed3e5e966 \ 23 sha256 8910333b73051225b05829c1603f5c89be2da9d8577fd646e7fdc0626ecd35be 24 24 25 25 worksrcdir root 26 26 … … 91 91 --disable-python \ 92 92 --disable-fitsio \ 93 93 --disable-gsl-shared \ 94 --disable-clarens \95 94 --disable-pgsql \ 96 95 --disable-dcache \ 97 96 --disable-chirp \ … … 105 104 --disable-gviz \ 106 105 --disable-soversion \ 107 106 --disable-c++11 \ 108 --disable-fink \109 107 --enable-builtin-ftgl \ 110 108 --enable-mathmore \ 111 109 --enable-genvector \ … … 158 156 depends_lib-append port:fftw-3 159 157 } 160 158 161 variant clarens description {Builds port with clarens support} {162 configure.args-delete --disable-clarens163 configure.args-append --enable-clarens164 depends_lib-append port:xmlrpc-c165 }166 167 159 variant gsl description {Builds port with gsl support} { 168 160 configure.args-delete --disable-gsl-shared 169 161 configure.args-append --enable-gsl-shared \