summaryrefslogtreecommitdiff
path: root/chat/xchat-python/Makefile
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-01-01 09:41:20 +0000
committernia <nia@pkgsrc.org>2019-01-01 09:41:20 +0000
commitc6a64b123a13a7ad2efb3bf3669dd023adfe9ac4 (patch)
tree53dfaa0df21abb4d8c38d161254903ced7c0a908 /chat/xchat-python/Makefile
parentd071d9713b326bbfdc8fd6474f40957c67081fad (diff)
downloadpkgsrc-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/xchat-python/Makefile')
-rw-r--r--chat/xchat-python/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile
deleted file mode 100644
index 0c878bf3e35..00000000000
--- a/chat/xchat-python/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.34 2018/08/22 09:43:03 wiz Exp $
-
-.include "../../chat/xchat/Makefile.common"
-
-PKGNAME= ${DISTNAME:S/-/-python-/}
-PKGREVISION= 11
-MAINTAINER= pkgsrc-users@NetBSD.org
-
-COMMENT= Python scripting plugin for XChat
-
-DEPENDS+= xchat>=2.0.0:../../chat/xchat
-
-BUILD_DIRS?= plugins/python
-
-CONFIGURE_ARGS+= --disable-gtkfe
-CONFIGURE_ARGS+= --enable-tcl=no
-CONFIGURE_ARGS+= --disable-perl
-CONFIGURE_ARGS+= --enable-python
-CONFIGURE_ARGS+= --disable-xlib
-CONFIGURE_ENV+= ac_cv_path_pythonpath=${PYTHONBIN:Q}
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
-SUBST_CLASSES+= libutil
-SUBST_STAGE.libutil= pre-configure
-SUBST_FILES.libutil= configure
-SUBST_SED.libutil= -e 's/ -lutil//g'
-.endif
-
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.8.8
-
-.include "../../lang/python/application.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"