diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-04-17 20:39:37 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-04-17 20:39:37 +0000 |
commit | 16b33f0ee7703bf2f0dda0ddbaede948f9d74de8 (patch) | |
tree | c3db24bc664682a54a80e0eec3e5785057edf4d8 /irc/xchat/files/patch-socks | |
parent | irc/py-fishcrypt: remove optional dependency on expired irc/xchat (diff) |
Remove expired port irc/xchat and plugins:
2018-04-15 irc/xchat: Unmaintained upstream, use irc/hexchat instead
irc/xchat-fish
irc/xchat-mircryption
irc/xchat-ruby
Notes
Notes:
svn path=/head/; revision=467656
Diffstat (limited to 'irc/xchat/files/patch-socks')
-rw-r--r-- | irc/xchat/files/patch-socks | 64 |
1 files changed, 0 insertions, 64 deletions
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 |