diff options
author | antoine <antoine@FreeBSD.org> | 2018-07-17 16:56:32 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-07-17 16:56:32 +0800 |
commit | fc90548bfe962256aec5c330156bf470b9bad99b (patch) | |
tree | 0cc2a350add959f3eafe85d34fea45a2ca5fc18f /comms | |
parent | e04f6a80e6ffa50466e489cd9749a7da5c72e21d (diff) | |
download | freebsd-ports-gnome-fc90548bfe962256aec5c330156bf470b9bad99b.tar.gz freebsd-ports-gnome-fc90548bfe962256aec5c330156bf470b9bad99b.tar.zst freebsd-ports-gnome-fc90548bfe962256aec5c330156bf470b9bad99b.zip |
Deprecate ports broken for more than 5 months
Diffstat (limited to 'comms')
-rw-r--r-- | comms/usrp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/usrp/Makefile b/comms/usrp/Makefile index 87c15dc4a3c2..bceb3ca83729 100644 --- a/comms/usrp/Makefile +++ b/comms/usrp/Makefile @@ -11,6 +11,8 @@ MAINTAINER= hamradio@FreeBSD.org COMMENT= Ettus Research USRP driver framework BROKEN= fails to build with boost 1.66, see bug 224088 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 LIB_DEPENDS= ${PY_BOOST} BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \ |