[86119] trunk/dports/math/octave-devel/Portfile

michaelld at macports.org michaelld at macports.org
Wed Oct 19 07:09:14 PDT 2011


Revision: 86119
          http://trac.macports.org/changeset/86119
Author:   michaelld at macports.org
Date:     2011-10-19 07:09:13 -0700 (Wed, 19 Oct 2011)
Log Message:
-----------
octave-devel: update to version 3.4.3; fixes ticket #31560.

Modified Paths:
--------------
    trunk/dports/math/octave-devel/Portfile

Modified: trunk/dports/math/octave-devel/Portfile
===================================================================
--- trunk/dports/math/octave-devel/Portfile	2011-10-19 13:19:04 UTC (rev 86118)
+++ trunk/dports/math/octave-devel/Portfile	2011-10-19 14:09:13 UTC (rev 86119)
@@ -4,8 +4,7 @@
 PortSystem 1.0
 
 name                octave-devel
-version             3.4.2
-revision            1
+version             3.4.3
 conflicts           octave
 categories          math science
 maintainers         michaelld openmaintainer
@@ -24,9 +23,9 @@
 distname            octave-${version}
 use_bzip2           yes
 
-checksums           md5     31c744ab4555a2bf04d5e644b93f9b51 \
-                    sha1    12cac29ef7d1ab8374980e1e2fd14637b2f15ba5 \
-                    rmd160  ad2222ad0b3e0f1dd6db1ff8ca93c0666b95e3a0
+checksums           md5     185b08f4e4a7b646d76e4d33b77fa87e \
+                    sha1    fe622c28a38f8730c59e46211bc7b18e7f51a679 \
+                    rmd160  d6f43fca9097b40f163c140db853d8ac1383ab39
 
 depends_build       port:bison \
                     port:flex \
@@ -66,7 +65,8 @@
 configure.args      --disable-dependency-tracking \
                     --without-x \
                     --disable-docs \
-                    --with-cholmod="-lcholmod -lmetis"
+                    --with-cholmod="-lcholmod -lmetis" \
+                    --without-framework-carbon
 
 # octave uses a number of other ports to create sources from template:
 # perl, gawk, gsed, flex, bison, texinfo.  Make sure these are the
@@ -87,13 +87,15 @@
 test.run            yes
 test.target         check
 
-variant gcc43 description {build with the macports gcc43 toolchain} conflicts gcc45 gcc44 g95 {}
+variant gcc43 description {build with the macports gcc43 toolchain} conflicts gcc46 gcc45 gcc44 g95 {}
 
-variant gcc44 description {build with the macports gcc44 toolchain} conflicts gcc45 gcc43 g95 {}
+variant gcc44 description {build with the macports gcc44 toolchain} conflicts gcc46 gcc45 gcc43 g95 {}
 
-variant gcc45 description {build with the macports gcc45 toolchain} conflicts gcc44 gcc43 g95 {}
+variant gcc45 description {build with the macports gcc45 toolchain} conflicts gcc46 gcc44 gcc43 g95 {}
 
-variant g95 description {build with g95} conflicts gcc43 gcc44 gcc45 {
+variant gcc46 description {build with the macports gcc45 toolchain} conflicts gcc45 gcc44 gcc43 g95 {}
+
+variant g95 description {build with g95} conflicts gcc43 gcc44 gcc45 gcc46 {
     depends_build-append    port:g95
     configure.f77           "${prefix}/bin/g95"
 }
@@ -103,13 +105,15 @@
 
 # check for setting the default variant (gcc44)
 if { ![variant_isset gcc43] && ![variant_isset gcc44] && \
-         ![variant_isset gcc45] && ![variant_isset g95] } {
+         ![variant_isset gcc45] && ![variant_isset gcc46] && \
+         ![variant_isset g95] } {
     default_variants +gcc44
 }
 
 # check if the user disabled just the default variant: -gcc44
 if { ![variant_isset gcc43] && ![variant_isset gcc44] && \
-         ![variant_isset gcc45] && ![variant_isset g95] } {
+         ![variant_isset gcc45] && ![variant_isset gcc46] && \
+         ![variant_isset g95] } {
     error "You cannot use the variant -gcc44 alone."
 }
 
@@ -120,6 +124,8 @@
     set gcc_version "4.4"
 } elseif {[variant_isset gcc45]} {
     set gcc_version "4.5"
+} elseif {[variant_isset gcc46]} {
+    set gcc_version "4.6"
 }
 
 if {${gcc_version} != ""} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111019/c89d70c6/attachment.html>


More information about the macports-changes mailing list