Ticket #37643: root.diff
File root.diff, 2.4 KB (added by cjones051073 (Chris Jones), 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name root 7 version 5.34.0 38 revision 17 version 5.34.04 8 revision 0 9 9 categories science 10 10 maintainers gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc 11 11 license LGPL-2.1+ … … 19 19 master_sites http://root.cern.ch/download/ \ 20 20 ftp://root.cern.ch/root/ 21 21 22 checksums rmd160 966ff58f3747b0f49e70971b094c91ab009304f1 \23 sha256 4ce18154f507fcdd8d580b776568d4b87004756d7d17f86796fcba0b2499a1a122 checksums rmd160 d94cca3c72aa6e67a6ffe986571ee5b6737d1681 \ 23 sha256 39e583eee5639e158b753e6bb909fe90f4604d13394004d7047418797647474c 24 24 25 25 worksrcdir root 26 26 … … 104 104 --disable-gviz \ 105 105 --disable-soversion \ 106 106 --disable-c++11 \ 107 --disable-cocoa \ 107 108 --enable-builtin-ftgl \ 108 109 --enable-mathmore \ 109 110 --enable-genvector \ … … 342 343 depends_lib-append port:pythia 343 344 } 344 345 345 variant cocoa description {Enables (experimental)native OSX graphical backend instead of X11} {346 variant cocoa description {Enables native OSX graphical backend instead of X11} { 346 347 # Check we are using a clang compiler 347 348 pre-fetch { 348 349 if { ![string match "*clang*" ${configure.compiler}] } { … … 354 355 } 355 356 } 356 357 # Enable cocoa support in configure 358 configure.args-delete --disable-cocoa 357 359 configure.args-append --enable-cocoa 358 360 # patch afterimage build to make sure TIFF suport is disabled. Causes problems with cocoa... 359 361 patchfiles-append patch-builtin-afterimage-disabletiff.diff … … 425 427 livecheck.regex ${name}_v(\[0-9a-z.\]+)\\.source 426 428 427 429 # ======================================================================================== 428 # The following have build issues or are obsolete. Keep just for reference for the moment430 # The following have build issues, are obsolete or experimental. 429 431 # ======================================================================================== 430 432 431 433 # Intefers with builtin freetype build (enforced by cocoa variant)