[111973] trunk/dports/science/gnuradio/Portfile
michaelld at macports.org
michaelld at macports.org
Mon Oct 7 10:51:53 PDT 2013
Revision: 111973
https://trac.macports.org/changeset/111973
Author: michaelld at macports.org
Date: 2013-10-07 10:51:53 -0700 (Mon, 07 Oct 2013)
Log Message:
-----------
gnuradio:
* update devel to 931a7b07 and next to e42d7c8d, both 20131006;
* allow use of py*-pyqt4-devel;
* fix some configure.args-append flags to be correct (with -D...);
* make +full the default (per user concensus).
Modified Paths:
--------------
trunk/dports/science/gnuradio/Portfile
Modified: trunk/dports/science/gnuradio/Portfile
===================================================================
--- trunk/dports/science/gnuradio/Portfile 2013-10-07 17:33:23 UTC (rev 111972)
+++ trunk/dports/science/gnuradio/Portfile 2013-10-07 17:51:53 UTC (rev 111973)
@@ -72,13 +72,13 @@
long_description ${description}: \
This port is kept up with the GNU Radio GIT 'master' branch, which is typically updated daily to weekly. This version of GNU Radio generally contains fixes to, and its API is compatible with, the current GNU Radio release, and will be incorporated in an upcoming release. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.
- version 3.7.2_20130926
+ version 3.7.2_20131006
conflicts gnuradio-legacy gnuradio gnuradio-next
fetch.type git
git.url http://git.gnuradio.org/git/gnuradio.git
- git.branch 1aa07b3640ccf43a7ccdc8d610449f51c0f38b91
+ git.branch 931a7b076b194519290a01d63284b68034faec0c
livecheck.url http://gnuradio.org/cgit/gnuradio.git/log/?h=master
livecheck.version ${git.branch}
@@ -91,13 +91,13 @@
long_description ${description}: \
This port is kept up with the GNU Radio GIT 'next' branch, which is typically updated daily to weekly. This version of GNU Radio represents the next major release of GNU Radio, and hence its API is likely to be different than that provided by either gnuradio or gnuradio-devel. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnuradio port, cleaning any current builds, and trying again.
- version 3.8.0_20130926
+ version 3.8.0_20131006
conflicts gnuradio-legacy gnuradio gnuradio-devel
fetch.type git
git.url http://git.gnuradio.org/git/gnuradio.git
- git.branch 9440d5c3acf4f98797de2219a49cdb54ce62c7de
+ git.branch e42d7c8d9119c989f327662aa406cadb938857d3
livecheck.url http://gnuradio.org/cgit/gnuradio.git/log/?h=next
livecheck.version ${git.branch}
@@ -244,7 +244,7 @@
if {[variant_isset qtgui]} {
depends_lib-append \
- port:py${s}-pyqt4
+ path:share/qt4/plugins/designer/libpy${s}qt4.dylib:py${s}-pyqt4
depends_run-append \
port:py${s}-pyqwt
@@ -322,7 +322,7 @@
port:qwtplot3d
configure.args-append \
- ENABLE_GR_QTGUI=ON \
+ -DENABLE_GR_QTGUI=ON \
-DQT_QMAKE_EXECUTABLE=${prefix}/bin/qmake
# Requires qwt >= 5.2, so not the "qwt" port. Also requires
@@ -402,7 +402,7 @@
port:gsl
configure.args-append \
- ENABLE_GR_WAVELET=ON
+ -DENABLE_GR_WAVELET=ON
}
@@ -488,3 +488,7 @@
-DSDL_INCLUDE_DIR=
}
+
+# make +full the default; per user concensus
+
+default_variants-append +full
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131007/8ac69782/attachment.html>
More information about the macports-changes
mailing list