pkgsrc-WIP-changes archive

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

xchat2-tcl: Disable and note xchat is gone



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Feb 20 11:48:48 2019 -0500
Changeset:	d422d98f3231d3205e351edb08f5a30367a5f26b

Modified Files:
	Makefile
	xchat2-tcl/Makefile
Added Files:
	xchat2-tcl/TODO

Log Message:
xchat2-tcl: Disable and note xchat is gone

This package uses a file from xchat that no longer exists.  Mark it
broken with a 6-month removal warning, and unhook it from Makefile, to
avoid lintpkgsrc complaints.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d422d98f3231d3205e351edb08f5a30367a5f26b

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

diffstat:
 Makefile            | 1 -
 xchat2-tcl/Makefile | 4 +++-
 xchat2-tcl/TODO     | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 83a32e1b3a..835f72c17c 100644
--- a/Makefile
+++ b/Makefile
@@ -4829,7 +4829,6 @@ SUBDIR+=	xbnbt
 SUBDIR+=	xbps
 SUBDIR+=	xbsql
 SUBDIR+=	xcb-util-xrm-git
-SUBDIR+=	xchat2-tcl
 SUBDIR+=	xdebug
 SUBDIR+=	xdiskusage
 SUBDIR+=	xebece
diff --git a/xchat2-tcl/Makefile b/xchat2-tcl/Makefile
index 8779cf64d6..0ceef773cb 100644
--- a/xchat2-tcl/Makefile
+++ b/xchat2-tcl/Makefile
@@ -1,7 +1,9 @@
 # $NetBSD: Makefile,v 1.5 2012/10/07 20:11:08 asau Exp $
 
 
-.include "../../chat/xchat/Makefile.common"
+BROKEN=		xchat is no more, and this has not been converted to hexchat (deletion 2019-08-20)
+
+#.include "../../chat/xchat/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-tcl-/}
 COMMENT=	TCL scripting plugin for xchat
diff --git a/xchat2-tcl/TODO b/xchat2-tcl/TODO
new file mode 100644
index 0000000000..b57bcac740
--- /dev/null
+++ b/xchat2-tcl/TODO
@@ -0,0 +1 @@
+switch to hexchat


Home | Main Index | Thread Index | Old Index