[80377] trunk/dports/science/emos/Portfile

takeshi at macports.org takeshi at macports.org
Sun Jul 10 17:14:19 PDT 2011


Revision: 80377
          http://trac.macports.org/changeset/80377
Author:   takeshi at macports.org
Date:     2011-07-10 17:14:17 -0700 (Sun, 10 Jul 2011)
Log Message:
-----------
emos: fixed conflicts entries

Modified Paths:
--------------
    trunk/dports/science/emos/Portfile

Modified: trunk/dports/science/emos/Portfile
===================================================================
--- trunk/dports/science/emos/Portfile	2011-07-10 23:50:51 UTC (rev 80376)
+++ trunk/dports/science/emos/Portfile	2011-07-11 00:14:17 UTC (rev 80377)
@@ -5,7 +5,7 @@
 
 name                emos
 version             000382
-revision            2
+revision            3
 platforms           darwin
 maintainers         takeshi
 license             LGPL
@@ -100,28 +100,28 @@
 }
 universal_variant   no
 
-variant gcc43 conflicts gcc44 gcc45 description {builds fortran interface with gfortran 4.3} {
+variant gcc43 conflicts gcc44 gcc45 g95 description {builds fortran interface with gfortran 4.3} {
     depends_build-append    port:gcc43
     configure.compiler      macports-gcc-4.3
     configure.fflags-append -fdefault-real-8 -fdefault-double-8 -fcray-pointer -fno-second-underscore -DPOINTER_64 -DINTEGER_IS_INT -Dlinux -Dgfortran
     configure.cflags-append -DPOINTER_64 -DINTEGER_IS_INT
 }
 
-variant gcc44 conflicts gcc43 gcc45 description {builds fortran interface with gfortran 4.4} {
+variant gcc44 conflicts gcc43 gcc45 g95 description {builds fortran interface with gfortran 4.4} {
     depends_build-append    port:gcc44
     configure.compiler      macports-gcc-4.4
     configure.fflags-append -fdefault-real-8 -fdefault-double-8 -fcray-pointer -fno-second-underscore -DPOINTER_64 -DINTEGER_IS_INT -Dlinux -Dgfortran
     configure.cflags-append -DPOINTER_64 -DINTEGER_IS_INT
 }
 
-variant gcc45 conflicts gcc43 gcc44 description {builds fortran interface with gfortran 4.5} {
+variant gcc45 conflicts gcc43 gcc44 g95 description {builds fortran interface with gfortran 4.5} {
     depends_build-append    port:gcc45
     configure.compiler      macports-gcc-4.5
     configure.fflags-append -fdefault-real-8 -fdefault-double-8 -fcray-pointer -fno-second-underscore -DPOINTER_64 -DINTEGER_IS_INT -Dlinux -Dgfortran
     configure.cflags-append -DPOINTER_64 -DINTEGER_IS_INT
 }
 
-variant g95 conflicts gcc43 gcc44 universal description {builds fortran interface with g95} {
+variant g95 conflicts gcc43 gcc44 gcc45 universal description {builds fortran interface with g95} {
     depends_build-append    port:g95
     configure.fc            ${prefix}/bin/g95
     configure.fflags-append -r8 -fsloppy-char -fno-second-underscore -DUSE_NO_POINTERS -DINTEGER_IS_INT -Dlinux
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110710/efd4d490/attachment.html>


More information about the macports-changes mailing list