[139262] trunk/dports/math/octave-interval/Portfile

michaelld at macports.org michaelld at macports.org
Sun Aug 9 16:54:35 PDT 2015


Revision: 139262
          https://trac.macports.org/changeset/139262
Author:   michaelld at macports.org
Date:     2015-08-09 16:54:34 -0700 (Sun, 09 Aug 2015)
Log Message:
-----------
octave-interval: no longer requires c++11, per #48534.

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

Modified: trunk/dports/math/octave-interval/Portfile
===================================================================
--- trunk/dports/math/octave-interval/Portfile	2015-08-09 23:51:46 UTC (rev 139261)
+++ trunk/dports/math/octave-interval/Portfile	2015-08-09 23:54:34 UTC (rev 139262)
@@ -26,32 +26,3 @@
 
 patchfiles-append \
     patch-src_Makefile.diff
-
-# octave-interval requires <cfenv>, which is part of C++0x and newer.
-# require c++11
-
-if {${configure.cxx_stdlib} eq "libstdc++"} {
-
-    # *clang* when using libstdc++ do not seem to support C++11;
-    # C++11 support seems to need GCC 4.7+ when using libstdc++;
-    # could use C++0x support on GCC4.[56], but just ignore it since
-    # there are newer compilers already in place as defaults.
-
-    # Blacklist GCC compilers not supporting C++11 and all CLANG.
-    # This is probably not necessary, but it's good practice.
-
-    compiler.blacklist-append *clang* {*gcc-3*} {*gcc-4.[0-6]}
-
-    # and whitelist those we do want to use. wish there were a better way.
-    # these will be used in the order provided.
-
-    compiler.whitelist macports-gcc-4.9 macports-gcc-4.8 macports-gcc-4.7
-
-} else {
-
-    # using libc++;
-    # Blacklist Clang not supporting C++11 in some form and all GCC.
-
-    compiler.blacklist-append *gcc* {clang < 500}
-
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150809/159fd3d4/attachment.html>


More information about the macports-changes mailing list