mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
Make the default config conform to RFC1122 (no public away messages).
This commit is contained in:
parent
b1fb147b0f
commit
648bc08b6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105778
@ -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/
|
||||
|
11
irc/xchat/files/patch-src::common::cfgfiles.c
Normal file
11
irc/xchat/files/patch-src::common::cfgfiles.c
Normal file
@ -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;
|
@ -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/
|
||||
|
11
irc/xchat1/files/patch-src::common::cfgfiles.c
Normal file
11
irc/xchat1/files/patch-src::common::cfgfiles.c
Normal file
@ -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;
|
Loading…
Reference in New Issue
Block a user