diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ntop/Makefile | 2 | ||||
-rw-r--r-- | net/py-libstorj/Makefile | 2 | ||||
-rw-r--r-- | net/py-pcs/Makefile | 2 | ||||
-rw-r--r-- | net/scribe/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 37a3455fa82d..487bab451289 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING BROKEN= Makefiles use hacks that don't work with recent automake. Try net/ntopng +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 LIB_DEPENDS= libgdbm.so:databases/gdbm \ libevent.so:devel/libevent diff --git a/net/py-libstorj/Makefile b/net/py-libstorj/Makefile index d8591d5dff1b..38c48b29d368 100644 --- a/net/py-libstorj/Makefile +++ b/net/py-libstorj/Makefile @@ -12,6 +12,8 @@ COMMENT= Python bindings for libstorj LICENSE= LGPL21+ BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libstorj.so:net/libstorj diff --git a/net/py-pcs/Makefile b/net/py-pcs/Makefile index 36dbffb05814..c6871795f6ca 100644 --- a/net/py-pcs/Makefile +++ b/net/py-pcs/Makefile @@ -15,6 +15,8 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT BROKEN= fails to build with cython 0.28 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 PORTDOCS= pcs.pdf PORTEXAMPLES= * diff --git a/net/scribe/Makefile b/net/scribe/Makefile index e6da415b4564..117812f770e6 100644 --- a/net/scribe/Makefile +++ b/net/scribe/Makefile @@ -12,6 +12,8 @@ COMMENT= Aggregating log data streamed in real time LICENSE= APACHE20 BROKEN= fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-12-19 BUILD_DEPENDS= fb303>0:devel/fb303 \ thrift:devel/thrift |