1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/irc/sirc/files/patch-aa
Matthew Hunt 4c4cb98772 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
1998-05-07 05:20:22 +00:00

17 lines
476 B
Plaintext

--- 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"