Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 19:32:11 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360811 - head/comms/gnuradio
Message-ID:  <201407051932.s65JWBIF029020@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051932.s65JWBIF029020>