diff options
author | nia <nia@pkgsrc.org> | 2019-01-01 09:41:20 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-01-01 09:41:20 +0000 |
commit | c6a64b123a13a7ad2efb3bf3669dd023adfe9ac4 (patch) | |
tree | 53dfaa0df21abb4d8c38d161254903ced7c0a908 /chat/Makefile | |
parent | d071d9713b326bbfdc8fd6474f40957c67081fad (diff) | |
download | pkgsrc-c6a64b123a13a7ad2efb3bf3669dd023adfe9ac4.tar.gz |
chat/xchat: Remove xchat, as discussed on tech-pkg.
XChat's development has been dead for nearly a decade now.
chat/hexchat is an actively maintained fork and features many bug and
security fixes and support for newer protocol features. Users of XChat
should migrate to HexChat, or rather, should have migrated several
years ago.
A blog post exists by HexChat's maintainer where Debian's packaging of
both is discussed:
https://blog.tingping.se/2018/03/02/when-distros-get-it-wrong.html
Diffstat (limited to 'chat/Makefile')
-rw-r--r-- | chat/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chat/Makefile b/chat/Makefile index df9a3decd0e..9deaaec8982 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.211 2018/12/22 18:17:39 nia Exp $ +# $NetBSD: Makefile,v 1.212 2019/01/01 09:41:20 nia Exp $ # COMMENT= Communication programs @@ -147,10 +147,6 @@ SUBDIR+= unrealircd SUBDIR+= vicq SUBDIR+= weechat SUBDIR+= xaric -SUBDIR+= xchat -SUBDIR+= xchat-perl -SUBDIR+= xchat-python -SUBDIR+= xchat-systray-integration SUBDIR+= ysm SUBDIR+= zenicb SUBDIR+= zenirc |