--- Makefile (revision 461775) +++ Makefile (working copy) @@ -2,7 +2,7 @@ PORTNAME= usrp PORTVERSION= 3.4.3 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= comms hamradio MASTER_SITES= LOCAL/adrian DISTNAME= Ettus-USRP-3.4.3 @@ -10,9 +10,19 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Ettus Research USRP driver framework -BROKEN= fails to build with boost 1.66, see bug 224088 +#BROKEN= fails to build with boost 1.66, see bug 224088 -LIB_DEPENDS= libboost_python.so:devel/boost-python-libs +LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \ + libboost_date_time.so:devel/boost-libs \ + libboost_filesystem.so:devel/boost-libs \ + libboost_program_options.so:devel/boost-libs \ + libboost_regex.so:devel/boost-libs \ + libboost_system.so:devel/boost-libs \ + libboost_thread.so:devel/boost-libs \ + libboost_unit_test_framework.so:devel/boost-libs \ + libboost_chrono.so:devel/boost-libs \ + libboost_atomic.so:devel/boost-libs \ + liborc-0.4.so:devel/orc BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ cheetah-analyze:devel/py-cheetah \ rst2html:textproc/py-docutils \ --- files/patch-boost_1_66 (nonexistent) +++ files/patch-boost_1_66 (working copy)