Ticket #35906: Portfile-splash.diff
File Portfile-splash.diff, 2.0 KB (added by danieljprice (Daniel Price), 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name splash 7 version 2.1. 07 version 2.1.1 8 8 categories science graphics 9 9 platforms darwin 10 10 maintainers monash.edu:daniel.price … … 18 18 19 19 worksrcdir ${name} 20 20 21 checksums rmd160 2a76792b19781a45fe72359f9d4a14a029540174\22 sha256 28fb4b7319a3aec784b10aaaa7a64f32f936f4c1d1b85b32a98dcecab13d172f21 checksums rmd160 2bfb9c9945f3f5669cbc1e6fc9be46572051f86b \ 22 sha256 0134d87e45927293fa579b568b64ccbbde88a19fca1a753668d1d38738b246e1 23 23 24 if {![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] } {24 if {![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47]} { 25 25 default_variants +gcc45 26 26 } 27 27 default_variants +giza … … 50 50 build.args-append BACKEND=pgplot 51 51 } 52 52 53 variant gcc46 description {build with gfortran/gcc v4.6} conflicts gcc44 gcc45 { 53 variant 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 58 variant gcc46 description {build with gfortran/gcc v4.6} conflicts gcc44 gcc45 gcc47 { 54 59 depends_build-append port:gcc46 55 60 build.args-append F90C=gfortran-mp-4.6 FC=gfortran-mp-4.6 56 61 } 57 62 58 variant gcc45 description {build with gfortran/gcc v4.5} conflicts gcc44 gcc46 {63 variant gcc45 description {build with gfortran/gcc v4.5} conflicts gcc44 gcc46 gcc47 { 59 64 depends_build-append port:gcc45 60 65 build.args-append F90C=gfortran-mp-4.5 FC=gfortran-mp-4.5 61 66 } 62 67 63 variant gcc44 description {build with gfortran/gcc v4.4} conflicts gcc45 gcc46 {68 variant gcc44 description {build with gfortran/gcc v4.4} conflicts gcc45 gcc46 gcc47 { 64 69 depends_build-append port:gcc44 65 70 build.args-append F90C=gfortran-mp-4.4 FC=gfortran-mp-4.4 66 71 }