diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-01-18 04:11:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-01-18 04:11:02 +0000 |
commit | 25beeff0797dd33cfc7db69206925427481729ee (patch) | |
tree | 7189643b393c5d2ffd4fa8b22d44338010f9dfb0 /comms | |
parent | 2cd6161419576e97c766dd2e23764716151e72db (diff) | |
download | ports-25beeff0797dd33cfc7db69206925427481729ee.tar.gz ports-25beeff0797dd33cfc7db69206925427481729ee.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/fldigi/Makefile | 1 | ||||
-rw-r--r-- | comms/gnuradio/Makefile | 2 | ||||
-rw-r--r-- | comms/gqrx/Makefile | 1 | ||||
-rw-r--r-- | comms/gr-osmosdr/Makefile | 2 | ||||
-rw-r--r-- | comms/uhd/Makefile | 2 | ||||
-rw-r--r-- | comms/usrp/Makefile | 4 |
6 files changed, 9 insertions, 3 deletions
diff --git a/comms/fldigi/Makefile b/comms/fldigi/Makefile index a59489141f08..2023a0fd2731 100644 --- a/comms/fldigi/Makefile +++ b/comms/fldigi/Makefile @@ -2,6 +2,7 @@ PORTNAME= fldigi PORTVERSION= 4.0.14 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME} diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 252c5c9b5b29..d326cd682d7d 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -2,7 +2,7 @@ PORTNAME= gnuradio PORTVERSION= 3.7.10.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= comms astro hamradio MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \ LOCAL/db diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile index 36d4a4218be6..44965c304949 100644 --- a/comms/gqrx/Makefile +++ b/comms/gqrx/Makefile @@ -4,6 +4,7 @@ PORTNAME= gqrx PORTVERSION= 2.9 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms hamradio diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 85bc3e35cb48..acfec49f9763 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20160622 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index 5e5658f23710..fe949abd5464 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -2,6 +2,7 @@ PORTNAME= uhd PORTVERSION= 3.10.2.0 +PORTREVISION= 1 #PORTREVISION= 4 CATEGORIES= comms hamradio MASTER_SITES= http://files.ettus.com/binaries/images/ @@ -24,6 +25,7 @@ GH_TAGNAME= bd6e21dc06cfca6f1165b1eba6ddbf5a46dc343c CONFLICTS= usrp-[0-9]* +BROKEN= fails to build with boost 1.66, see bug 224087 BROKEN_powerpc64= fails to link: undefined reference to boost function USES= compiler:c++0x cmake:outsource ncurses pkgconfig \ diff --git a/comms/usrp/Makefile b/comms/usrp/Makefile index fc0918a0425d..3e1bd6d9a6c0 100644 --- a/comms/usrp/Makefile +++ b/comms/usrp/Makefile @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 @@ -10,6 +10,8 @@ DISTNAME= Ettus-USRP-3.4.3 MAINTAINER= hamradio@FreeBSD.org COMMENT= Ettus Research USRP driver framework +BROKEN= fails to build with boost 1.66, see bug 224088 + LIB_DEPENDS= libboost_python.so:devel/boost-python-libs BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ cheetah-analyze:devel/py-cheetah \ |