svn commit: r360811 - head/comms/gnuradio
William Grzybowski
wg at FreeBSD.org
Sat Jul 5 19:32:11 UTC 2014
Author: wg
Date: Sat Jul 5 19:32:11 2014
New Revision: 360811
URL: http://svnweb.freebsd.org/changeset/ports/360811
QAT: https://qat.redports.org/buildarchive/r360811/
Log:
comms/gnuradio: use WX 3.0
Approved by: portmgr (bapt, blanket)
Modified:
head/comms/gnuradio/Makefile
Modified: head/comms/gnuradio/Makefile
==============================================================================
--- head/comms/gnuradio/Makefile Sat Jul 5 19:27:03 2014 (r360810)
+++ head/comms/gnuradio/Makefile Sat Jul 5 19:32:11 2014 (r360811)
@@ -2,6 +2,7 @@
PORTNAME= gnuradio
PORTVERSION= 3.7.2.1
+PORTREVISION= 1
CATEGORIES= comms astro hamradio
MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \
${MASTER_SITE_LOCAL}
@@ -43,9 +44,8 @@ CMAKE_ARGS+= -DICONV_PREFIX:STRING="${IC
# for detailed debugging uncomment the next line
#CMAKE_ARGS+= --debug-output --trace
DOCSDIR= share/doc/${PORTNAME}-${PORTVERSION}
-USE_PYTHON= 2.7+
-USE_WX= 2.6+
-WX_UNICODE= yes
+USE_PYTHON= yes
+USE_WX= 3.0+
USE_QT4= gui xml qmake moc rcc uic
WX_COMPS= wx wx:build wx:run python:build python:run
USE_LDCONFIG= yes
More information about the svn-ports-all
mailing list