diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 19:34:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-12-20 19:34:11 +0000 |
commit | 2e9911f602efb133285d096c6955cad324328edb (patch) | |
tree | bac7657b7c809f134de666e3748eb52500cad676 /comms | |
parent | 0a89159f7aec94ccc7a0d529aac87c2ddccfa17c (diff) | |
download | ports-2e9911f602efb133285d096c6955cad324328edb.tar.gz ports-2e9911f602efb133285d096c6955cad324328edb.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnuradio/Makefile | 6 | ||||
-rw-r--r-- | comms/owfs/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index e72287beabfa..603900617ab4 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db @@ -13,7 +13,7 @@ COMMENT= Amateur Radio Software defined radio LICENSE= GPLv3 BUILD_DEPENDS= sdl-config:devel/sdl12 \ - swig2.0:devel/swig20 \ + swig3.0:devel/swig30 \ cheetah:devel/py-cheetah@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ xdg-open:devel/xdg-utils \ @@ -47,7 +47,7 @@ USES= cmake:outsource compiler:c11 iconv perl5 pkgconfig pyqt:4 python:2.7 sheb SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx -CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig2.0"\ +CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig3.0"\ -DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ -DICONV_LIB:STRING="X${ICONV_LIB}" \ -DENABLE_GR_CTRLPORT="YES" \ diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile index 26731bdee748..ef5d4eb2b88f 100644 --- a/comms/owfs/Makefile +++ b/comms/owfs/Makefile @@ -100,8 +100,8 @@ PLIST_SUB+= OWNETPYTHON="@comment " # If Perl, Python or PHP is requested, enable SWIG .if ${PORT_OPTIONS:MOWPERL} || ${PORT_OPTIONS:MOWPYTHON} || ${PORT_OPTIONS:MOWPHP} -BUILD_DEPENDS+= ${LOCALBASE}/bin/swig2.0:devel/swig20 -CONFIGURE_ARGS+= --enable-swig SWIG=${LOCALBASE}/bin/swig2.0 +BUILD_DEPENDS+= swig3.0:devel/swig30 +CONFIGURE_ARGS+= --enable-swig SWIG=${LOCALBASE}/bin/swig3.0 .else CONFIGURE_ARGS+= --disable-swig .endif |