Changeset 97763


Ignore:
Timestamp:
Sep 14, 2012, 6:56:08 PM (12 years ago)
Author:
jeremyhu@…
Message:

Revbump everything which could've been built with gcc44 or gcc45. Remove gcc42 variants since gcc42 only builds on Tiger (#33919).

Location:
trunk/dports
Files:
77 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/audio/ardour2/Portfile

    r95653 r97763  
    66name                    ardour2
    77version                 2.8.11
     8revision                1
    89distname                ardour-${version}
    910maintainers             devans
  • trunk/dports/devel/fortrancl/Portfile

    r92833 r97763  
    66name                fortrancl
    77version             0.1alpha3
     8revision            1
    89categories          devel parallel science
    910platforms           darwin
  • trunk/dports/devel/openfst/Portfile

    r95899 r97763  
    66name                openfst
    77version             1.3.2
    8 revision            1
     8revision            2
    99categories          devel
    1010platforms           darwin
  • trunk/dports/devel/swig/Portfile

    r96919 r97763  
    66name            swig
    77version         2.0.8
    8 
     8revision        1
    99categories      devel
    1010# The swig tool itself is GPL, but code incorporated into dependents has a
  • trunk/dports/fuse/offlinefs/Portfile

    r92915 r97763  
    66name                offlinefs
    77version             0.4.6
     8revision            1
    89categories          fuse
    910
  • trunk/dports/games/snoopy/Portfile

    r90820 r97763  
    66name                snoopy
    77version             2.9.95
     8revision            1
    89categories          games
    910maintainers         gmail.com:pandagoat
  • trunk/dports/graphics/darktable/Portfile

    r97300 r97763  
    66name                darktable
    77version             0.7.1
    8 revision            4
     8revision            5
    99categories          graphics
    1010platforms           darwin
  • trunk/dports/graphics/pgplot/Portfile

    r97341 r97763  
    77conflicts           miriad
    88version             5.2.2
    9 revision            7
     9revision            8
    1010categories          graphics devel
    1111platforms           darwin
     
    220220}
    221221
    222 variant gcc42 description {build with gfortran from gcc42} conflicts gcc43 gcc44 gcc45 gcc46 g95 {
    223     depends_lib-append  port:gcc42
    224     configure.fc        ${prefix}/bin/gfortran-mp-4.2
    225 }
    226 
    227 variant gcc43 description {build with gfortran from gcc43} conflicts gcc42 gcc44 gcc45 gcc46 g95 {
     222variant gcc43 description {build with gfortran from gcc43} conflicts gcc44 gcc45 gcc46 g95 {
    228223    depends_lib-append  port:gcc43
    229224    configure.fc        ${prefix}/bin/gfortran-mp-4.3
    230225}
    231226
    232 variant gcc44 description {build with gfortran from gcc44} conflicts gcc42 gcc43 gcc45 gcc46 g95 {
     227variant gcc44 description {build with gfortran from gcc44} conflicts gcc43 gcc45 gcc46 g95 {
    233228    depends_lib-append  port:gcc44
    234229    configure.fc        ${prefix}/bin/gfortran-mp-4.4
    235230}
    236231
    237 variant gcc45 description {build with gfortran from gcc45} conflicts gcc42 gcc43 gcc44 gcc46 g95 {
     232variant gcc45 description {build with gfortran from gcc45} conflicts gcc43 gcc44 gcc46 g95 {
    238233    depends_lib-append  port:gcc45
    239234    configure.fc        ${prefix}/bin/gfortran-mp-4.5
    240235}
    241236
    242 variant gcc46 description {build with gfortran from gcc46} conflicts gcc42 gcc43 gcc44 gcc45 g95 {
     237variant gcc46 description {build with gfortran from gcc46} conflicts gcc43 gcc44 gcc45 g95 {
    243238    depends_lib-append  port:gcc46
    244239    configure.fc        ${prefix}/bin/gfortran-mp-4.6
    245240}
    246241
    247 variant g95 description {build with g95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 {
     242variant g95 description {build with g95} conflicts gcc43 gcc44 gcc45 gcc46 {
    248243    depends_lib-append  port:g95
    249244    configure.fc        ${prefix}/bin/g95
    250245}
    251246
    252 if {![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46]} {
     247if {![variant_isset g95] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46]} {
    253248    default_variants +gcc45
    254249}
  • trunk/dports/lang/adaptor/Portfile

    r90820 r97763  
    55name         adaptor
    66version      12.0
    7 revision     2
     7revision     3
    88platforms    darwin
    99categories   lang
  • trunk/dports/lang/berkeley_upc/Portfile

    r92833 r97763  
    66name                berkeley_upc
    77version             2.14.0
     8revision            1
    89categories          lang science parallel
    910maintainers         takeshi
  • trunk/dports/lang/ftidy/Portfile

    r95274 r97763  
    55name                    ftidy
    66version                 7.2
     7revision                1
    78categories              lang
    89platforms               darwin
     
    3132patchfiles              tidy.for.patch
    3233
    33 if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] } {
     34if { ![variant_isset gcc43] && ![variant_isset gcc44] } {
    3435    default_variants    +gcc45
    3536}
    3637
    37 variant gcc42 conflicts gcc43 gcc44 gcc45 description {Build using gcc42} {
    38     depends_build   port:gcc42
    39     configure.compiler  macports-gcc-4.2
    40 }
    41 
    42 variant gcc43 conflicts gcc42 gcc44 gcc45 description {Build using gcc43} {
     38variant gcc43 conflicts gcc44 gcc45 description {Build using gcc43} {
    4339    depends_build   port:gcc43
    4440    configure.compiler  macports-gcc-4.3
    4541}
    4642
    47 variant gcc44 conflicts gcc42 gcc43 gcc45 description {Build using gcc44} {
     43variant gcc44 conflicts gcc43 gcc45 description {Build using gcc44} {
    4844    depends_build   port:gcc44
    4945    configure.compiler  macports-gcc-4.4
    5046}
    5147
    52 variant gcc45 conflicts gcc42 gcc43 gcc44 description {Build using gcc45} {
     48variant gcc45 conflicts gcc43 gcc44 description {Build using gcc45} {
    5349    depends_build   port:gcc45
    5450    configure.compiler  macports-gcc-4.5
  • trunk/dports/lang/ghc/Portfile

    r96894 r97763  
    88set canonicalname   ghc
    99version             7.4.2
     10revision            1
    1011categories          lang haskell
    1112maintainers         gmail.com:kitchen.andy cal openmaintainer
  • trunk/dports/lang/omnixmp/Portfile

    r92833 r97763  
    66name                omnixmp
    77version             0.5.4
    8 revision            2
     8revision            3
    99categories          lang devel parallel
    1010maintainers         takeshi
  • trunk/dports/math/R-framework/Portfile

    r97300 r97763  
    1010conflicts                   R
    1111version                     ${major}.${minor}.${point}
    12 revision                    2
     12revision                    3
    1313categories                  math science
    1414maintainers                 me.com:kjell.konis
  • trunk/dports/math/R/Portfile

    r94802 r97763  
    77conflicts        R-framework
    88version          2.15.1
     9revision         1
    910categories       math science
    1011maintainers      me.com:kjell.konis
     
    5455}
    5556
    56 variant gcc42 conflicts gcc43 gcc44 gcc45 gcc46 description {Build with gcc42} {
    57     configure.compiler macports-gcc-4.2
    58     depends_lib-append port:gcc42
    59 }
    60 
    61 variant gcc43 conflicts gcc42 gcc44 gcc45 gcc46 description {Build with gcc43} {
     57variant gcc43 conflicts gcc44 gcc45 gcc46 description {Build with gcc43} {
    6258    configure.compiler macports-gcc-4.3
    6359    depends_lib-append port:gcc43
    6460}
    6561
    66 variant gcc44 conflicts gcc42 gcc43 gcc45 gcc46 description {Build with gcc44} {
     62variant gcc44 conflicts gcc43 gcc45 gcc46 description {Build with gcc44} {
    6763    configure.compiler macports-gcc-4.4
    6864    depends_lib-append port:gcc44
    6965}
    7066
    71 variant gcc45 conflicts gcc42 gcc43 gcc44 gcc46 description {Build with gcc45} {
     67variant gcc45 conflicts gcc43 gcc44 gcc46 description {Build with gcc45} {
    7268    configure.compiler macports-gcc-4.5
    7369    depends_lib-append port:gcc45
    7470}
    7571
    76 variant gcc46 conflicts gcc42 gcc43 gcc44 gcc45 description {Build with gcc46} {
     72variant gcc46 conflicts gcc43 gcc44 gcc45 description {Build with gcc46} {
    7773    configure.compiler macports-gcc-4.6
    7874    depends_lib-append port:gcc46
  • trunk/dports/math/arpack/Portfile

    r96338 r97763  
    66name          arpack
    77version       3.1.1
    8 revision      4
     8revision      5
    99categories    math
    1010license       BSD
     
    6363
    6464
    65 variant gcc42 description {build with gfortran-mp-4.2} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 universal {
    66         depends_build-append    port:gcc42
    67         configure.env-append F77=${prefix}/bin/gfortran-mp-4.2
    68 }
    69 
    70 variant gcc43 description {build with gfortran-mp-4.3} conflicts gcc42 gcc44 gcc45 gcc46 gcc47 g95 universal {
     65variant gcc43 description {build with gfortran-mp-4.3} conflicts gcc44 gcc45 gcc46 gcc47 g95 universal {
    7166        depends_build-append    port:gcc43
    7267        configure.env-append F77=${prefix}/bin/gfortran-mp-4.3
    7368}
    7469
    75 variant gcc44 description {build with gfortran-mp-4.4} conflicts gcc42 gcc43 gcc45 gcc46 gcc47 g95 {
     70variant gcc44 description {build with gfortran-mp-4.4} conflicts gcc43 gcc45 gcc46 gcc47 g95 {
    7671        depends_build-append    port:gcc44
    7772        configure.env-append F77=${prefix}/bin/gfortran-mp-4.4
    7873}
    7974
    80 variant gcc45 description {build with gfortran-mp-4.5} conflicts gcc42 gcc43 gcc44 gcc46 gcc47 g95 {
     75variant gcc45 description {build with gfortran-mp-4.5} conflicts gcc43 gcc44 gcc46 gcc47 g95 {
    8176        depends_build-append    port:gcc45
    8277        configure.env-append F77=${prefix}/bin/gfortran-mp-4.5
    8378}
    8479
    85 variant gcc46 description {build with gfortran-mp-4.6} conflicts gcc42 gcc43 gcc44 gcc45 gcc47 g95 {
     80variant gcc46 description {build with gfortran-mp-4.6} conflicts gcc43 gcc44 gcc45 gcc47 g95 {
    8681        depends_build-append    port:gcc46
    8782        configure.env-append F77=${prefix}/bin/gfortran-mp-4.6
    8883}
    8984
    90 variant gcc47 description {build with gfortran-mp-4.6} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 g95 {
     85variant gcc47 description {build with gfortran-mp-4.6} conflicts gcc43 gcc44 gcc45 gcc46 g95 {
    9186        depends_build-append    port:gcc47
    9287        configure.env-append F77=${prefix}/bin/gfortran-mp-4.7
    9388}
    94 variant g95 description {build with g95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 universal {
     89variant g95 description {build with g95} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 universal {
    9590        depends_build-append    port:g95
    9691        configure.env-append F77=${prefix}/bin/g95
    9792}
    9893
    99 if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset g95] } {
     94if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46] && ![variant_isset gcc47] && ![variant_isset g95] } {
    10095        default_variants      +gcc45
    10196}
  • trunk/dports/math/blitz-devel/Portfile

    r95151 r97763  
    66name                blitz-devel
    77version             0.10-20110812
     8revision            1
    89categories          math devel
    910platforms           darwin
  • trunk/dports/math/blitz/Portfile

    r95168 r97763  
    66name                blitz
    77version             0.10
    8 revision            1
     8revision            2
    99categories          math devel
    1010license             {LGPL-3+ BSD Artistic-2}
  • trunk/dports/math/dotwrp/Portfile

    r94316 r97763  
    66
    77github.setup    tenomoto dotwrp 1.1 v
     8revision        1
    89categories      math science
    910platforms       darwin
  • trunk/dports/math/eigen3/Portfile

    r95980 r97763  
    66name                eigen3
    77version             3.1.1
     8revision            1
    89license             {{MPL-2} {LGPL-3+}}
    910categories          math science
  • trunk/dports/math/fftw-3/Portfile

    r97642 r97763  
    66name            fftw-3
    77version         3.3.2
     8revision        1
    89categories      math
    910license         GPL-2+
     
    171172}
    172173
    173 variant gcc42 description {compile using gcc42 toolchain} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 {
    174     depends_lib-append    port:gcc42
    175     depends_skip_archcheck gcc42
    176     configure.compiler    macports-gcc-4.2
    177     configure.args-delete --disable-fortran
    178     if { ${os.arch} == "i386" } {
    179         lappend merger_configure_args(ppc)     "--disable-fortran"
    180         lappend merger_configure_args(ppc64)   "--disable-fortran"
    181     } else {
    182         lappend merger_configure_args(i386)    "--disable-fortran"
    183         lappend merger_configure_args(x86_64)  "--disable-fortran"
    184     }
    185 }
    186 
    187 variant gcc43 description {compile using gcc43 toolchain} conflicts gcc42 gcc44 gcc45 gcc46 gcc47 g95 {
     174variant gcc43 description {compile using gcc43 toolchain} conflicts gcc44 gcc45 gcc46 gcc47 g95 {
    188175    depends_lib-append    port:gcc43
    189176    configure.compiler    macports-gcc-4.3
     
    198185}
    199186
    200 variant gcc44 description {compile using gcc44 toolchain} conflicts gcc42 gcc43 gcc45 gcc46 gcc47 g95 {
     187variant gcc44 description {compile using gcc44 toolchain} conflicts gcc43 gcc45 gcc46 gcc47 g95 {
    201188    depends_lib-append    port:gcc44
    202189    configure.compiler    macports-gcc-4.4
     
    211198}
    212199
    213 variant gcc45 description {compile using gcc45 toolchain} conflicts gcc42 gcc43 gcc44 gcc46 gcc47 g95 {
     200variant gcc45 description {compile using gcc45 toolchain} conflicts gcc43 gcc44 gcc46 gcc47 g95 {
    214201    depends_lib-append    port:gcc45
    215202    configure.compiler    macports-gcc-4.5
     
    224211}
    225212
    226 variant gcc46 description {compile using gcc46 toolchain} conflicts gcc42 gcc43 gcc44 gcc45 gcc47 g95 {
     213variant gcc46 description {compile using gcc46 toolchain} conflicts gcc43 gcc44 gcc45 gcc47 g95 {
    227214    depends_lib-append    port:gcc46
    228215    configure.compiler    macports-gcc-4.6
     
    237224}
    238225
    239 variant gcc47 description {compile using gcc47 toolchain} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 g95 {
     226variant gcc47 description {compile using gcc47 toolchain} conflicts gcc43 gcc44 gcc45 gcc46 g95 {
    240227    depends_lib-append    port:gcc47
    241228    configure.compiler    macports-gcc-4.7
     
    250237}
    251238
    252 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 {
     239variant g95 description {create Fortran wrappers using f95} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 {
    253240    depends_lib-append    port:g95
    254241    depends_skip_archcheck g95
  • trunk/dports/math/fftw-single/Portfile

    r80533 r97763  
    55name            fftw-single
    66version         2.1.5
    7 revision        2
     7revision        3
    88categories      math devel
    99license         GPL-2+
     
    4343                --enable-shared
    4444
    45 variant g95 conflicts gcc42 gcc43 gcc44 gcc45 description {include fortran-callable wrappers built with g95} {
     45variant g95 conflicts gcc43 gcc44 gcc45 description {include fortran-callable wrappers built with g95} {
    4646        depends_lib-append      port:g95
    4747        configure.f77           ${prefix}/bin/g95
    4848}
    4949
    50 variant gcc42 conflicts g95 gcc43 gcc44 gcc45 description {include fortran-callable wrappers built with gcc 4.2} {
    51         depends_lib-append      port:gcc42
    52         configure.compiler  macports-gcc-4.2
    53 }
    54 
    55 variant gcc43 conflicts g95 gcc42 gcc44 gcc45 description {include fortran-callable wrappers built with gcc 4.3} {
     50variant gcc43 conflicts g95 gcc44 gcc45 description {include fortran-callable wrappers built with gcc 4.3} {
    5651        depends_lib-append      port:gcc43
    5752        configure.compiler  macports-gcc-4.3
    5853}
    5954
    60 variant gcc44 conflicts g95 gcc42 gcc43 gcc45 description {include fortran-callable wrappers built with gcc 4.4} {
     55variant gcc44 conflicts g95 gcc43 gcc45 description {include fortran-callable wrappers built with gcc 4.4} {
    6156        depends_lib-append      port:gcc44
    6257        configure.compiler  macports-gcc-4.4
    6358}
    6459
    65 variant gcc45 conflicts g95 gcc42 gcc43 gcc44 description {include fortran-callable wrappers built with gcc 4.5} {
     60variant gcc45 conflicts g95 gcc43 gcc44 description {include fortran-callable wrappers built with gcc 4.5} {
    6661        depends_lib-append      port:gcc45
    6762        configure.compiler  macports-gcc-4.5
    6863}
    6964
    70 if {[variant_isset g95] || [variant_isset gcc42] || [variant_isset gcc43] || [variant_isset gcc44] || [variant_isset gcc45]} {
     65if {[variant_isset g95] || [variant_isset gcc43] || [variant_isset gcc44] || [variant_isset gcc45]} {
    7166    configure.args-delete       --disable-fortran
    7267    configure.args-append       --enable-fortran
  • trunk/dports/math/fftw/Portfile

    r80533 r97763  
    55name            fftw
    66version         2.1.5
    7 revision        3
     7revision        4
    88categories      math devel
    99license         GPL-2+
     
    3737variant fortran requires g95 description {obsolete synonym for g95} {}
    3838
    39 variant g95 conflicts gcc42 gcc43 gcc44 gcc45 description {include fortran-callable wrappers built with g95} {
     39variant g95 conflicts gcc43 gcc44 gcc45 description {include fortran-callable wrappers built with g95} {
    4040        depends_lib-append      port:g95
    4141        configure.f77           ${prefix}/bin/g95
    4242}
    4343
    44 variant gcc42 conflicts g95 gcc43 gcc44 gcc45 description {include fortran-callable wrappers built with gcc 4.2} {
    45         depends_lib-append      port:gcc42
    46         configure.compiler  macports-gcc-4.2
    47 }
    48 
    49 variant gcc43 conflicts g95 gcc42 gcc44 gcc45 description {include fortran-callable wrappers built with gcc 4.3} {
     44variant gcc43 conflicts g95 gcc44 gcc45 description {include fortran-callable wrappers built with gcc 4.3} {
    5045        depends_lib-append      port:gcc43
    5146        configure.compiler  macports-gcc-4.3
    5247}
    5348
    54 variant gcc44 conflicts g95 gcc42 gcc43 gcc45 description {include fortran-callable wrappers built with gcc 4.4} {
     49variant gcc44 conflicts g95 gcc43 gcc45 description {include fortran-callable wrappers built with gcc 4.4} {
    5550        depends_lib-append      port:gcc44
    5651        configure.compiler  macports-gcc-4.4
    5752}
    5853
    59 variant gcc45 conflicts g95 gcc42 gcc43 gcc44 description {include fortran-callable wrappers built with gcc 4.5} {
     54variant gcc45 conflicts g95 gcc43 gcc44 description {include fortran-callable wrappers built with gcc 4.5} {
    6055        depends_lib-append      port:gcc45
    6156        configure.compiler  macports-gcc-4.5
    6257}
    6358
    64 if {[variant_isset g95] || [variant_isset gcc42] || [variant_isset gcc43] || [variant_isset gcc44] || [variant_isset gcc45]} {
     59if {[variant_isset g95] || [variant_isset gcc43] || [variant_isset gcc44] || [variant_isset gcc45]} {
    6560    configure.args-delete       --disable-fortran
    6661    configure.args-append       --enable-fortran
  • trunk/dports/math/gnudatalanguage/Portfile

    r94355 r97763  
    66name                        gnudatalanguage
    77version                     0.9.2
     8revision                    1
    89epoch                       1
    910categories                  math science
  • trunk/dports/math/gsl/Portfile

    r96629 r97763  
    77conflicts           gsl-devel
    88version             1.15
    9 revision            1
     9revision            2
    1010categories          math science
    1111maintainers         openmaintainer jochen
  • trunk/dports/math/octave/Portfile

    r97436 r97763  
    66name                octave
    77version             3.2.4
    8 revision            9
     8revision            10
    99conflicts           octave-devel
    1010categories          math science
  • trunk/dports/math/qrupdate/Portfile

    r93792 r97763  
    77name                qrupdate
    88version             1.1.2
    9 revision            1
     9revision            2
    1010# upstream follows a weird folder naming policy, we need last two digits of version separated by a dot
    1111set branch          [join [lrange [split ${version} .] 1 2] .]
  • trunk/dports/net/lam/Portfile

    r90820 r97763  
    55name                    lam
    66version                 7.1.3
     7revision                1
    78categories              net science parallel
    89maintainers             nomaintainer
     
    3536destroot.args   docdir=${prefix}/share/doc/lam
    3637
    37 variant gcc42 description {enable Fortran support with GCC 4.2} conflicts gcc43 gcc44 gcc45 g95 {
    38         depends_lib   port:gcc42
    39         configure.args-delete   --without-fc
    40         configure.args-append   --with-fc=${prefix}/bin/gfortran-mp-4.2
    41 }
    42 
    43 variant gcc43 description {enable Fortran support with GCC 4.3} conflicts gcc42 gcc44 gcc45 g95 {
     38variant gcc43 description {enable Fortran support with GCC 4.3} conflicts gcc44 gcc45 g95 {
    4439        depends_lib   port:gcc43
    4540        configure.args-delete   --without-fc
     
    4742}
    4843
    49 variant gcc44 description {enable Fortran support with GCC 4.4} conflicts gcc42 gcc43 gcc45 g95 {
     44variant gcc44 description {enable Fortran support with GCC 4.4} conflicts gcc43 gcc45 g95 {
    5045        depends_lib   port:gcc44
    5146        configure.args-delete   --without-fc
     
    5348}
    5449
    55 variant gcc45 description {enable Fortran support with GCC 4.5} conflicts gcc42 gcc43 gcc44 g95 {
     50variant gcc45 description {enable Fortran support with GCC 4.5} conflicts gcc43 gcc44 g95 {
    5651        depends_lib   port:gcc45
    5752        configure.args-delete   --without-fc
     
    5954}
    6055
    61 variant g95 description {enable Fortran support with G95} conflicts gcc42 gcc43 gcc44 gcc45 {
     56variant g95 description {enable Fortran support with G95} conflicts gcc43 gcc44 gcc45 {
    6257        depends_lib   port:g95
    6358        configure.args-delete   --without-fc
  • trunk/dports/python/py-scipy/Portfile

    r95284 r97763  
    77name                    py-scipy
    88version                 0.10.1
    9 revision                2
     9revision                3
    1010categories              python
    1111platforms               darwin
     
    6161}
    6262
    63 variant gcc42 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 description "Use gcc 4.2 tool chain for building" {
    64   configure.compiler    macports-gcc-4.2
    65   depends_lib-append    port:gcc42
    66   set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
    67   set config_options    "config --cc ${prefix}/bin/gcc-mp-4.2 --include-dirs ${prefix}/include --library-dirs ${prefix}/lib"
    68   build.cmd-append      ${fc_options} ${config_options}
    69   destroot.cmd-append   ${fc_options} ${config_options}
    70 
    71   destroot.env-append   CC="${prefix}/bin/gcc-mp-4.2" \
    72                         CXX="${prefix}/bin/g++-mp-4.2"
    73   build.env-append      CC="${prefix}/bin/gcc-mp-4.2" \
    74                         CXX="${prefix}/bin/g++-mp-4.2"
    75 }
    76 
    77 variant gcc43 conflicts gcc42 gcc44 gcc45 gcc46 gcc47 description "Use gcc 4.3 tool chain for building" {
     63variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description "Use gcc 4.3 tool chain for building" {
    7864  configure.compiler    macports-gcc-4.3
    7965  depends_lib-append    port:gcc43
     
    8975}
    9076
    91 variant gcc44 conflicts gcc42 gcc43 gcc45 gcc46 gcc47 description "Use gfortran-mp-4.4 as fortran compiler" {
     77variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description "Use gfortran-mp-4.4 as fortran compiler" {
    9278  configure.compiler    macports-gcc-4.4
    9379  depends_lib-append    port:gcc44
     
    10389}
    10490
    105 variant gcc45 conflicts gcc42 gcc43 gcc44 gcc46 gcc47 description "Use gfortran-mp-4.5 as fortran compiler" {
     91variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description "Use gfortran-mp-4.5 as fortran compiler" {
    10692  configure.compiler    macports-gcc-4.5
    10793  depends_lib-append    port:gcc45
     
    117103}
    118104
    119 variant gcc46 conflicts gcc42 gcc43 gcc44 gcc45 gcc47 description "Use gfortran-mp-4.6 as fortran compiler" {
     105variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description "Use gfortran-mp-4.6 as fortran compiler" {
    120106  configure.compiler    macports-gcc-4.6
    121107  depends_lib-append    port:gcc46
     
    131117}
    132118
    133 variant gcc47 conflicts gcc42 gcc43 gcc44 gcc45 gcc46 description "Use gfortran-mp-4.7 as fortran compiler" {
     119variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description "Use gfortran-mp-4.7 as fortran compiler" {
    134120  configure.compiler    macports-gcc-4.7
    135121  depends_lib-append    port:gcc47
     
    145131}
    146132
    147 if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46] && ![variant_isset gcc47]} {
     133if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46] && ![variant_isset gcc47]} {
    148134  default_variants      +gcc45
    149135}
  • trunk/dports/python/py-usadel1/Portfile

    r89602 r97763  
    77name                py-usadel1
    88version             0.2.3.2
     9revision            1
    910categories-append   science
    1011platforms           darwin
  • trunk/dports/python/py25-pymc/Portfile

    r90820 r97763  
    77name                py25-pymc
    88version             2.0
     9revision            1
    910maintainers         mnick
    1011license             BSD
     
    3233depends_lib-append  port:py25-numpy
    3334
    34 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g95 {
    35     depends_lib-append    port:gcc42
    36     set fc                ${prefix}/bin/gfortran-mp-4.2
    37     build.env-append      F77=${fc} F90=${fc}
    38 }
    39 
    40 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g95 {
     35variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc44 gcc45 g95 {
    4136    depends_lib-append    port:gcc43
    4237    set fc                ${prefix}/bin/gfortran-mp-4.3
     
    4439}
    4540
    46 variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g95 {
     41variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc43 gcc45 g95 {
    4742    depends_lib-append    port:gcc44
    4843    set fc                ${prefix}/bin/gfortran-mp-4.4
     
    5045}
    5146
    52 variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g95 {
     47variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc43 gcc44 g95 {
    5348    depends_lib-append    port:gcc45
    5449    set fc                ${prefix}/bin/gfortran-mp-4.5
     
    5651}
    5752
    58 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 {
     53variant g95 description {create Fortran wrappers using f95} conflicts gcc43 gcc44 gcc45 {
    5954    depends_lib-append    port:g95
    6055    set fc                ${prefix}/bin/g95
     
    6257}
    6358
    64 if {![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95]} {
     59if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95]} {
    6560       default_variants +gcc45
    6661}
  • trunk/dports/python/py25-pynifti/Portfile

    r90820 r97763  
    77name                    py25-pynifti
    88version                 0.20090303.1
     9revision                1
    910categories              python
    1011platforms               darwin
  • trunk/dports/python/py26-logilab-hmm/Portfile

    r90831 r97763  
    77name                py26-logilab-hmm
    88version             0.5.0
     9revision            1
    910maintainers         minimoog.org:sb
    1011description         Python Hidden Markov model implementation
     
    3132python.add_archflags no
    3233
    33 variant gcc42 conflicts gcc43 gcc44 gcc45 description "Use gfortran-mp-4.2 as fortran compiler" {
    34   configure.compiler    macports-gcc-4.2
    35   depends_lib-append    port:gcc42
    36   set fc_options        "config_fc --fcompiler gnu95 --f77exec ${prefix}/bin/gfortran-mp-4.2 --f90exec ${prefix}/bin/gfortran-mp-4.2"
    37   build.cmd-append      ${fc_options}
    38   destroot.cmd-append   ${fc_options}
    39 }
    40 
    41 variant gcc43 conflicts gcc42 gcc44 gcc45 description "Use gfortran-mp-4.3 as fortran compiler" {
     34variant gcc43 conflicts gcc44 gcc45 description "Use gfortran-mp-4.3 as fortran compiler" {
    4235  configure.compiler    macports-gcc-4.3
    4336  depends_lib-append    port:gcc43
     
    4740}
    4841
    49 variant gcc44 conflicts gcc42 gcc43 gcc45 description "Use gfortran-mp-4.4 as fortran compiler" {
     42variant gcc44 conflicts gcc43 gcc45 description "Use gfortran-mp-4.4 as fortran compiler" {
    5043  configure.compiler    macports-gcc-4.4
    5144  depends_lib-append    port:gcc44
     
    5548}
    5649
    57 variant gcc45 conflicts gcc42 gcc43 gcc44 description "Use gfortran-mp-4.5 as fortran compiler" {
     50variant gcc45 conflicts gcc43 gcc44 description "Use gfortran-mp-4.5 as fortran compiler" {
    5851  configure.compiler    macports-gcc-4.5
    5952  depends_lib-append    port:gcc45
     
    6356}
    6457
    65 if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] } {
     58if { ![variant_isset gcc43] && ![variant_isset gcc44] } {
    6659  default_variants      +gcc45
    6760}
  • trunk/dports/python/py26-ngl/Portfile

    r90820 r97763  
    77name                py26-ngl
    88version             1.3.0b1
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
  • trunk/dports/python/py26-nio/Portfile

    r90820 r97763  
    77name                py26-nio
    88version             1.3.0b1
     9revision            1
    910platforms           darwin
    1011maintainers         nomaintainer
  • trunk/dports/python/py26-pymc/Portfile

    r90820 r97763  
    77name                py26-pymc
    88version             2.0
     9revision            1
    910maintainers         mnick
    1011license             BSD
     
    3334python.add_archflags no
    3435
    35 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g95 {
    36     depends_lib-append    port:gcc42
    37     set fc                ${prefix}/bin/gfortran-mp-4.2
    38     build.env-append      F77=${fc} F90=${fc}
    39 }
    40 
    41 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g95 {
     36variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc44 gcc45 g95 {
    4237    depends_lib-append    port:gcc43
    4338    set fc                ${prefix}/bin/gfortran-mp-4.3
     
    4540}
    4641
    47 variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g95 {
     42variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc43 gcc45 g95 {
    4843    depends_lib-append    port:gcc44
    4944    set fc                ${prefix}/bin/gfortran-mp-4.4
     
    5146}
    5247
    53 variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g95 {
     48variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc43 gcc44 g95 {
    5449    depends_lib-append    port:gcc45
    5550    set fc                ${prefix}/bin/gfortran-mp-4.5
     
    5752}
    5853
    59 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 {
     54variant g95 description {create Fortran wrappers using f95} conflicts gcc43 gcc44 gcc45 {
    6055    depends_lib-append    port:g95
    6156    set fc                ${prefix}/bin/g95
     
    6358}
    6459
    65 if {![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95]} {
     60if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95]} {
    6661           default_variants +gcc45
    6762}
  • trunk/dports/python/py26-pymvpa/Portfile

    r90820 r97763  
    77name                    py26-pymvpa
    88version                 0.4
     9revision                1
    910epoch                   1
    1011categories              python
  • trunk/dports/python/py26-pynifti/Portfile

    r90820 r97763  
    77name                    py26-pynifti
    88version                 0.20090303.1
     9revision                1
    910categories              python
    1011platforms               darwin
  • trunk/dports/python/py27-pymc/Portfile

    r90820 r97763  
    77name                py27-pymc
    88version             2.0
     9revision            1
    910maintainers         mnick
    1011license             BSD
     
    3334python.add_archflags no
    3435
    35 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g95 {
    36     depends_lib-append    port:gcc42
    37     set fc                ${prefix}/bin/gfortran-mp-4.2
    38     build.env-append      F77=${fc} F90=${fc}
    39 }
    40 
    41 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g95 {
     36variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc44 gcc45 g95 {
    4237    depends_lib-append    port:gcc43
    4338    set fc                ${prefix}/bin/gfortran-mp-4.3
     
    4540}
    4641
    47 variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g95 {
     42variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc43 gcc45 g95 {
    4843    depends_lib-append    port:gcc44
    4944    set fc                ${prefix}/bin/gfortran-mp-4.4
     
    5146}
    5247
    53 variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g95 {
     48variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc43 gcc44 g95 {
    5449    depends_lib-append    port:gcc45
    5550    set fc                ${prefix}/bin/gfortran-mp-4.5
     
    5752}
    5853
    59 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 {
     54variant g95 description {create Fortran wrappers using f95} conflicts gcc43 gcc44 gcc45 {
    6055    depends_lib-append    port:g95
    6156    set fc                ${prefix}/bin/g95
     
    6358}
    6459
    65 if {![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95]} {
     60if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95]} {
    6661           default_variants +gcc45
    6762}
  • trunk/dports/science/apbs-mpi/Portfile

    r75131 r97763  
    66name                apbs-mpi
    77version             1.3.0
     8revision            1
    89set branch          [join [lrange [split ${version} .] 0 1] .]
    910categories          science
  • trunk/dports/science/apbs/Portfile

    r75129 r97763  
    77name                apbs
    88version             1.3.0
     9revision            1
    910set branch          [join [lrange [split ${version} .] 0 1] .]
    1011categories          science
  • trunk/dports/science/bali-phy/Portfile

    r83327 r97763  
    55name                bali-phy
    66version             2.1.1
    7 revision            1
     7revision            2
    88description         Bayesian Alignment and Phylogeny estimation
    99long_description    BAli-Phy can estimate phylogenetic trees from sequence data when the alignment \
  • trunk/dports/science/ccpnmr/Portfile

    r92416 r97763  
    66name                ccpnmr
    77version             2.2.2
     8revision            1
    89set branch          [join [lrange [split $version .] 0 1] .]
    910categories          science python
  • trunk/dports/science/cdf/Portfile

    r95565 r97763  
    77epoch                   1
    88version                 3.4.1
    9 revision                1
     9revision                2
    1010set my_branch           [join [lrange [split ${version} .] 0 1] ""]
    1111set my_version          ${my_branch}_[join [lrange [split ${version} .] 2 end] "_"]
  • trunk/dports/science/cfitsio/Portfile

    r94480 r97763  
    66name                cfitsio
    77version             3.300
     8revision            1
    89categories          science
    910license             zlib MIT {LGPL Noncommercial}
     
    6162}
    6263
    63 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 {
    64     depends_lib-append  port:gcc42
    65     configure.fc        ${prefix}/bin/gfortran-mp-4.2
    66 }
    67 
    68 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 gcc46 gcc47 g95 {
     64variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc44 gcc45 gcc46 gcc47 g95 {
    6965    depends_lib-append  port:gcc43
    7066    configure.fc        ${prefix}/bin/gfortran-mp-4.3
    7167}
    7268
    73 variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 gcc46 gcc47 g95 {
     69variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc43 gcc45 gcc46 gcc47 g95 {
    7470    depends_lib-append  port:gcc44
    7571    configure.fc        ${prefix}/bin/gfortran-mp-4.4
    7672}
    7773
    78 variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 gcc46 gcc47 g95 {
     74variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc43 gcc44 gcc46 gcc47 g95 {
    7975    depends_lib-append  port:gcc45
    8076    configure.fc        ${prefix}/bin/gfortran-mp-4.5
    8177}
    8278
    83 variant gcc46 description {create Fortran wrappers using gcc46} conflicts gcc42 gcc43 gcc44 gcc45 gcc47 g95 {
     79variant gcc46 description {create Fortran wrappers using gcc46} conflicts gcc43 gcc44 gcc45 gcc47 g95 {
    8480    depends_lib-append  port:gcc46
    8581    configure.fc        ${prefix}/bin/gfortran-mp-4.6
    8682}
    8783
    88 variant gcc47 description {create Fortran wrappers using gcc47} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 g95 {
     84variant gcc47 description {create Fortran wrappers using gcc47} conflicts gcc43 gcc44 gcc45 gcc46 g95 {
    8985    depends_lib-append  port:gcc47
    9086    configure.fc        ${prefix}/bin/gfortran-mp-4.7
    9187}
    9288
    93 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 {
     89variant g95 description {create Fortran wrappers using f95} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 {
    9490    depends_lib-append  port:g95
    9591    configure.fc        ${prefix}/bin/g95
  • trunk/dports/science/emos/Portfile

    r90820 r97763  
    66name                emos
    77version             000382
    8 revision            3
     8revision            4
    99platforms           darwin
    1010maintainers         takeshi
  • trunk/dports/science/eo/Portfile

    r97228 r97763  
    77categories              science
    88version                 1.0.1
    9 revision                1
     9revision                2
    1010categories              science math
    1111platforms               darwin
  • trunk/dports/science/gpp4/Portfile

    r95679 r97763  
    55name                gpp4
    66version             1.3.1
     7revision            1
    78set branch          [join [lrange [split ${version} .] 0 1] .]
    89categories          science
  • trunk/dports/science/grib_api/Portfile

    r97300 r97763  
    66name                grib_api
    77version             1.9.9
    8 revision            3
     8revision            4
    99platforms           darwin
    1010maintainers         takeshi
  • trunk/dports/science/gromacs-double/Portfile

    r96212 r97763  
    77name            gromacs-double
    88version         4.5.5
    9 revision        1
     9revision        2
    1010categories      science math
    1111license     gpl
     
    5454}
    5555
    56 if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] } {
     56if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] } {
    5757    default_variants     +gcc47
    5858}
    5959
    60 variant gcc42 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 description {build with macports-gcc-4.2} {
    61     depends_lib-append  port:gcc42
    62     configure.compiler  macports-gcc-4.2
    63 }
    64 
    65 variant gcc43 conflicts gcc42 gcc44 gcc45 gcc46 gcc47 description {build with macports-gcc-4.3} {
     60variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {build with macports-gcc-4.3} {
    6661    depends_lib-append  port:gcc43
    6762    configure.compiler  macports-gcc-4.3
    6863}
    6964
    70 variant gcc44 conflicts gcc42 gcc43 gcc45 gcc46 gcc47 description {build with macports-gcc-4.4} {
     65variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {build with macports-gcc-4.4} {
    7166    depends_lib-append  port:gcc44
    7267    configure.compiler  macports-gcc-4.4
    7368}
    7469
    75 variant gcc45 conflicts gcc42 gcc43 gcc44 gcc46 gcc47 description {build with macports-gcc-4.5} {
     70variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {build with macports-gcc-4.5} {
    7671    depends_lib-append  port:gcc45
    7772    configure.compiler  macports-gcc-4.5
    7873}
    7974
    80 variant gcc46 conflicts gcc42 gcc43 gcc44 gcc45 gcc47 description {build with macports-gcc-4.6} {
     75variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {build with macports-gcc-4.6} {
    8176    depends_lib-append  port:gcc46
    8277    configure.compiler  macports-gcc-4.6
    8378}
    8479
    85 variant gcc47 conflicts gcc42 gcc43 gcc44 gcc45 gcc46 description {build with macports-gcc-4.7} {
     80variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {build with macports-gcc-4.7} {
    8681    depends_lib-append  port:gcc47
    8782    configure.compiler  macports-gcc-4.7
  • trunk/dports/science/gromacs/Portfile

    r96212 r97763  
    77name            gromacs
    88version         4.5.5
    9 revision        1
     9revision        2
    1010categories      science math
    1111license     gpl
     
    5454}
    5555
    56 if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] } {
     56if { ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] } {
    5757    default_variants     +gcc47
    5858}
    5959
    60 variant gcc42 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 description {build with macports-gcc-4.2} {
    61     depends_lib-append  port:gcc42
    62     configure.compiler  macports-gcc-4.2
    63 }
    64 
    65 variant gcc43 conflicts gcc42 gcc44 gcc45 gcc46 gcc47 description {build with macports-gcc-4.3} {
     60variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {build with macports-gcc-4.3} {
    6661    depends_lib-append  port:gcc43
    6762    configure.compiler  macports-gcc-4.3
    6863}
    6964
    70 variant gcc44 conflicts gcc42 gcc43 gcc45 gcc46 gcc47 description {build with macports-gcc-4.4} {
     65variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {build with macports-gcc-4.4} {
    7166    depends_lib-append  port:gcc44
    7267    configure.compiler  macports-gcc-4.4
    7368}
    7469
    75 variant gcc45 conflicts gcc42 gcc43 gcc44 gcc46 gcc47 description {build with macports-gcc-4.5} {
     70variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {build with macports-gcc-4.5} {
    7671    depends_lib-append  port:gcc45
    7772    configure.compiler  macports-gcc-4.5
    7873}
    7974
    80 variant gcc46 conflicts gcc42 gcc43 gcc44 gcc45 gcc47 description {build with macports-gcc-4.6} {
     75variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {build with macports-gcc-4.6} {
    8176    depends_lib-append  port:gcc46
    8277    configure.compiler  macports-gcc-4.6
    8378}
    8479
    85 variant gcc47 conflicts gcc42 gcc43 gcc44 gcc45 gcc46 description {build with macports-gcc-4.7} {
     80variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {build with macports-gcc-4.7} {
    8681    depends_lib-append  port:gcc47
    8782    configure.compiler  macports-gcc-4.7
  • trunk/dports/science/hdf4/Portfile

    r93676 r97763  
    66name                hdf4
    77version             4.2.7
     8revision            1
    89platforms           darwin
    910categories          science
  • trunk/dports/science/hdf5-18/Portfile

    r97394 r97763  
    88name                ${realname}-18
    99version             1.8.9
    10 revision            1
     10revision            2
    1111categories          science
    1212maintainers         mmoll openmaintainer
  • trunk/dports/science/hdf5/Portfile

    r95095 r97763  
    66name                hdf5
    77version             1.6.9
    8 revision            2
     8revision            3
    99categories          science
    1010license             NCSA
     
    5959    configure.args-append   --enable-fortran
    6060    pre-fetch {
    61         if { ![variant_isset gcc45] && ![variant_isset gcc44] && ![variant_isset gcc43] && ![variant_isset gcc42] && ![variant_isset g95] } {
     61        if { ![variant_isset gcc45] && ![variant_isset gcc44] && ![variant_isset gcc43] && ![variant_isset g95] } {
    6262            error "You must specify a compiler variant in order to build the Fortran interface"
    6363        }
     
    7777
    7878
    79 variant gcc42 conflicts g95 gcc43 gcc44 gcc45 description {Compile using GCC 4.2} {
    80     depends_lib-append          port:gcc42
    81     configure.compiler          macports-gcc-4.2
    82 }
    83 
    84 variant gcc43 conflicts g95 gcc42 gcc44 gcc45 description {Compile using GCC 4.3} {
     79variant gcc43 conflicts g95 gcc44 gcc45 description {Compile using GCC 4.3} {
    8580    depends_lib-append          port:gcc43
    8681    configure.compiler          macports-gcc-4.3
     
    8883}
    8984
    90 variant gcc44 conflicts g95 gcc42 gcc43 gcc45 description {Compile using GCC 4.4} {
     85variant gcc44 conflicts g95 gcc43 gcc45 description {Compile using GCC 4.4} {
    9186    depends_lib-append          port:gcc44
    9287    configure.compiler          macports-gcc-4.4
     
    9489}
    9590
    96 variant gcc45 conflicts g95 gcc42 gcc43 gcc44 description {Compile using GCC 4.5} {
     91variant gcc45 conflicts g95 gcc43 gcc44 description {Compile using GCC 4.5} {
    9792    depends_lib-append          port:gcc45
    9893    configure.compiler          macports-gcc-4.5
     
    10095}
    10196
    102 variant g95 requires fortran conflicts gcc42 gcc43 gcc44 gcc45 description {Use g95 Fortran compiler (unsupported)} {
     97variant g95 requires fortran conflicts gcc43 gcc44 gcc45 description {Use g95 Fortran compiler (unsupported)} {
    10398    depends_lib-append          port:g95
    10499    patchfiles-append           patch-powerpc-apple.diff
  • trunk/dports/science/jags/Portfile

    r90820 r97763  
    66name                jags
    77version             3.2.0
     8revision            1
    89set major           [lindex [split ${version} .] 0]
    910categories          science
  • trunk/dports/science/libctl/Portfile

    r91470 r97763  
    66name                libctl
    77version             3.1
     8revision            1
    89categories          science
    910platforms           darwin
  • trunk/dports/science/libxc/Portfile

    r76979 r97763  
    66name                libxc
    77version             1.0
     8revision            1
    89categories          science
    910platforms           darwin
  • trunk/dports/science/miriad/Portfile

    r97300 r97763  
    1414set tardate      20120618
    1515version          ${relver}.${tardate}
    16 revision        1
     16revision         2
    1717platforms        darwin
    1818categories       science
  • trunk/dports/science/molden/Portfile

    r95695 r97763  
    1414name                molden
    1515version             5.0-20120713113700
     16revision            1
    1617set version_number  [lindex [split ${version} -] 0]
    1718categories          science graphics
  • trunk/dports/science/molmol/Portfile

    r97300 r97763  
    66name                molmol
    77version             2k.2.0
    8 revision            6
     8revision            7
    99categories          science
    1010maintainers         bromo.med.uc.edu:howarth
  • trunk/dports/science/mpich2-devel/Portfile

    r96920 r97763  
    77set pkgname         mpich2
    88version             1.5rc1
     9revision            1
    910license             BSD
    1011categories          science parallel net
     
    104105variant gcc47 description {
    105106    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc47 port
    106 } conflicts gcc42 gcc43 gcc44 gcc45 gcc46 llvm clang clang31 {
     107} conflicts gcc43 gcc44 gcc45 gcc46 llvm clang clang31 {
    107108    depends_lib-append      port:gcc47
    108109    configure.compiler      macports-gcc-4.7
     
    111112variant gcc46 description {
    112113    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc46 port
    113 } conflicts gcc42 gcc43 gcc44 gcc45 gcc47 llvm clang clang31 {
     114} conflicts gcc43 gcc44 gcc45 gcc47 llvm clang clang31 {
    114115    depends_lib-append      port:gcc46
    115116    configure.compiler      macports-gcc-4.6
     
    118119variant gcc45 description {
    119120    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc45 port
    120 } conflicts gcc42 gcc43 gcc44 gcc46 gcc47 llvm clang clang31 {
     121} conflicts gcc43 gcc44 gcc46 gcc47 llvm clang clang31 {
    121122    depends_lib-append      port:gcc45
    122123    configure.compiler      macports-gcc-4.5
     
    125126variant gcc44 description {
    126127    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc44 port
    127 } conflicts gcc42 gcc43 gcc45 gcc46 gcc47 llvm clang clang31 {
     128} conflicts gcc43 gcc45 gcc46 gcc47 llvm clang clang31 {
    128129    depends_lib-append      port:gcc44
    129130    configure.compiler      macports-gcc-4.4
     
    132133variant gcc43 description {
    133134    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc43 port
    134 } conflicts gcc42 gcc44 gcc45 gcc46 gcc47 llvm clang clang31 {
     135} conflicts gcc44 gcc45 gcc46 gcc47 llvm clang clang31 {
    135136    depends_lib-append      port:gcc43
    136137    configure.compiler      macports-gcc-4.3
    137138}
    138139
    139 variant gcc42 description {
    140     Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc42 port
    141 } conflicts gcc43 gcc44 gcc45 gcc46 gcc47 llvm clang clang31 {
    142     depends_lib-append      port:gcc42
    143     configure.compiler      macports-gcc-4.2
    144 }
    145 
    146 if {[ variant_isset gcc42 ] ||
    147     [ variant_isset gcc43 ] ||
     140if {[ variant_isset gcc43 ] ||
    148141    [ variant_isset gcc44 ] ||
    149142    [ variant_isset gcc45 ] ||
     
    156149variant llvm description {
    157150    Use llvm-gcc
    158 } conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 clang clang31 {
     151} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 clang clang31 {
    159152    configure.compiler      llvm-gcc-4.2
    160153}
     
    162155variant clang description {
    163156    Use clang
    164 } conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 llvm clang31 {
     157} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 llvm clang31 {
    165158    configure.compiler      clang
    166159}
     
    168161variant clang31 description {
    169162    Use clang 3.1 from MacPorts
    170 } conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 llvm clang {
     163} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 llvm clang {
    171164    depends_lib-append      port:clang-3.1
    172165    configure.compiler      clang
  • trunk/dports/science/mpich2/Portfile

    r95556 r97763  
    66name                mpich2
    77version             1.4.1p1
     8revision            1
    89license             BSD
    910categories          science parallel net
     
    8687                                    ${destroot}${prefix}/etc/mpicxx.conf \
    8788                                    ${destroot}${prefix}/etc/mpicc.conf
    88     if {[ variant_isset gcc42 ] ||
    89         [ variant_isset gcc43 ] ||
     89    if {[ variant_isset gcc43 ] ||
    9090        [ variant_isset gcc44 ] ||
    9191        [ variant_isset gcc45 ] ||
     
    106106variant gcc47 description {
    107107    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc47
    108 } conflicts gcc42 gcc43 gcc44 gcc45 gcc46 llvm clang {
     108} conflicts gcc43 gcc44 gcc45 gcc46 llvm clang {
    109109    depends_lib-append      port:gcc47
    110110    configure.compiler      macports-gcc-4.7
     
    113113variant gcc46 description {
    114114    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc46
    115 } conflicts gcc42 gcc43 gcc44 gcc45 gcc47 llvm clang {
     115} conflicts gcc43 gcc44 gcc45 gcc47 llvm clang {
    116116    depends_lib-append      port:gcc46
    117117    configure.compiler      macports-gcc-4.6
     
    120120variant gcc45 description {
    121121    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc45
    122 } conflicts gcc42 gcc43 gcc44 gcc46 gcc47 llvm clang {
     122} conflicts gcc43 gcc44 gcc46 gcc47 llvm clang {
    123123    depends_lib-append      port:gcc45
    124124    configure.compiler      macports-gcc-4.5
     
    127127variant gcc44 description {
    128128    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc44
    129 } conflicts gcc42 gcc43 gcc45 gcc46 gcc47 llvm clang {
     129} conflicts gcc43 gcc45 gcc46 gcc47 llvm clang {
    130130    depends_lib-append      port:gcc44
    131131    configure.compiler      macports-gcc-4.4
     
    134134variant gcc43 description {
    135135    Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc43
    136 } conflicts gcc42 gcc44 gcc45 gcc46 gcc47 llvm clang {
     136} conflicts gcc44 gcc45 gcc46 gcc47 llvm clang {
    137137    depends_lib-append      port:gcc43
    138138    configure.compiler      macports-gcc-4.3
    139139}
    140140
    141 variant gcc42 description {
    142     Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc42
    143 } conflicts gcc43 gcc44 gcc45 gcc46 gcc47 llvm clang {
    144     depends_lib-append      port:gcc42
    145     configure.compiler      macports-gcc-4.2
    146 }
    147 if {[ variant_isset gcc42 ] ||
    148     [ variant_isset gcc43 ] ||
     141if {[ variant_isset gcc43 ] ||
    149142    [ variant_isset gcc44 ] ||
    150143    [ variant_isset gcc45 ] ||
     
    157150variant llvm description {
    158151    Use llvm-gcc
    159 } conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 clang {
     152} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 clang {
    160153    configure.compiler      llvm-gcc-4.2
    161154}
     
    163156variant clang description {
    164157    Use clang
    165 } conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 llvm {
     158} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 llvm {
    166159    configure.compiler      clang
    167160    configure.cxx           clang++
  • trunk/dports/science/ncarg/Portfile

    r97441 r97763  
    66name                        ncarg
    77version                     6.0.0
    8 revision                    9
     8revision                    10
    99categories                  science
    1010maintainers                 takeshi
  • trunk/dports/science/netcdf-fortran/Portfile

    r95714 r97763  
    77name                        netcdf-fortran
    88version                     4.2
    9 revision                    4
     9revision                    5
    1010maintainers                 takeshi openmaintainer
    1111platforms                   darwin
  • trunk/dports/science/openmpi/Portfile

    r97759 r97763  
    55name                    openmpi
    66version                 1.5.5
     7revision                1
    78set branch              [join [lrange [split ${version} .] 0 1] .]
    89categories              science parallel net
     
    7576}
    7677
    77 variant gcc42 description {build mpif77 and mpif90 using gcc42} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 {
    78         configure.args-delete --disable-mpi-f77 --disable-mpi-f90
    79         configure.args-append --enable-mpi-f77 --enable-mpi-f90
    80         configure.f77         ${prefix}/bin/gfortran-mp-4.2
    81         configure.fc          ${prefix}/bin/gfortran-mp-4.2
    82         depends_lib-append    port:gcc42
    83         lappend wrappers mpif77 mpif90
    84 }
    85 
    86 variant gcc43 description {build mpif77 and mpif90 using gcc43} conflicts gcc42 gcc44 gcc45 gcc46 gcc47 g95 {
     78variant gcc43 description {build mpif77 and mpif90 using gcc43} conflicts gcc44 gcc45 gcc46 gcc47 g95 {
    8779        configure.args-delete --disable-mpi-f77 --disable-mpi-f90
    8880        configure.args-append --enable-mpi-f77 --enable-mpi-f90
     
    9385}
    9486
    95 variant gcc44 description {build mpif77 and mpif90 using gcc44} conflicts gcc42 gcc43 gcc45 gcc46 gcc47 g95 {
     87variant gcc44 description {build mpif77 and mpif90 using gcc44} conflicts gcc43 gcc45 gcc46 gcc47 g95 {
    9688        configure.args-delete --disable-mpi-f77 --disable-mpi-f90
    9789        configure.args-append --enable-mpi-f77 --enable-mpi-f90
     
    10294}
    10395
    104 variant gcc45 description {build mpif77 and mpif90 using gcc45} conflicts gcc42 gcc43 gcc44 gcc46 gcc47 g95 {
     96variant gcc45 description {build mpif77 and mpif90 using gcc45} conflicts gcc43 gcc44 gcc46 gcc47 g95 {
    10597        configure.args-delete --disable-mpi-f77 --disable-mpi-f90
    10698        configure.args-append --enable-mpi-f77 --enable-mpi-f90
     
    111103}
    112104
    113 variant gcc46 description {build mpif77 and mpif90 using gcc46} conflicts gcc42 gcc43 gcc44 gcc45 gcc47 g95 {
     105variant gcc46 description {build mpif77 and mpif90 using gcc46} conflicts gcc43 gcc44 gcc45 gcc47 g95 {
    114106        configure.args-delete --disable-mpi-f77 --disable-mpi-f90
    115107        configure.args-append --enable-mpi-f77 --enable-mpi-f90
     
    120112}
    121113
    122 variant gcc47 description {build mpif77 and mpif90 using gcc47} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 g95 {
     114variant gcc47 description {build mpif77 and mpif90 using gcc47} conflicts gcc43 gcc44 gcc45 gcc46 g95 {
    123115        configure.args-delete --disable-mpi-f77 --disable-mpi-f90
    124116        configure.args-append --enable-mpi-f77 --enable-mpi-f90
     
    129121}
    130122
    131 variant g95 description {build mpif77 and mpif90 using g95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 {
     123variant g95 description {build mpif77 and mpif90 using g95} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 {
    132124        configure.args-delete --disable-mpi-f77 --disable-mpi-f90
    133125        configure.args-append --enable-mpi-f77 --enable-mpi-f90
     
    139131
    140132# dependents like netcdf need some form of fortran
    141 if {![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46] && ![variant_isset g95]} {
     133if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc46] && ![variant_isset g95]} {
    142134    default_variants +gcc45
    143135}
  • trunk/dports/science/pdb2pqr/Portfile

    r75124 r97763  
    77name                pdb2pqr
    88version             1.7
     9revision            1
    910categories          science
    1011maintainers         bromo.med.uc.edu:howarth
  • trunk/dports/science/plplot/Portfile

    r97300 r97763  
    66name            plplot
    77version         5.9.9
    8 revision        2
     8revision        3
    99platforms       darwin
    1010maintainers     takeshi openmaintainer
  • trunk/dports/science/pymol-devel/Portfile

    r97300 r97763  
    99svn.revision        3964
    1010version             1.4.1.${svn.revision}
    11 revision            4
     11revision            5
    1212categories          science
    1313maintainers         adfernandes openmaintainer
  • trunk/dports/science/pymol/Portfile

    r97300 r97763  
    77name                pymol
    88version             1.5
    9 revision            4
     9revision            5
    1010categories          science
    1111maintainers         bromo.med.uc.edu:howarth
  • trunk/dports/science/root/Portfile

    r97300 r97763  
    66name                root
    77version             5.34.01
    8 revision            1
     8revision            2
    99categories          science
    1010maintainers         gmail.com:mattiafrancescomoro hep.phy.cam.ac.uk:jonesc
  • trunk/dports/science/scotch/Portfile

    r90820 r97763  
    66name                scotch
    77version             5.1.11
    8 revision            4
     8revision            5
    99
    1010# this is specific to this port and *version* for downloading it:
  • trunk/dports/science/splash/Portfile

    r97227 r97763  
    66name                splash
    77version             2.1.1
     8revision            1
    89categories          science graphics
    910platforms           darwin
  • trunk/dports/science/wcslib/Portfile

    r96426 r97763  
    55name                wcslib
    66version             4.14
     7revision            1
    78categories          science
    89license             LGPL-3+
  • trunk/dports/science/wgrib2/Portfile

    r97365 r97763  
    66name                wgrib2
    77version             1.9.6a
    8 revision            2
     8revision            3
    99platforms           darwin
    1010maintainers         takeshi
  • trunk/dports/science/whatcheck/Portfile

    r90833 r97763  
    66name                whatcheck
    77version             8.1
     8revision            1
    89categories          science
    910maintainers         bromo.med.uc.edu:howarth
  • trunk/dports/science/whizard/Portfile

    r94630 r97763  
    66name                whizard
    77version             2.1.0
     8revision            1
    89categories          science
    910platforms           darwin
  • trunk/dports/science/xraylib/Portfile

    r79110 r97763  
    66name                xraylib
    77version             2.15.0
     8revision            1
    89categories          science
    910platforms           darwin
Note: See TracChangeset for help on using the changeset viewer.