[105678] trunk/dports/science/gr-osmosdr/Portfile
Revision: 105678 https://trac.macports.org/changeset/105678 Author: michaelld@macports.org Date: 2013-05-01 10:42:10 -0700 (Wed, 01 May 2013) Log Message: ----------- gr-osmosdr: remove temporary patch and update to latest (which includes the correction from that patch). Modified Paths: -------------- trunk/dports/science/gr-osmosdr/Portfile Modified: trunk/dports/science/gr-osmosdr/Portfile =================================================================== --- trunk/dports/science/gr-osmosdr/Portfile 2013-05-01 17:05:36 UTC (rev 105677) +++ trunk/dports/science/gr-osmosdr/Portfile 2013-05-01 17:42:10 UTC (rev 105678) @@ -18,11 +18,11 @@ long_description ${description}: \ Support includes GNU Radio source and sink blocks in C++, Python, and GNU Radio Companion (grc). This port also offers a wrapper functionality for the FunCube Dongle, Ettus UHD, and rtl-sdr radios. By using gr-osmosdr source you can take advantage of a common software api in your applications independent of the underlying radio hardware. -version 20130428 +version 20130430 fetch.type git git.url git://git.osmocom.org/gr-osmosdr -git.branch a31ea525fb8439b3708b8f4124ac99994ff7a978 +git.branch 59ceddbb749d0e43b0a85b677831a6896640f4e7 livecheck.url http://cgit.osmocom.org/cgit/gr-osmosdr/ livecheck.version ${git.branch} @@ -31,12 +31,6 @@ depends_lib-append path:lib/libgnuradio-audio.dylib:gnuradio \ port:rtl-sdr -post-patch { - # temporary fix for correct linkage with required Boost libraries; - # will be fixed in future commit. - reinplace "s@find_package(Boost)@find_package(Boost COMPONENTS thread system)@" ${worksrcpath}/CMakeLists.txt -} - # do VPATH build set vpath ${workpath}/build
participants (1)
-
michaelld@macports.org