[114345] trunk/dports/science/gqrx/Portfile

michaelld at macports.org michaelld at macports.org
Thu Dec 5 06:39:22 PST 2013


Revision: 114345
          https://trac.macports.org/changeset/114345
Author:   michaelld at macports.org
Date:     2013-12-05 06:39:22 -0800 (Thu, 05 Dec 2013)
Log Message:
-----------
gqrx:
+ update devel to 32898619 (20131204);
+ libc++ patch is integrated into devel, so patch others only.

Modified Paths:
--------------
    trunk/dports/science/gqrx/Portfile

Modified: trunk/dports/science/gqrx/Portfile
===================================================================
--- trunk/dports/science/gqrx/Portfile	2013-12-05 14:36:45 UTC (rev 114344)
+++ trunk/dports/science/gqrx/Portfile	2013-12-05 14:39:22 UTC (rev 114345)
@@ -18,16 +18,21 @@
 
 set description_common {Gqrx is a software defined radio receiver for Funcube Dongle (FCD), RTL2832U-based DVB-T devices (RTL-SDR), Universal Software Radio Peripherals (USRP) and Osmo SDR devices.  Gqrx is powered by GNU Radio and the Qt GUI toolkit.  Gqrx is free and open source software and anyone is invited to hack the source code to suit their needs.}
 
-# patch to fix usage of real and imag to be compatible with
-# both libstdc++ and libc++ runtimes
+if {${subport} ne "gqrx-devel"} {
 
-# configure.cxx_stdlib works with MacPorts SVN trunk, not release;
-# do something else until both work.
+    # patch to fix usage of real and imag to be compatible with both
+    # libstdc++ and libc++ runtimes; this patch is included with the
+    # devel from upstream.
 
-# if {[info exists configure.cxx_stdlib] && [string match libc++ ${configure.cxx_stdlib}]}
+    # configure.cxx_stdlib works with MacPorts SVN trunk, not release;
+    # do something else until both work.
 
-patchfiles-append patch-fix-real-imag.diff
+    # if {[info exists configure.cxx_stdlib] && [string match libc++ ${configure.cxx_stdlib}]}
 
+    patchfiles-append patch-fix-real-imag.diff
+
+}
+
 post-patch {
 
     # set install location
@@ -76,16 +81,16 @@
     long_description    ${description}  \
         This port is kept up with the Gqrx GIT 'master' branch, is typically updated weekly to monthly, and provides compatibility with the GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.  ${description_common}
 
-    github.setup        csete gqrx 6da5be1054fa181b8e35fcd15647ffe216f0cd76
+    github.setup        csete gqrx 3289861990fc36f46e3c61d29dff93a88afc5cbd
 
     # fix port name set by github PortGroup
 
     name                gqrx-devel
 
-    version             2.2.1_20131125
+    version             2.2.1_20131204
 
-    checksums           rmd160 a3ca748c92f5f270c1a00b7c2730581703a71ad9 \
-                        sha256 69c173be89117211df939d580416fc133f866652394366d3cab8d0e73a00b8b3
+    checksums           rmd160 55dc724a8e77f32ba208cd4c3d7beed67b3acf94 \
+                        sha256 6a803a86140273c986fa5195564501abe71af09b9138193632486505b5b40132
 
     conflicts           gqrx-legacy gqrx
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131205/8c19ebc6/attachment-0001.html>


More information about the macports-changes mailing list