Ticket #37643: root.diff

File root.diff, 2.4 KB (added by cjones051073 (Chris Jones), 11 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                root
    7 version             5.34.03
    8 revision            1
     7version             5.34.04
     8revision            0
    99categories          science
    1010maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
    1111license             LGPL-2.1+
     
    1919master_sites        http://root.cern.ch/download/ \
    2020                    ftp://root.cern.ch/root/
    2121
    22 checksums           rmd160  966ff58f3747b0f49e70971b094c91ab009304f1 \
    23                     sha256  4ce18154f507fcdd8d580b776568d4b87004756d7d17f86796fcba0b2499a1a1
     22checksums           rmd160  d94cca3c72aa6e67a6ffe986571ee5b6737d1681 \
     23                    sha256  39e583eee5639e158b753e6bb909fe90f4604d13394004d7047418797647474c
    2424
    2525worksrcdir          root
    2626
     
    104104                    --disable-gviz \
    105105                    --disable-soversion \
    106106                    --disable-c++11 \
     107                    --disable-cocoa \
    107108                    --enable-builtin-ftgl \
    108109                    --enable-mathmore \
    109110                    --enable-genvector \
     
    342343    depends_lib-append      port:pythia
    343344}
    344345
    345 variant cocoa description {Enables (experimental) native OSX graphical backend instead of X11} {
     346variant cocoa description {Enables native OSX graphical backend instead of X11} {
    346347    # Check we are using a clang compiler
    347348    pre-fetch {
    348349        if { ![string match "*clang*" ${configure.compiler}] } {
     
    354355        }
    355356    }
    356357    # Enable cocoa support in configure
     358    configure.args-delete --disable-cocoa
    357359    configure.args-append --enable-cocoa
    358360    # patch afterimage build to make sure TIFF suport is disabled. Causes problems with cocoa...
    359361    patchfiles-append patch-builtin-afterimage-disabletiff.diff
     
    425427livecheck.regex             ${name}_v(\[0-9a-z.\]+)\\.source
    426428
    427429# ========================================================================================
    428 # The following have build issues or are obsolete. Keep just for reference for the moment
     430# The following have build issues, are obsolete or experimental.
    429431# ========================================================================================
    430432
    431433# Intefers with builtin freetype build (enforced by cocoa variant)