View | Details | Raw Unified | Return to bug 224088 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +13 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	usrp
3
PORTNAME=	usrp
4
PORTVERSION=	3.4.3
4
PORTVERSION=	3.4.3
5
PORTREVISION=	16
5
PORTREVISION=	17
6
CATEGORIES=	comms hamradio
6
CATEGORIES=	comms hamradio
7
MASTER_SITES=	LOCAL/adrian
7
MASTER_SITES=	LOCAL/adrian
8
DISTNAME=	Ettus-USRP-3.4.3
8
DISTNAME=	Ettus-USRP-3.4.3
Lines 10-18 Link Here
10
MAINTAINER=	hamradio@FreeBSD.org
10
MAINTAINER=	hamradio@FreeBSD.org
11
COMMENT=	Ettus Research USRP driver framework
11
COMMENT=	Ettus Research USRP driver framework
12
12
13
BROKEN=		fails to build with boost 1.66, see bug 224088
13
#BROKEN=		fails to build with boost 1.66, see bug 224088
14
14
15
LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs
15
LIB_DEPENDS=	libboost_python.so:devel/boost-python-libs \
16
		libboost_date_time.so:devel/boost-libs \
17
		libboost_filesystem.so:devel/boost-libs \
18
		libboost_program_options.so:devel/boost-libs \
19
		libboost_regex.so:devel/boost-libs \
20
		libboost_system.so:devel/boost-libs \
21
		libboost_thread.so:devel/boost-libs \
22
		libboost_unit_test_framework.so:devel/boost-libs \
23
		libboost_chrono.so:devel/boost-libs \
24
		libboost_atomic.so:devel/boost-libs \
25
		liborc-0.4.so:devel/orc
16
BUILD_DEPENDS=	${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \
26
BUILD_DEPENDS=	${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \
17
		cheetah-analyze:devel/py-cheetah \
27
		cheetah-analyze:devel/py-cheetah \
18
		rst2html:textproc/py-docutils \
28
		rst2html:textproc/py-docutils \

Return to bug 224088