Ticket #35906: Portfile-splash.diff

File Portfile-splash.diff, 2.0 KB (added by danieljprice (Daniel Price), 12 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                splash
    7 version             2.1.0
     7version             2.1.1
    88categories          science graphics
    99platforms           darwin
    1010maintainers         monash.edu:daniel.price
     
    1818
    1919worksrcdir          ${name}
    2020
    21 checksums           rmd160  2a76792b19781a45fe72359f9d4a14a029540174 \
    22                     sha256  28fb4b7319a3aec784b10aaaa7a64f32f936f4c1d1b85b32a98dcecab13d172f
     21checksums           rmd160   2bfb9c9945f3f5669cbc1e6fc9be46572051f86b \
     22                    sha256   0134d87e45927293fa579b568b64ccbbde88a19fca1a753668d1d38738b246e1
    2323
    24 if {![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46]} {
     24if {![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47]} {
    2525   default_variants      +gcc45
    2626}
    2727default_variants    +giza
     
    5050   build.args-append       BACKEND=pgplot
    5151}
    5252
    53 variant gcc46 description {build with gfortran/gcc v4.6} conflicts gcc44 gcc45 {
     53variant gcc47 description {build with gfortran/gcc v4.7} conflicts gcc44 gcc45 gcc46 {
     54   depends_build-append    port:gcc47
     55   build.args-append       F90C=gfortran-mp-4.7 FC=gfortran-mp-4.7
     56}
     57
     58variant gcc46 description {build with gfortran/gcc v4.6} conflicts gcc44 gcc45 gcc47 {
    5459   depends_build-append    port:gcc46
    5560   build.args-append       F90C=gfortran-mp-4.6 FC=gfortran-mp-4.6
    5661}
    5762
    58 variant gcc45 description {build with gfortran/gcc v4.5} conflicts gcc44 gcc46 {
     63variant gcc45 description {build with gfortran/gcc v4.5} conflicts gcc44 gcc46 gcc47 {
    5964   depends_build-append    port:gcc45
    6065   build.args-append       F90C=gfortran-mp-4.5 FC=gfortran-mp-4.5
    6166}
    6267
    63 variant gcc44 description {build with gfortran/gcc v4.4} conflicts gcc45 gcc46 {
     68variant gcc44 description {build with gfortran/gcc v4.4} conflicts gcc45 gcc46 gcc47 {
    6469   depends_build-append    port:gcc44
    6570   build.args-append       F90C=gfortran-mp-4.4 FC=gfortran-mp-4.4
    6671}