diff options
-rw-r--r-- | MOVED | 4 | ||||
-rw-r--r-- | irc/Makefile | 4 | ||||
-rw-r--r-- | irc/xchat-fish/Makefile | 46 | ||||
-rw-r--r-- | irc/xchat-fish/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-fish/files/Makefile | 18 | ||||
-rw-r--r-- | irc/xchat-fish/files/patch-FiSH.c | 10 | ||||
-rw-r--r-- | irc/xchat-fish/pkg-descr | 9 | ||||
-rw-r--r-- | irc/xchat-mircryption/Makefile | 61 | ||||
-rw-r--r-- | irc/xchat-mircryption/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-mircryption/pkg-descr | 24 | ||||
-rw-r--r-- | irc/xchat-ruby/Makefile | 51 | ||||
-rw-r--r-- | irc/xchat-ruby/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat-ruby/files/patch-Makefile | 11 | ||||
-rw-r--r-- | irc/xchat-ruby/files/rubypath.rb | 12 | ||||
-rw-r--r-- | irc/xchat-ruby/pkg-descr | 9 | ||||
-rw-r--r-- | irc/xchat/Makefile | 111 | ||||
-rw-r--r-- | irc/xchat/distinfo | 2 | ||||
-rw-r--r-- | irc/xchat/files/patch-configure | 17 | ||||
-rw-r--r-- | irc/xchat/files/patch-socks | 64 | ||||
-rw-r--r-- | irc/xchat/files/patch-src_common_ssl.c | 21 | ||||
-rw-r--r-- | irc/xchat/files/patch-src_version-script | 10 | ||||
-rw-r--r-- | irc/xchat/pkg-descr | 5 | ||||
-rw-r--r-- | irc/xchat/pkg-plist | 37 |
23 files changed, 4 insertions, 528 deletions
@@ -10173,3 +10173,7 @@ www/mod_whatkilledus||2018-04-16|Apache 2.2 End of Life www/mod_xml2enc||2018-04-16|Apache 2.2 End of Life www/apache22||2018-04-16|Apache 2.2 End of Life www/mod_python33||2018-04-16|Apache 2.2 End of Life +irc/xchat||2018-04-17|Has expired: Unmaintained upstream, use irc/hexchat instead +irc/xchat-fish|irc/hexchat-fish|2018-04-17|Removed, master port irc/xchat expired +irc/xchat-mircryption||2018-04-17|Removed, master port irc/xchat expired +irc/xchat-ruby||2018-04-17|Removed, master port irc/xchat expired diff --git a/irc/Makefile b/irc/Makefile index 1d8811a912d3..772b363af556 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -123,10 +123,6 @@ SUBDIR += unreal SUBDIR += weechat SUBDIR += xaric - SUBDIR += xchat - SUBDIR += xchat-fish - SUBDIR += xchat-mircryption - SUBDIR += xchat-ruby SUBDIR += znc .include <bsd.port.subdir.mk> diff --git a/irc/xchat-fish/Makefile b/irc/xchat-fish/Makefile deleted file mode 100644 index 7e44f10350fc..000000000000 --- a/irc/xchat-fish/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/irc/xchat-fish/Makefile,v 1.1 2006/10/04 22:30:07 ahze Exp $ - -PORTNAME= fish -DISTVERSION= 0.98 -PORTREVISION= 5 -CATEGORIES= irc security -MASTER_SITES= http://wirehack7.opsys.de/FiSH/xchat/ \ - ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ -PKGNAMEPREFIX= xchat- -DISTNAME= FiSH-XChat.v${DISTVERSION}-source - -MAINTAINER= ports@FreeBSD.org -COMMENT= Encryption plugin for XChat - -BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:math/miracl -RUN_DEPENDS= xchat:irc/xchat - -USES= zip dos2unix -NO_WRKSUBDIR= yes -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -MAKE_ENV+= CCFLAGS="${CCFLAGS}" - -PLIST_FILES= lib/xchat/plugins/xfish.so -PORTDOCS= FiSH-xchat.txt \ - FiSH-xchat_History.txt - -OPTIONS_DEFINE= DOCS - -post-patch: - ${RM} ${WRKSRC}/mir* - ${CP} -pf ${FILESDIR}/Makefile ${WRKSRC}/ - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins - ${INSTALL_PROGRAM} ${WRKSRC}/xfish.so \ - ${STAGEDIR}${PREFIX}/lib/xchat/plugins/ - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ - -.include <bsd.port.mk> diff --git a/irc/xchat-fish/distinfo b/irc/xchat-fish/distinfo deleted file mode 100644 index bc2f35610afc..000000000000 --- a/irc/xchat-fish/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (FiSH-XChat.v0.98-source.zip) = a065ace34c5a59cf51c194d9ac6aa5c8f00241488df38345e88174f5f345ecd6 -SIZE (FiSH-XChat.v0.98-source.zip) = 50332 diff --git a/irc/xchat-fish/files/Makefile b/irc/xchat-fish/files/Makefile deleted file mode 100644 index 96a5ea486341..000000000000 --- a/irc/xchat-fish/files/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Makefile -# $FreeBSD$ - -CC?= cc -CFLAGS?= -O2 -Wall -CCFLAGS+= $(CFLAGS) -shared -fPIC -DPIC -LDFLAGS+= -export-dynamic -shared -LIBS?= - -all: - $(CC) $(CCFLAGS) -c SHA-256.c - $(CC) $(CCFLAGS) -c base64.c - $(CC) $(CCFLAGS) -c blowfish.c - $(CC) $(CCFLAGS) -c cfgopts.c - $(CC) $(CCFLAGS) -c DH1080.c - $(CC) $(CCFLAGS) -c FiSH.c - $(CC) $(LDFLAGS) -o xfish.so FiSH.o SHA-256.o base64.o blowfish.o cfgopts.o DH1080.o -lmiracl ${LIBS} - diff --git a/irc/xchat-fish/files/patch-FiSH.c b/irc/xchat-fish/files/patch-FiSH.c deleted file mode 100644 index 1a653cb66bda..000000000000 --- a/irc/xchat-fish/files/patch-FiSH.c +++ /dev/null @@ -1,10 +0,0 @@ ---- FiSH.c.orig 2006-03-15 22:17:58.000000000 +0100 -+++ FiSH.c 2008-03-29 17:27:33.000000000 +0100 -@@ -4,6 +4,7 @@ - - - #include "xchat-plugin.h" -+#include <ctype.h> - #include "FiSH.h" - - static xchat_plugin *ph=0; // plugin handle diff --git a/irc/xchat-fish/pkg-descr b/irc/xchat-fish/pkg-descr deleted file mode 100644 index f68291c862f2..000000000000 --- a/irc/xchat-fish/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -[ modified slightly from developer's web site ] - -This is an encryption plugin for xchat, it is based on blowfish and -is fully compatible to original 'blowcrypt' script. It supports -private chat and channel encryption. A secure key-exchange system -is included as well. Please read the file FiSH-xchat.txt, especially the -'Installation' section, before installing it! - -LICENSE: Copyleft diff --git a/irc/xchat-mircryption/Makefile b/irc/xchat-mircryption/Makefile deleted file mode 100644 index 4a2727956183..000000000000 --- a/irc/xchat-mircryption/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/irc/xchat-mircryption/Makefile,v 1.2 2006/10/10 20:22:11 mezz Exp $ - -PORTNAME= mircryption -DISTVERSION= 0.3.3 -PORTREVISION= 5 -PORTEPOCH= 1 -CATEGORIES= irc security -MASTER_SITES= http://mircryption.sourceforge.net/Downloads/ -PKGNAMEPREFIX= xchat- -DISTNAME= mircryption_xchatsrc - -MAINTAINER= ports@FreeBSD.org -COMMENT= Free encryption add-on for the popular XChat irc client - -RUN_DEPENDS= xchat:irc/xchat - -USES= zip dos2unix shebangfix -SHEBANG_FILES= extras/mcps_masterkey_on_start.pl -ALL_TARGET= freebsd -CFLAGS+= -fPIC -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/src/xchat/ -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} - -PLIST_FILES= lib/xchat/plugins/mircryption.so - -PORTDOCS= README.txt -PORTEXAMPLES= mcps_masterkey_on_start.pl - -OPTIONS_DEFINE= DOCS EXAMPLES - -.include <bsd.port.options.mk> - -post-patch: - ${REINPLACE_CMD} -E \ - -e 's|^(CFLAGS.+)"$$|\1 ${CFLAGS}"|' \ - -e 's|^(LDFLAGS.+)"$$|\1 ${LDFLAGS}"|' \ - -e 's|^(LOAD).*$$|LOAD=${CXX}|' \ - ${WRKSRC}/${MAKEFILE} - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins - ${INSTALL_PROGRAM} ${WRKSRC}/mircryption.so \ - ${STAGEDIR}${PREFIX}/lib/xchat/plugins -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt \ - ${STAGEDIR}${DOCSDIR}/ -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_SCRIPT} \ - ${WRKSRC}/extras/mcps_masterkey_on_start.pl \ - ${STAGEDIR}${EXAMPLESDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/irc/xchat-mircryption/distinfo b/irc/xchat-mircryption/distinfo deleted file mode 100644 index 33ca3982ba37..000000000000 --- a/irc/xchat-mircryption/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mircryption_xchatsrc.zip) = c67ad6245dddd6306cc1944453c00efd100947671653af043d991206fe47629b -SIZE (mircryption_xchatsrc.zip) = 536284 diff --git a/irc/xchat-mircryption/pkg-descr b/irc/xchat-mircryption/pkg-descr deleted file mode 100644 index 18b4065f69a2..000000000000 --- a/irc/xchat-mircryption/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -[ excerpt from developer's web site with modifications ] - -Mircryption is a free encryption add-on for the popular irc clients -mIRC and XChat. Features: - -- Channel text, Private query windows, DCC Chats, Actions, Topics can -all be encrypted. All crypto-related algorithms used are taken from -published, common, trusted sources. Encryption algorithm is Blowfish -(no known vulnerabilities); encryption keys are themselves stored -in encrypted form. - -- Supports CBC mode encryption. - -- No need to modify the way you work - text is encrypted and decrypted -automatically; encryption status of conversations is clear but -unobtrusive. - -- User-friendly key management routines; menu driven and easy to -temporarily disable & re-enable encryption on a channel, send plain -text quicky, etc. - -LICENSE: free without any limitation - -WWW: http://www.donationcoder.com/Software/Mouser/mircryption/index.php diff --git a/irc/xchat-ruby/Makefile b/irc/xchat-ruby/Makefile deleted file mode 100644 index e2fb692c747e..000000000000 --- a/irc/xchat-ruby/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# $FreeBSD$ - -PORTNAME= ruby -PORTVERSION= 1.2 -PORTREVISION= 4 -CATEGORIES= irc ruby -MASTER_SITES= SF/xchat-${PORTNAME}/xchat-${PORTNAME}/${PORTVERSION} -PKGNAMEPREFIX= xchat- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-src - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ruby-scripting plugin for XChat - -RUN_DEPENDS= xchat:irc/xchat -LIB_DEPENDS= lib${RUBY_NAME}.so:${RUBY_PORT} - -LICENSE= GPLv2 - -USE_RUBY= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/src -DOCSRC= ${WRKDIR}/${DISTNAME} -DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} -PLIST_FILES= lib/xchat/plugins/xchat-ruby.so -PORTDOCS= README ChangeLog -PORTEXAMPLES= embedify.rb TimerSample.rb JFilter.rb JBanner.rb - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - ${REINPLACE_CMD} \ - -e 's|^RUBY=.*|RUBY=${RUBY}|' \ - -e 's|-lruby$$|-l${RUBY_NAME}|' \ - -e 's|^ARCHDIR=.*|ARCHDIR=`$$(RUBY) ${FILESDIR}/rubypath.rb`|' \ - -e '/^CC=/s|gcc|${CC}|' \ - -e 's|^CFLAGS=|CFLAGS+=|' \ - ${WRKSRC}/Makefile - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins - ${INSTALL_PROGRAM} ${WRKSRC}/xchat-ruby.so \ - ${STAGEDIR}${PREFIX}/lib/xchat/plugins/ - - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${DOCSRC}/,} ${STAGEDIR}${DOCSDIR}/ - - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${DOCSRC}/*/,} \ - ${STAGEDIR}${EXAMPLESDIR}/ - -.include <bsd.port.mk> diff --git a/irc/xchat-ruby/distinfo b/irc/xchat-ruby/distinfo deleted file mode 100644 index c03e78d317d6..000000000000 --- a/irc/xchat-ruby/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xchat-ruby-1.2-src.tar.gz) = fc55f48bf72845a2e1750b76524d31813779e1dc8cc7638312a0e68a8efded85 -SIZE (xchat-ruby-1.2-src.tar.gz) = 31129 diff --git a/irc/xchat-ruby/files/patch-Makefile b/irc/xchat-ruby/files/patch-Makefile deleted file mode 100644 index da7319bd6e34..000000000000 --- a/irc/xchat-ruby/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig 2007-04-26 13:16:32.000000000 +0200 -+++ Makefile 2012-03-16 12:31:27.000000000 +0100 -@@ -21,7 +21,7 @@ - all: $(SO_FILE) - - $(SO_FILE): xchat-ruby.o xchat-ruby-plugin.h -- $(CC) -L$(ARCHDIR) $(CFLAGS) -shared -o $(SO_FILE) xchat-ruby.o -lruby -+ $(CC) -L$(PREFIX)/lib $(CFLAGS) -shared -o $(SO_FILE) xchat-ruby.o -lruby - - install: $(SO_FILE) - mkdir -p $(XCHAT_DIR) diff --git a/irc/xchat-ruby/files/rubypath.rb b/irc/xchat-ruby/files/rubypath.rb deleted file mode 100644 index 783d1d4a382a..000000000000 --- a/irc/xchat-ruby/files/rubypath.rb +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/local/bin/ruby -require "rbconfig" -if RbConfig::CONFIG[ 'rubyhdrdir' ].nil? - puts RbConfig::CONFIG['archdir'] -else - print RbConfig::CONFIG['rubyhdrdir'] - print " -I" - print RbConfig::CONFIG['rubyhdrdir'] - print "/" - puts RbConfig::CONFIG['sitearch'] -end -# eof diff --git a/irc/xchat-ruby/pkg-descr b/irc/xchat-ruby/pkg-descr deleted file mode 100644 index edb786e04edd..000000000000 --- a/irc/xchat-ruby/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -For those of us that prefer the Ruby programming language above all others, -the XChat-Ruby Plugin now allows X-Chat plugins to written in Ruby, -in addition to the other supported scripting interfaces. This means that, -for the first time, you can use a purely object-oriented language -in which to write X-Chat plugins. - -LICENSE: GPL2 or later - -WWW: http://xchat-ruby.sourceforge.net/ diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile deleted file mode 100644 index 1f25c4e5a659..000000000000 --- a/irc/xchat/Makefile +++ /dev/null @@ -1,111 +0,0 @@ -# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> -# $FreeBSD$ -# $MCom: ports/irc/xchat/Makefile,v 1.7 2008/08/06 07:59:00 kwm Exp $ - -PORTNAME= xchat -PORTVERSION= 2.8.8 -PORTREVISION= 3 -CATEGORIES= irc gnome ipv6 -MASTER_SITES= SF/${PORTNAME}/ \ - http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= X11 IRC client using the GTK+ 2 toolkit - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Unmaintained upstream, use irc/hexchat instead -EXPIRATION_DATE= 2018-04-15 - -CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]* - -USES= cpe gettext gmake libtool pathfix pkgconfig tar:bzip2 -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --enable-ipv6 -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= DBUS NOTIFY PERL PYTHON SOCKS TCL -OPTIONS_DEFAULT=DBUS GTKSPELL PERL -OPTIONS_RADIO= SPELL -OPTIONS_RADIO_SPELL= GTKSPELL LIBSEXY -GTKSPELL_DESC= Spell check support via gtkspell -LIBSEXY_DESC= Spell check support via libsexy - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDBUS} -LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib -CONFIGURE_ARGS+=--enable-dbus -USE_GNOME+= gconf2 -GCONF_SCHEMAS+= apps_xchat_url_handler.schemas -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS="@comment " -.endif - -.if ${PORT_OPTIONS:MGTKSPELL} -LIB_DEPENDS+= libgtkspell.so:textproc/gtkspell -CONFIGURE_ARGS+=--enable-spell=gtkspell -.elif ${PORT_OPTIONS:MLIBSEXY} -LIB_DEPENDS+= libsexy.so:x11-toolkits/libsexy -CONFIGURE_ARGS+=--enable-spell=libsexy -.else -CONFIGURE_ARGS+=--enable-spell=none -.endif - -.if ${PORT_OPTIONS:MNOTIFY} -RUN_DEPENDS+= notify-send:devel/libnotify \ - ${LOCALBASE}/libexec/notification-daemon:deskutils/notification-daemon -.endif - -.if ${PORT_OPTIONS:MPERL} -USES+= perl5 -CONFIGURE_ARGS+=--enable-perl -PLIST_SUB+= PERL="" -.else -CONFIGURE_ARGS+=--disable-perl -PLIST_SUB+= PERL="@comment " -.endif - -.if ${PORT_OPTIONS:MPYTHON} -USES+= python -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if ${PORT_OPTIONS:MSOCKS} -LIB_DEPENDS+= libsocks.so:net/dante -CONFIGURE_ARGS+=--enable-socks -.endif - -.if ${PORT_OPTIONS:MTCL} -USES+= tcl -CONFIGURE_ARGS+=--enable-tcl=${TCL_LIBDIR} -CPPFLAGS+= -I${TCL_INCLUDEDIR} -LIBS+= -L${TCL_LIBDIR} -PLIST_SUB+= TCL="" -.else -CONFIGURE_ARGS+=--enable-tcl=no -PLIST_SUB+= TCL="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ - ${WRKSRC}/src/common/*.[ch] - @${REINPLACE_CMD} '/_LDADD =/s/$$/ -lgmodule-2.0/' \ - ${WRKSRC}/src/fe-gtk/Makefile.in \ - ${WRKSRC}/src/fe-text/Makefile.in - -# Create plugins directory even when no plugins are installed -post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins - -.include <bsd.port.mk> diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo deleted file mode 100644 index 24b21ff5ccdb..000000000000 --- a/irc/xchat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xchat-2.8.8.tar.bz2) = 0d6d69437b5e1e45f3e66270fe369344943de8a1190e498fafa5296315a27db0 -SIZE (xchat-2.8.8.tar.bz2) = 1509993 diff --git a/irc/xchat/files/patch-configure b/irc/xchat/files/patch-configure deleted file mode 100644 index b40bb4f83a34..000000000000 --- a/irc/xchat/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig Wed Jul 4 19:41:43 2007 -+++ configure Wed Jul 4 19:42:45 2007 -@@ -26802,12 +26802,12 @@ - #include <libintl.h> - $gt_revision_test_code - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - int - main () - { - bindtextdomain ("", ""); --return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings -+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *libintl_nl_domain_bindings - ; - return 0; - } diff --git a/irc/xchat/files/patch-socks b/irc/xchat/files/patch-socks deleted file mode 100644 index 01cb73b8ca69..000000000000 --- a/irc/xchat/files/patch-socks +++ /dev/null @@ -1,64 +0,0 @@ ---- configure.orig -+++ configure -@@ -18485,13 +18485,13 @@ - - if test "$socks" = yes; then - socks=no -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SOCKSconnect in -lsocks5" >&5 --$as_echo_n "checking for SOCKSconnect in -lsocks5... " >&6; } --if test "${ac_cv_lib_socks5_SOCKSconnect+set}" = set; then : -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Rconnect in -lsocks" >&5 -+$as_echo_n "checking for Rconnect in -lsocks... " >&6; } -+if test "${ac_cv_lib_socks_Rconnect+set}" = set; then : - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lsocks5 $LIBS" -+LIBS="-lsocks $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - -@@ -18501,27 +18501,27 @@ - #ifdef __cplusplus - extern "C" - #endif --char SOCKSconnect (); -+char Rconnect (); - int - main () - { --return SOCKSconnect (); -+return Rconnect (); - ; - return 0; - } - _ACEOF - if ac_fn_c_try_link "$LINENO"; then : -- ac_cv_lib_socks5_SOCKSconnect=yes -+ ac_cv_lib_socks_Rconnect=yes - else -- ac_cv_lib_socks5_SOCKSconnect=no -+ ac_cv_lib_socks_Rconnect=no - fi - rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socks5_SOCKSconnect" >&5 --$as_echo "$ac_cv_lib_socks5_SOCKSconnect" >&6; } --if test "x$ac_cv_lib_socks5_SOCKSconnect" = x""yes; then : -+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socks_Rconnect" >&5 -+$as_echo "$ac_cv_lib_socks_Rconnect" >&6; } -+if test "x$ac_cv_lib_socks_Rconnect" = x""yes; then : - have_socks=yes - fi - -@@ -18542,7 +18542,7 @@ - socks=yes - $as_echo "#define SOCKS 1" >>confdefs.h - -- LIBS="$LIBS -lsocks5" -+ LIBS="$LIBS -lsocks" - fi - fi - fi diff --git a/irc/xchat/files/patch-src_common_ssl.c b/irc/xchat/files/patch-src_common_ssl.c deleted file mode 100644 index d1399f7bce40..000000000000 --- a/irc/xchat/files/patch-src_common_ssl.c +++ /dev/null @@ -1,21 +0,0 @@ ---- src/common/ssl.c.orig 2009-08-16 11:40:16.000000000 +0200 -+++ src/common/ssl.c 2015-09-26 16:13:10.740904871 +0200 -@@ -70,7 +70,8 @@ _SSL_context_init (void (*info_cb_func), - - SSLeay_add_ssl_algorithms (); - SSL_load_error_strings (); -- ctx = SSL_CTX_new (server ? SSLv3_server_method() : SSLv3_client_method ()); -+ ctx = SSL_CTX_new (server ? SSLv23_server_method() : SSLv23_client_method ()); -+ SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2); - - SSL_CTX_set_session_cache_mode (ctx, SSL_SESS_CACHE_BOTH); - SSL_CTX_set_timeout (ctx, 300); -@@ -281,7 +282,7 @@ _SSL_socket (SSL_CTX *ctx, int sd) - __SSL_critical_error ("SSL_new"); - - SSL_set_fd (ssl, sd); -- if (ctx->method == SSLv3_client_method()) -+ if (ctx->method == SSLv23_client_method()) - SSL_set_connect_state (ssl); - else - SSL_set_accept_state(ssl); diff --git a/irc/xchat/files/patch-src_version-script b/irc/xchat/files/patch-src_version-script deleted file mode 100644 index 11fb9c9481ae..000000000000 --- a/irc/xchat/files/patch-src_version-script +++ /dev/null @@ -1,10 +0,0 @@ ---- src/version-script.orig 2009-08-16 11:40:18.000000000 +0200 -+++ src/version-script 2014-06-05 22:18:13.000000000 +0200 -@@ -30,5 +30,7 @@ - xchat_send_modes; - xchat_strip; - xchat_free; -+ __progname; -+ environ; - local: *; - }; diff --git a/irc/xchat/pkg-descr b/irc/xchat/pkg-descr deleted file mode 100644 index 49a68402ed46..000000000000 --- a/irc/xchat/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -XChat is a graphical IRC client. It requires a computer running a -UNIX-like OS and the X Window System (X11), and the GTK 2 library. It can -also use Perl and (optionally) Python scripts. - -WWW: http://xchat.org/ diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist deleted file mode 100644 index 3fd325f730cd..000000000000 --- a/irc/xchat/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -bin/xchat -%%PERL%%lib/xchat/plugins/perl.so -%%PYTHON%%lib/xchat/plugins/python.so -%%TCL%%lib/xchat/plugins/tcl.so -share/applications/xchat.desktop -%%DBUS%%share/dbus-1/services/org.xchat.service.service -share/locale/be/LC_MESSAGES/xchat.mo -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/gl/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/kn/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/mk/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/pa/LC_MESSAGES/xchat.mo -share/locale/pl/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sq/LC_MESSAGES/xchat.mo -share/locale/sr/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/th/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/vi/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW/LC_MESSAGES/xchat.mo -share/pixmaps/xchat.png -@dir lib/xchat/plugins |