summaryrefslogtreecommitdiff
path: root/irc/xchat1
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>2004-03-31 14:27:43 +0000
committerEivind Eklund <eivind@FreeBSD.org>2004-03-31 14:27:43 +0000
commit648bc08b6a36e36acdb650f0fa0ca7bc01790df6 (patch)
tree92552a4e2ab6bbfee1c678db50e06f86a2f7e822 /irc/xchat1
parent- Update to 0.18.2 (diff)
Make the default config conform to RFC1122 (no public away messages).
Notes
Notes: svn path=/head/; revision=105778
Diffstat (limited to 'irc/xchat1')
-rw-r--r--irc/xchat1/Makefile2
-rw-r--r--irc/xchat1/files/patch-src::common::cfgfiles.c11
2 files changed, 12 insertions, 1 deletions
diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile
index 3215a85352fb..63d467c99872 100644
--- a/irc/xchat1/Makefile
+++ b/irc/xchat1/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xchat
PORTVERSION= 1.8.11
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES+= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/1.8/ \
http://xchat.linuxpower.org/files/source/1.8/
diff --git a/irc/xchat1/files/patch-src::common::cfgfiles.c b/irc/xchat1/files/patch-src::common::cfgfiles.c
new file mode 100644
index 000000000000..d33af116ddda
--- /dev/null
+++ b/irc/xchat1/files/patch-src::common::cfgfiles.c
@@ -0,0 +1,11 @@
+--- src/common/cfgfiles.c.orig Mon Mar 29 15:46:01 2004
++++ src/common/cfgfiles.c Mon Mar 29 15:46:20 2004
+@@ -600,7 +600,7 @@
+
+ prefs.autoresume = 1;
+ prefs.show_away_once = 1;
+- prefs.show_away_message = 1;
++ prefs.show_away_message = 0;
+ prefs.indent_pixels = 80;
+ prefs.dialog_indent_pixels = 80;
+ prefs.indent_nicks = 1;