aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-03-06 16:43:34 +0800
committerdougb <dougb@FreeBSD.org>2009-03-06 16:43:34 +0800
commitdc06c1c888775f8636374ccb4c4f0d8604210b99 (patch)
treec6b041df8bff40537c0434ea1f830c3b60a72309 /irc
parent7186a48f0c5ab1a942c2c8cff3f4b81c63b55c37 (diff)
downloadfreebsd-ports-gnome-dc06c1c888775f8636374ccb4c4f0d8604210b99.tar.gz
freebsd-ports-gnome-dc06c1c888775f8636374ccb4c4f0d8604210b99.tar.zst
freebsd-ports-gnome-dc06c1c888775f8636374ccb4c4f0d8604210b99.zip
Remove a patch that is no longer necessary for the modernized port.
We are doing SOCKS support a different way now.
Diffstat (limited to 'irc')
-rw-r--r--irc/sirc/files/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/irc/sirc/files/patch-aa b/irc/sirc/files/patch-aa
deleted file mode 100644
index 0f9eb2066b57..000000000000
--- a/irc/sirc/files/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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"