[135480] trunk/dports/science/gr-iqbalance

michaelld at macports.org michaelld at macports.org
Fri Apr 24 09:52:24 PDT 2015


Revision: 135480
          https://trac.macports.org/changeset/135480
Author:   michaelld at macports.org
Date:     2015-04-24 09:52:24 -0700 (Fri, 24 Apr 2015)
Log Message:
-----------
gr-iqbalance-legacy: add patch to fix boost dependency.

Modified Paths:
--------------
    trunk/dports/science/gr-iqbalance/Portfile

Added Paths:
-----------
    trunk/dports/science/gr-iqbalance/files/
    trunk/dports/science/gr-iqbalance/files/patch-CMakeLists.txt_legacy.diff

Modified: trunk/dports/science/gr-iqbalance/Portfile
===================================================================
--- trunk/dports/science/gr-iqbalance/Portfile	2015-04-24 16:50:59 UTC (rev 135479)
+++ trunk/dports/science/gr-iqbalance/Portfile	2015-04-24 16:52:24 UTC (rev 135480)
@@ -59,7 +59,7 @@
         This port is for the gr-iqbal gr3.6 branch, providing compatibility with GNU Radio release 3.6 API: the gnuradio-legacy port.
 
     version             20130919
-    revision            2
+    revision            3
 
     fetch.type          git
     git.url             git://git.osmocom.org/gr-iqbal
@@ -71,6 +71,10 @@
 
     depends_lib-append  port:gnuradio-legacy
 
+    # patch to fix boost dependency
+
+    patchfiles-append   patch-CMakeLists.txt_legacy.diff
+
     livecheck.url       http://cgit.osmocom.org/gr-iqbal/log/?h=gr3.6
     livecheck.version   ${git.branch}
     livecheck.regex     id=(\[a-f0-9\]+).*>gr3.6<

Added: trunk/dports/science/gr-iqbalance/files/patch-CMakeLists.txt_legacy.diff
===================================================================
--- trunk/dports/science/gr-iqbalance/files/patch-CMakeLists.txt_legacy.diff	                        (rev 0)
+++ trunk/dports/science/gr-iqbalance/files/patch-CMakeLists.txt_legacy.diff	2015-04-24 16:52:24 UTC (rev 135480)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2015-04-24 12:48:06.000000000 -0400
++++ CMakeLists.txt	2015-04-24 12:48:14.000000000 -0400
+@@ -56,7 +56,7 @@
+     "1.60.0" "1.60" "1.61.0" "1.61" "1.62.0" "1.62" "1.63.0" "1.63" "1.64.0" "1.64"
+     "1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "1.69.0" "1.69"
+ )
+-find_package(Boost "1.35")
++find_package(Boost "1.35" COMPONENTS system)
+ 
+ if(NOT Boost_FOUND)
+     message(FATAL_ERROR "Boost required to compile iqbalance")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150424/35301070/attachment-0001.html>


More information about the macports-changes mailing list