aboutsummaryrefslogtreecommitdiffstats
path: root/irc/sirc/files
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1998-05-07 13:20:22 +0800
committermph <mph@FreeBSD.org>1998-05-07 13:20:22 +0800
commit9f2d96199b8dcd089aa4d6c3e6ffd14df4deed74 (patch)
treeb29740de66e97d62ee2ebccdcb1d9dc46c880bbd /irc/sirc/files
parent418dfa18555de81418c292b7d11d50710520b2a2 (diff)
downloadfreebsd-ports-gnome-9f2d96199b8dcd089aa4d6c3e6ffd14df4deed74.tar.gz
freebsd-ports-gnome-9f2d96199b8dcd089aa4d6c3e6ffd14df4deed74.tar.zst
freebsd-ports-gnome-9f2d96199b8dcd089aa4d6c3e6ffd14df4deed74.zip
Import of sirc, Yet Another IRC Client. (Is this the "net" equivalent
of Minesweeper in "games"?) This one is written in Perl, so it is convenient for people who would like to script in Perl. PR: 6535 Submitted by: Studded@dal.net
Diffstat (limited to 'irc/sirc/files')
-rw-r--r--irc/sirc/files/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/irc/sirc/files/patch-aa b/irc/sirc/files/patch-aa
new file mode 100644
index 000000000000..0f9eb2066b57
--- /dev/null
+++ b/irc/sirc/files/patch-aa
@@ -0,0 +1,16 @@
+--- sirc-proto Tue May 5 00:23:11 1998
++++ sirc-proto Tue May 5 00:32:45 1998
+@@ -3,6 +3,13 @@
+ PREFIX=
+ SIRCLIB=${PREFIX}/libexec/sirc ; export SIRCLIB
+
++# See README.socks in SIRCLIB for more details
++SOCKS_SERVER= ; export SOCKS_SERVER
++# 1080 is the default
++SOCKS_PORT=1080; export SOCKS_PORT
++# Uncomment only if you have no access to a name server
++#SOCKS_DNS=1; export SOCKS_DNS
++
+ if test -z "$SIRCSERVER" && test -z "$IRCSERVER"
+ then
+ SIRCSERVER="irc.dal.net"