[90816] trunk/dports/graphics/pgplot/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Mar 14 18:54:17 PDT 2012


Revision: 90816
          https://trac.macports.org/changeset/90816
Author:   ryandesign at macports.org
Date:     2012-03-14 18:54:17 -0700 (Wed, 14 Mar 2012)
Log Message:
-----------
pgplot: add gcc46 variant; see #33627

Modified Paths:
--------------
    trunk/dports/graphics/pgplot/Portfile

Modified: trunk/dports/graphics/pgplot/Portfile
===================================================================
--- trunk/dports/graphics/pgplot/Portfile	2012-03-15 01:40:57 UTC (rev 90815)
+++ trunk/dports/graphics/pgplot/Portfile	2012-03-15 01:54:17 UTC (rev 90816)
@@ -211,31 +211,37 @@
     }
 }
 
-variant gcc42 description {build with gfortran from gcc42} conflicts gcc43 gcc44 gcc45 g95 {
+variant gcc42 description {build with gfortran from gcc42} conflicts gcc43 gcc44 gcc45 gcc46 g95 {
     depends_lib-append  port:gcc42
     configure.fc  ${prefix}/bin/gfortran-mp-4.2
 }
 
-variant gcc43 description {build with gfortran from gcc43} conflicts gcc42 gcc44 gcc45 g95 {
+variant gcc43 description {build with gfortran from gcc43} conflicts gcc42 gcc44 gcc45 gcc46 g95 {
     depends_lib-append  port:gcc43
     configure.fc  ${prefix}/bin/gfortran-mp-4.3
 }
 
-variant gcc44 description {build with gfortran from gcc44} conflicts gcc42 gcc43 gcc45 g95 {
+variant gcc44 description {build with gfortran from gcc44} conflicts gcc42 gcc43 gcc45 gcc46 g95 {
     depends_lib-append  port:gcc44
     configure.fc  ${prefix}/bin/gfortran-mp-4.4
 }
 
-variant gcc45 description {build with gfortran from gcc45} conflicts gcc42 gcc43 gcc44 g95 {
+variant gcc45 description {build with gfortran from gcc45} conflicts gcc42 gcc43 gcc44 gcc46 g95 {
     depends_lib-append  port:gcc45
     configure.fc  ${prefix}/bin/gfortran-mp-4.5
 }
-variant g95 description {build with g95} conflicts gcc42 gcc43 gcc44 gcc45 {
+
+variant gcc46 description {build with gfortran from gcc46} conflicts gcc42 gcc43 gcc44 gcc45 g95 {
+    depends_lib-append  port:gcc46
+    configure.fc        ${prefix}/bin/gfortran-mp-4.6
+}
+
+variant g95 description {build with g95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 {
     depends_lib-append  port:g95
     configure.fc  ${prefix}/bin/g95
 }
 
-if {![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc45]} {
+if {![variant_isset g95] && ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc45] && ![variant_isset gcc46]} {
     default_variants +gcc44
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120314/33fdd34e/attachment-0001.html>


More information about the macports-changes mailing list