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 /net-p2p | |
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 'net-p2p')
-rw-r--r-- | net-p2p/dogecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/namecoin/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/twister/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net-p2p/dogecoin/Makefile b/net-p2p/dogecoin/Makefile index bec33683e453..e090e3a01f21 100644 --- a/net-p2p/dogecoin/Makefile +++ b/net-p2p/dogecoin/Makefile @@ -13,6 +13,8 @@ COMMENT= P2P crypto currency client favored by shiba inus worldwide LICENSE= MIT BROKEN= fails to build with boost 1.66, see bug 224131 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 NOT_FOR_ARCHS= powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to configure: "Big Endian not supported" diff --git a/net-p2p/namecoin/Makefile b/net-p2p/namecoin/Makefile index 24b9b220fcbe..4c68c956c875 100644 --- a/net-p2p/namecoin/Makefile +++ b/net-p2p/namecoin/Makefile @@ -17,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:devel/boost-libs BROKEN= fails to build with boost 1.66, see bug 224186 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BROKEN_powerpc64= fails to build: util.cpp: undefined reference to boost::program_options::to_internal OPTIONS_DEFINE= X11 UPNP QRCODES DBUS diff --git a/net-p2p/twister/Makefile b/net-p2p/twister/Makefile index 7f07e0b2a56f..cee03c3fb562 100644 --- a/net-p2p/twister/Makefile +++ b/net-p2p/twister/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libleveldb.so:databases/leveldb BROKEN= fails to build with boost 1.66, see bug 224134 +DEPRECATED= Broken for more than 5 months +EXPIRATION_DATE= 2018-08-20 BROKEN_powerpc64= Does not build: /usr/bin/ld: final link failed: Bad value OPTIONS_DEFINE= DOCS |