diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 2004-03-31 14:27:43 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 2004-03-31 14:27:43 +0000 |
commit | 648bc08b6a36e36acdb650f0fa0ca7bc01790df6 (patch) | |
tree | 92552a4e2ab6bbfee1c678db50e06f86a2f7e822 | |
parent | b1fb147b0fc97ebdf173d4924db0a43036faa463 (diff) | |
download | freebsd-ports-648bc08b6a36e36acdb650f0fa0ca7bc01790df6.zip |
Make the default config conform to RFC1122 (no public away messages).
-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 3215a85352fb..63d467c99872 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 000000000000..d33af116ddda --- /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 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; |