aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-05-23 19:57:49 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-05-23 19:57:49 +0000
commitf22530a0a6cc22c348dc4da25dd6c285fd9eaf60 (patch)
treed9ab19aea0fb7ff14fc4277df212a54e368c373f /net-im
parent50bfac489e82a7647acc246defb2ab4fbf9f01ed (diff)
downloadports-f22530a0a6cc22c348dc4da25dd6c285fd9eaf60.tar.gz
ports-f22530a0a6cc22c348dc4da25dd6c285fd9eaf60.zip
net-im/mastodon: Mark broken and deprecated and set expiration date
File bankruptcy with net-im/mastodon. After the www/node upgrade to 10, it broke again. In general, the return to effort ratio trying to contort these node modules and ruby gems in to a port is too low (for me). I will leave the port here for about a month in case anyone else would like to give it a go. For those who want to run a FreeBSD-based instance on the "fediverse", it is probably easier to simply follow Mastodon's installation guide. Alternatively, I have heard good things about Pleroma [1], so you may want to give it a try. [1] https://git.pleroma.social/pleroma/pleroma
Notes
Notes: svn path=/head/; revision=470717
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mastodon/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile
index acd139d1e067..e07266ba6bd8 100644
--- a/net-im/mastodon/Makefile
+++ b/net-im/mastodon/Makefile
@@ -12,6 +12,10 @@ COMMENT= GNU Social-compatible microblogging server
LICENSE= AGPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= Fails to build
+DEPRECATED= Breaks too frequently
+EXPIRATION_DATE= 2018-07-01
+
BUILD_DEPENDS= yarn>:www/yarn\
${BR_DEPENDS}
LIB_DEPENDS= libidn2.so:dns/libidn2