aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-01-27 22:14:35 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2022-02-25 18:10:24 +0000
commit337a99bc8b23f5353faab2009533cae0af699789 (patch)
tree48f543f4e69ea164de750ac1958d21e475bb0376 /comms
parent5ab014cb1b0bd89694a6feea062f3f48250b3b1e (diff)
downloadports-337a99bc8b23f5353faab2009533cae0af699789.tar.gz
ports-337a99bc8b23f5353faab2009533cae0af699789.zip
x11-toolkits/py-wxPython4: Update to 4.1
- Rename wxPython40 to wxPython4 - Update to 4.1 version - Fix wxgtk31 for string - Use wxGtk31 instead of wxgtk30 - Fix kicad* ports with wxgtk31/wxPython 4.1 Changes: - https://www.wxpython.org/news/2020-11-21-wxpython-411-release/index.html Reviewed by: tcberner Approved by: yuri, bofh Differential Revision: D34080
Diffstat (limited to 'comms')
-rw-r--r--comms/gnuradio/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
index 2552c309d569..f73c53b6029c 100644
--- a/comms/gnuradio/Makefile
+++ b/comms/gnuradio/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gnuradio
DISTVERSIONPREFIX= v
DISTVERSION= 3.8.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= comms astro hamradio
MAINTAINER= hamradio@FreeBSD.org
@@ -69,9 +69,9 @@ CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \
USE_CXXSTD= c++11
USE_GITHUB= yes
USE_PYQT= pyqt5
-USE_WX= 3.0
+USE_WX= 3.1
USE_QT= buildtools core gui xml qmake widgets
-WX_COMPS= wx wx:build wx:run python:build python:run
+WX_COMPS= wx python:run
USE_LDCONFIG= yes
LIBSTRIP_FILES= analog audio blocks channels digital dtv fec fft\
filter pmt qtgui runtime trellis video-sdl\