Ticket #37423: Portfile-silo.patch

File Portfile-silo.patch, 1.1 KB (added by johnsonsr@…, 11 years ago)
  • Portfile

    old new  
    4545    configure.args-append   --with-hdf5=${prefix}
    4646}
    4747
     48variant gcc44 description {
     49    Build with MacPorts' gcc44 compiler.
     50} conflicts gcc45 gcc46 gcc47 {
     51    depends_lib-append          port:gcc44
     52    configure.compiler          macports-gcc-4.4
     53}
     54
     55variant gcc45 description {
     56    Build with MacPorts' gcc45 compiler.
     57} conflicts gcc44 gcc46 gcc47 {
     58    depends_lib-append          port:gcc45
     59    configure.compiler          macports-gcc-4.5
     60}
     61
     62variant gcc46 description {
     63    Build with MacPorts' gcc46 compiler.
     64} conflicts gcc44 gcc45 gcc47 {
     65    depends_lib-append          port:gcc46
     66    configure.compiler          macports-gcc-4.6
     67}
     68
     69variant gcc47 description {
     70    Build with MacPorts' gcc47 compiler.
     71} conflicts gcc44 gcc45 gcc46 {
     72    depends_lib-append          port:gcc47
     73    configure.compiler          macports-gcc-4.7
     74}
     75
    4876livecheck.type      regex
    4977livecheck.url       ${homepage}downloads.html
    5078livecheck.regex     ${name}-(\[0-9.\]+)-bsd