[90914] trunk/dports/science/miriad/Portfile

dports at macports.org dports at macports.org
Sun Mar 18 00:36:26 PDT 2012


Revision: 90914
          https://trac.macports.org/changeset/90914
Author:   dports at macports.org
Date:     2012-03-18 00:36:24 -0700 (Sun, 18 Mar 2012)
Log Message:
-----------
miriad: maintainer update to v4.2.3.20120309 (#33567)
 * add +gcc46 variant
 * remove broken +docs variant

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

Modified: trunk/dports/science/miriad/Portfile
===================================================================
--- trunk/dports/science/miriad/Portfile	2012-03-18 06:57:59 UTC (rev 90913)
+++ trunk/dports/science/miriad/Portfile	2012-03-18 07:36:24 UTC (rev 90914)
@@ -11,7 +11,7 @@
 name             miriad
 conflicts        pgplot
 set relver       4.2.3
-set tardate      20111010
+set tardate      20120309
 version          ${relver}.${tardate}
 platforms        darwin
 categories       science
@@ -32,8 +32,8 @@
 # Files
 
 master_sites http://astro.berkeley.edu/~pkwill/miriad-macport/
-checksums    rmd160  9de12a01dfded42da817bf02d8ef8243ad81214e \
-             sha256  25d7c253ea54a74b2beaeff477ede4d9c8c862a32a73050635403e534f2112f6
+checksums    rmd160  4a077d0533c59b587dbacb646d5fb8c48bbe7225 \
+             sha256  c327b53b49700a24e5294e9299ebd75c54598bec1a4ef56309898b7182403c07
 
 # Telescope/buffer size selection.
 
@@ -58,17 +58,22 @@
 # to build with better-optimizing proprietary compilers, which we allow
 # via the gcc_select mechanism.
 
-variant gcc44 conflicts gcc45 gcc_select description {Build with gcc 4.4} {
+variant gcc44 conflicts gcc45 gcc46 gcc_select description {Build with gcc/gfortran 4.4} {
     configure.compiler  macports-gcc-4.4
     depends_lib-append  port:gcc44
 }
 
-variant gcc45 conflicts gcc44 gcc_select description {Build with gcc 4.5} {
+variant gcc45 conflicts gcc44 gcc46 gcc_select description {Build with gcc/gfortran 4.5} {
     configure.compiler  macports-gcc-4.5
     depends_lib-append  port:gcc45
 }
 
-variant gcc_select conflicts gcc45 gcc44 description {Build with compilers chosen via gcc_select -- experts only} {
+variant gcc46 conflicts gcc44 gcc45 gcc_select description {Build with gcc/gfortran 4.6} {
+    configure.compiler  macports-gcc-4.6
+    depends_lib-append  port:gcc46
+}
+
+variant gcc_select conflicts gcc44 gcc45 gcc46 description {Build with compilers chosen via gcc_select -- experts only} {
     # Setting the compiler to vanilla "gcc" prevents MacPorts from
     # trying to get fancy with the flags, which probably won't work
     # with the user's special compiler.
@@ -82,7 +87,7 @@
     depends_lib-append  port:gcc_select
 }
 
-if {![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc_select]} {
+if {![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc_select]} {
     default_variants +gcc45
 }
 
@@ -144,9 +149,3 @@
     configure.optflags -g -O0
     configure.args-append --enable-warnings
 }
-
-variant docs description {Build documentation PDFs -- depends on many ports} {
-    depends_build-append port:texlive port:latex2html port:transfig port:gnuplot
-    configure.args-delete --disable-docs
-    configure.args-append --enable-docs
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120318/cf405d1f/attachment-0001.html>


More information about the macports-changes mailing list