diff options
author | eivind <eivind@FreeBSD.org> | 2004-03-31 14:27:43 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 2004-03-31 14:27:43 +0000 |
commit | 5d3238c9c29536e46396d079c34bc567c7af11d5 (patch) | |
tree | ff766a13dc878859230b895dcc74622b23c96db6 /irc | |
parent | 46021a946a742bfb78199270c1b4781aaa099d44 (diff) | |
download | FreeBSD-ports-5d3238c9c29536e46396d079c34bc567c7af11d5.zip FreeBSD-ports-5d3238c9c29536e46396d079c34bc567c7af11d5.tar.gz |
Make the default config conform to RFC1122 (no public away messages).
Diffstat (limited to 'irc')
-rw-r--r-- | irc/xchat/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat/files/patch-src::common::cfgfiles.c | 11 | ||||
-rw-r--r-- | irc/xchat1/Makefile | 2 | ||||
-rw-r--r-- | irc/xchat1/files/patch-src::common::cfgfiles.c | 11 |
4 files changed, 24 insertions, 2 deletions
diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile index 3215a85..63d467c 100644 --- a/irc/xchat/Makefile +++ b/irc/xchat/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/xchat/files/patch-src::common::cfgfiles.c b/irc/xchat/files/patch-src::common::cfgfiles.c new file mode 100644 index 0000000..d33af11 --- /dev/null +++ b/irc/xchat/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; diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile index 3215a85..63d467c 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 0000000..d33af11 --- /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; |