[94480] trunk/dports/science/cfitsio

ryandesign at macports.org ryandesign at macports.org
Wed Jun 20 07:27:30 PDT 2012


Revision: 94480
          https://trac.macports.org/changeset/94480
Author:   ryandesign at macports.org
Date:     2012-06-20 07:27:30 -0700 (Wed, 20 Jun 2012)
Log Message:
-----------
cfitsio: update to 3.300 (#34940); add gcc46 and gcc47 variants

Modified Paths:
--------------
    trunk/dports/science/cfitsio/Portfile
    trunk/dports/science/cfitsio/files/patch-configure.diff

Modified: trunk/dports/science/cfitsio/Portfile
===================================================================
--- trunk/dports/science/cfitsio/Portfile	2012-06-20 14:15:58 UTC (rev 94479)
+++ trunk/dports/science/cfitsio/Portfile	2012-06-20 14:27:30 UTC (rev 94480)
@@ -4,8 +4,7 @@
 PortSystem          1.0
 
 name                cfitsio
-version             3.280
-revision            1
+version             3.300
 categories          science
 license             zlib MIT {LGPL Noncommercial}
 platforms           darwin
@@ -30,8 +29,8 @@
 worksrcdir          ${name}
 #dist_subdir         ${name}/${version}_${revision}
 
-checksums           sha1    1f86e23808c68dc5aa144bd2622de0189beadead \
-                    rmd160  66df553d36e1ea51261a9fa6407760014487c535
+checksums           rmd160  ebd71ee83a429bde3014a644ee7e872a20f99075 \
+                    sha256  7a2b5401c184297df1e44a4f4de564feff74d64d038918213526aa454db03f3e
 
 patchfiles          patch-configure.diff
 
@@ -61,27 +60,37 @@
         ${docdir}
 }
 
-variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g95 {
+variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 gcc46 gcc47 g95 {
     depends_lib-append  port:gcc42
     configure.fc        ${prefix}/bin/gfortran-mp-4.2
 }
 
-variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g95 {
+variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 gcc46 gcc47 g95 {
     depends_lib-append  port:gcc43
     configure.fc        ${prefix}/bin/gfortran-mp-4.3
 }
 
-variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g95 {
+variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 gcc46 gcc47 g95 {
     depends_lib-append  port:gcc44
     configure.fc        ${prefix}/bin/gfortran-mp-4.4
 }
 
-variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g95 {
+variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 gcc46 gcc47 g95 {
     depends_lib-append  port:gcc45
     configure.fc        ${prefix}/bin/gfortran-mp-4.5
 }
 
-variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 {
+variant gcc46 description {create Fortran wrappers using gcc46} conflicts gcc42 gcc43 gcc44 gcc45 gcc47 g95 {
+    depends_lib-append  port:gcc46
+    configure.fc        ${prefix}/bin/gfortran-mp-4.6
+}
+
+variant gcc47 description {create Fortran wrappers using gcc47} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 g95 {
+    depends_lib-append  port:gcc47
+    configure.fc        ${prefix}/bin/gfortran-mp-4.7
+}
+
+variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 gcc47 {
     depends_lib-append  port:g95
     configure.fc        ${prefix}/bin/g95
 }

Modified: trunk/dports/science/cfitsio/files/patch-configure.diff
===================================================================
--- trunk/dports/science/cfitsio/files/patch-configure.diff	2012-06-20 14:15:58 UTC (rev 94479)
+++ trunk/dports/science/cfitsio/files/patch-configure.diff	2012-06-20 14:27:30 UTC (rev 94480)
@@ -1,6 +1,6 @@
---- configure.orig	2011-05-13 12:58:22.000000000 -0500
-+++ configure	2011-06-18 04:10:13.000000000 -0500
-@@ -3600,9 +3600,9 @@
+--- configure.orig	2012-04-13 14:16:16.000000000 -0500
++++ configure	2012-06-20 08:40:10.000000000 -0500
+@@ -3670,9 +3670,9 @@
          # Build for i386 & x86_64 architectures on Darwin 10.x or newer:
  
          case $system in
@@ -12,7 +12,7 @@
  
                  # Test to see whether the C compiler accepts the "-arch"
                  # flags for building "universal" binaries (Apple XCode only):
-@@ -3823,10 +3823,10 @@
+@@ -3891,10 +3891,10 @@
    darwin)
  
      case $system in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120620/703cabdc/attachment.html>


More information about the macports-changes mailing list