diff options
author | jrm <jrm@FreeBSD.org> | 2018-05-24 03:57:49 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2018-05-24 03:57:49 +0800 |
commit | 9b364a6556feb70be49000efda3892bf5dcc1ce8 (patch) | |
tree | d9ab19aea0fb7ff14fc4277df212a54e368c373f /net-im | |
parent | 48262167c9b6ae6e57e58a7251c7c9830fc9d9a8 (diff) | |
download | freebsd-ports-gnome-9b364a6556feb70be49000efda3892bf5dcc1ce8.tar.gz freebsd-ports-gnome-9b364a6556feb70be49000efda3892bf5dcc1ce8.tar.zst freebsd-ports-gnome-9b364a6556feb70be49000efda3892bf5dcc1ce8.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
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mastodon/Makefile | 4 |
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 |