<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8c3813dd26c1f6c1e5644cb689739220a5e98402">https://github.com/macports/macports-ports/commit/8c3813dd26c1f6c1e5644cb689739220a5e98402</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 8c3813d  gnuradio-next: update to 0ab1a75a (20190221)
</span><span style='display:block; white-space:pre;color:#404040;'>     new dcd8ca7  Merge branch 'master' of https://github.com/macports/macports-ports
</span>8c3813d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8c3813dd26c1f6c1e5644cb689739220a5e98402
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Tue Feb 26 18:35:03 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gnuradio-next: update to 0ab1a75a (20190221)
</span>---
 science/gnuradio/Portfile                          | 11 +++++----
 .../gnuradio/files/patch-C_CXX_STANDARD.next.diff  | 27 ++++++++--------------
 2 files changed, 16 insertions(+), 22 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f7b85f7..6d9970f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -77,11 +77,12 @@ subport gnuradio-next {
</span>     name                gnuradio-next
     conflicts           gnuradio gnuradio-devel
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    github.setup        gnuradio gnuradio 31885c7da227418f0f9dc5c4f55daba5fd04a7c0
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    version             20181126
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    checksums    rmd160 f91e45d620633a1e308f61a8ee5293fc3ea8e4ac \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                 sha256 fce81ee76f29b57bdd1e2bfc0782a6f4077160f85c5f3dd01e4c67150819a167 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                 size   3588079
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.setup gnuradio gnuradio 0ab1a75a8181e2d89d82b499913d5e30b2bca018 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version      20190221
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    checksums    rmd160 e108e3a6da22301cb8ea1f7414b98eb57ef3844e \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 sha256 0adf8f6c4fae5fa8513f248fc7d35abd59920a310e073c709d4850a32bad315c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                 size   3430840
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision     0
</span> 
     # set the version override string
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/files/patch-C_CXX_STANDARD.next.diff b/science/gnuradio/files/patch-C_CXX_STANDARD.next.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index e01c1de..553fa36 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/files/patch-C_CXX_STANDARD.next.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/files/patch-C_CXX_STANDARD.next.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +64,7 @@
</span> +    IF(${CMAKE_CXX_STANDARD_EXT_CMP} VERSION_LESS ${CMAKE_CXX_STANDARD_CMP})
 +        MESSAGE(WARNING "Requested C++ standard (${CMAKE_CXX_STANDARD_EXT}) isn't modern enough to build GNU Radio; using minimum required C++ standard (${CMAKE_CXX_STANDARD}) instead and hoping for the best!")
 +    ELSEIF(${CMAKE_CXX_STANDARD_EXT_CMP} VERSION_GREATER ${CMAKE_CXX_STANDARD_CMP})
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+        MESSAGE(WARNING "Requested C++ standard (${CMAKE_CXX_STANDARD_EXT}) is more recent than the minimum required C++ standard (${CMAKE_CXX_STANDARD}). GNU Radio might have issues building using this C++ standard; go with it and hope for the best!")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++        MESSAGE(WARNING "Requested C++ standard (${CMAKE_CXX_STANDARD_EXT}) is more recent than the minimum required C++ standard (${CMAKE_CXX_STANDARD}). GNU Radio might have issues building using this C++ standard; going with it and hoping for the best!")
</span> +        SET(CMAKE_CXX_STANDARD ${CMAKE_CXX_STANDARD_EXT})
 +    ENDIF()
 +ENDIF()
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,15 +84,14 @@
</span>  IF(CMAKE_C_COMPILER_ID STREQUAL "GNU")
      SET(CMAKE_C_STANDARD 11)
  ELSEIF(CMAKE_C_COMPILER_ID MATCHES "Clang")
<span style='display:block; white-space:pre;background:#ffe0e0;'>-@@ -155,10 +210,64 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -155,7 +210,58 @@
</span>  ELSEIF(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
      SET(CMAKE_C_STANDARD 11)
  ELSE()
 -    message(warning "C standard could not be set because compiler is not GNU, Clang or MSVC.")
 +    MESSAGE(WARNING "C standard could not be set because compiler is not GNU, Clang, or MSVC.")
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ENDIF()
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- 
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--# if cmake version is < 3.1, explicitly set C standard to use.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++ENDIF()
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++
</span> +# if the C standard was provided externally, make sure it meets GR's minimum
 +IF(CMAKE_C_STANDARD_EXT)
 +    # verify that the provided C standard is one CMake
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,27 +126,21 @@
</span> +    IF(${CMAKE_C_STANDARD_EXT_CMP} VERSION_LESS ${CMAKE_C_STANDARD_CMP})
 +        MESSAGE(WARNING "Requested C standard (${CMAKE_C_STANDARD_EXT}) isn't modern enough to build GNU Radio; using minimum required C standard (${CMAKE_C_STANDARD}) instead and hoping for the best!")
 +    ELSEIF(${CMAKE_C_STANDARD_EXT_CMP} VERSION_GREATER ${CMAKE_C_STANDARD_CMP})
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+        MESSAGE(WARNING "Requested C standard (${CMAKE_C_STANDARD_EXT}) is more recent than the minimum required C standard (${CMAKE_C_STANDARD}). GNU Radio might have issues building using this C standard; go with it and hope for the best!")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++        MESSAGE(WARNING "Requested C standard (${CMAKE_C_STANDARD_EXT}) is more recent than the minimum required C standard (${CMAKE_C_STANDARD}). GNU Radio might have issues building using this C standard; going with it and hoping for the best!")
</span> +        SET(CMAKE_C_STANDARD ${CMAKE_C_STANDARD_EXT})
 +    ENDIF()
 +ENDIF()
 +
 +########################################################################
 +# If C/CXX EXTENSIONS are defined, don't change them. GNU Radio itself
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+# does not require them. If not defined, then disable them as a safe
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+# default.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++# does not require them. If not defined, then disable them as a safe default.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++########################################################################
</span> +
 +IF(NOT CMAKE_C_EXTENSIONS)
 +    SET(CMAKE_C_EXTENSIONS OFF)
 +ENDIF()
 +IF(NOT CMAKE_CXX_EXTENSIONS)
 +    SET(CMAKE_CXX_EXTENSIONS OFF)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+ENDIF()
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+########################################################################
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+# If cmake version is < 3.1, explicitly set C/C++ standard to use;
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+# this CMake doesn't internally use CMAKE_C*_STANDARD variables.
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-+
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- IF(${CMAKE_VERSION} VERSION_LESS "3.1")
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-     SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c${CMAKE_C_STANDARD}")
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-     SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++${CMAKE_CXX_STANDARD}")
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ENDIF()
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ########################################################################
</span></pre><pre style='margin:0'>

</pre>