pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jan  1 09:41:20 UTC 2019

Modified Files:
        pkgsrc/chat: Makefile
        pkgsrc/doc: CHANGES-2019
Removed Files:
        pkgsrc/chat/xchat: DESCR Makefile Makefile.common PLIST buildlink3.mk
            distinfo options.mk
        pkgsrc/chat/xchat-perl: DESCR Makefile PLIST
        pkgsrc/chat/xchat-python: DESCR Makefile PLIST
        pkgsrc/chat/xchat-systray-integration: DESCR MESSAGE Makefile PLIST
            distinfo
        pkgsrc/chat/xchat-systray-integration/patches: patch-aa patch-ab
            patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai
            patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap
        pkgsrc/chat/xchat/patches: patch-src_common_servlist_c
            patch-src_common_text_c patch-src_common_util_c
            patch-src_common_xchat_h

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 pkgsrc/chat/Makefile
cvs rdiff -u -r1.5 -r0 pkgsrc/chat/xchat/DESCR
cvs rdiff -u -r1.109 -r0 pkgsrc/chat/xchat/Makefile
cvs rdiff -u -r1.66 -r0 pkgsrc/chat/xchat/Makefile.common
cvs rdiff -u -r1.23 -r0 pkgsrc/chat/xchat/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/chat/xchat/buildlink3.mk
cvs rdiff -u -r1.44 -r0 pkgsrc/chat/xchat/distinfo
cvs rdiff -u -r1.16 -r0 pkgsrc/chat/xchat/options.mk
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/chat/xchat-perl/DESCR
cvs rdiff -u -r1.22 -r0 pkgsrc/chat/xchat-perl/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/chat/xchat-perl/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/chat/xchat-python/DESCR
cvs rdiff -u -r1.34 -r0 pkgsrc/chat/xchat-python/Makefile
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/chat/xchat-python/PLIST
cvs rdiff -u -r1.2 -r0 pkgsrc/chat/xchat-systray-integration/DESCR
cvs rdiff -u -r1.1 -r0 pkgsrc/chat/xchat-systray-integration/MESSAGE
cvs rdiff -u -r1.48 -r0 pkgsrc/chat/xchat-systray-integration/Makefile
cvs rdiff -u -r1.4 -r0 pkgsrc/chat/xchat-systray-integration/PLIST
cvs rdiff -u -r1.8 -r0 pkgsrc/chat/xchat-systray-integration/distinfo
cvs rdiff -u -r1.4 -r0 pkgsrc/chat/xchat-systray-integration/patches/patch-aa
cvs rdiff -u -r1.1 -r0 pkgsrc/chat/xchat-systray-integration/patches/patch-ab \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ac \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ad \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ae \
    pkgsrc/chat/xchat-systray-integration/patches/patch-af \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ag \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ah \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ai \
    pkgsrc/chat/xchat-systray-integration/patches/patch-aj \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ak \
    pkgsrc/chat/xchat-systray-integration/patches/patch-al \
    pkgsrc/chat/xchat-systray-integration/patches/patch-am \
    pkgsrc/chat/xchat-systray-integration/patches/patch-an \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ao \
    pkgsrc/chat/xchat-systray-integration/patches/patch-ap
cvs rdiff -u -r1.1 -r0 pkgsrc/chat/xchat/patches/patch-src_common_servlist_c \
    pkgsrc/chat/xchat/patches/patch-src_common_text_c \
    pkgsrc/chat/xchat/patches/patch-src_common_util_c \
    pkgsrc/chat/xchat/patches/patch-src_common_xchat_h
cvs rdiff -u -r1.2 -r1.3 pkgsrc/doc/CHANGES-2019

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/Makefile
diff -u pkgsrc/chat/Makefile:1.211 pkgsrc/chat/Makefile:1.212
--- pkgsrc/chat/Makefile:1.211  Sat Dec 22 18:17:39 2018
+++ pkgsrc/chat/Makefile        Tue Jan  1 09:41:20 2019
@@ -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

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.2 pkgsrc/doc/CHANGES-2019:1.3
--- pkgsrc/doc/CHANGES-2019:1.2 Tue Jan  1 00:32:23 2019
+++ pkgsrc/doc/CHANGES-2019     Tue Jan  1 09:41:20 2019
@@ -1,6 +1,7 @@
-$NetBSD: CHANGES-2019,v 1.2 2019/01/01 00:32:23 leot Exp $
+$NetBSD: CHANGES-2019,v 1.3 2019/01/01 09:41:20 nia Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
        Updated net/hub to 2.7.0 [leot 2019-01-01]
        Updated news/sfeed to 0.9.7 [leot 2019-01-01]
+       Removed chat/xchat successor chat/hexchat [nia 2019-01-01]



Home | Main Index | Thread Index | Old Index