Ticket #40637: root.diff
File root.diff, 2.1 KB (added by cjones051073 (Chris Jones), 11 years ago) |
---|
-
science/root/Portfile
old new 5 5 6 6 name root 7 7 version 5.34.10 8 revision 18 revision 2 9 9 10 10 categories science 11 11 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc … … 76 76 --disable-krb5 \ 77 77 --disable-ldap \ 78 78 --disable-mysql \ 79 --disable-sqlite \ 79 80 --disable-odbc \ 80 81 --disable-opengl \ 81 82 --disable-pythia6 \ … … 292 293 depends_lib-append port:libxml2 293 294 } 294 295 296 variant sqlite3 description {Build with sqlite3 support} { 297 configure.args-delete --disable-sqlite 298 configure.args-append --enable-sqlite \ 299 --with-sqlite-incdir="${prefix}/include" \ 300 --with-sqlite-libdir="${prefix}/lib" 301 depends_lib-append port:sqlite3 302 } 303 295 304 variant mysql conflicts mysql51 mysql55 mariadb percona description {Build with mysql5 support} { 296 305 configure.args-delete --disable-mysql 297 306 configure.args-append --enable-mysql \ … … 373 382 } 374 383 if {[string match macports-clang-3.1 ${configure.compiler}]} { 375 384 configure.args-append --with-llvm-config="${prefix}/bin/llvm-config-mp-3.1" 385 depends_run-append port:clang-3.1 376 386 } 377 387 378 388 variant clang32 conflicts clang31 clang33 description {Compile using MacPorts clang 3.2} { … … 380 390 } 381 391 if {[string match macports-clang-3.2 ${configure.compiler}]} { 382 392 configure.args-append --with-llvm-config="${prefix}/bin/llvm-config-mp-3.2" 393 depends_run-append port:clang-3.2 383 394 } 384 395 385 396 variant clang33 conflicts clang31 clang32 description {Compile using MacPorts clang 3.3} { … … 387 398 } 388 399 if {[string match macports-clang-3.3 ${configure.compiler}]} { 389 400 configure.args-append --with-llvm-config="${prefix}/bin/llvm-config-mp-3.3" 401 depends_run-append port:clang-3.3 390 402 } 391 403 392 404 if {[variant_isset qt_mac]} {