1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Update to 2.0.6.

This commit is contained in:
Joe Marcus Clarke 2003-12-04 06:55:41 +00:00
parent e8c087b5d0
commit aa1d2a016e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94886
12 changed files with 6 additions and 98 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= xchat2
PORTVERSION= 2.0.5
PORTREVISION= 1
PORTVERSION= 2.0.6
CATEGORIES= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/2.0/ \
http://xchat.linuxpower.org/files/source/2.0/

View File

@ -1 +1 @@
MD5 (xchat-2.0.5.tar.bz2) = 8a594ed57287a9fb212425ecba8d5401
MD5 (xchat-2.0.6.tar.bz2) = 5cc5e603083242fb598bc940b1a4fccc

View File

@ -1,13 +0,0 @@
--- src/common/server.c.orig Sun Aug 10 17:40:15 2003
+++ src/common/server.c Sat Oct 25 22:29:12 2003
@@ -289,8 +289,8 @@
{
char *conv_line; /* holds a copy of the original string */
int conv_len; /* tells g_convert how much of line to convert */
- int utf_len;
- int read_len;
+ gsize utf_len;
+ gsize read_len;
GError *err;
gboolean retry;

View File

@ -1,11 +0,0 @@
--- src/common/text.c.orig Sun Sep 21 12:36:15 2003
+++ src/common/text.c Sat Oct 25 22:29:56 2003
@@ -446,7 +446,7 @@
get_stamp_str (char *fmt, time_t tim, char **ret)
{
char dest[128];
- int len;
+ gsize len;
len = strftime (dest, sizeof (dest), fmt, localtime (&tim));
if (len)

View File

@ -1,22 +0,0 @@
--- src/fe-gtk/xtext.c.orig Thu Sep 18 07:26:52 2003
+++ src/fe-gtk/xtext.c Sat Oct 25 22:31:45 2003
@@ -2126,6 +2126,7 @@
char *stripped;
guchar *new_text;
int len;
+ gsize glen;
stripped = gtk_xtext_selection_get_text (xtext, &len);
if (!stripped)
@@ -2158,9 +2159,9 @@
}
break;
default:
- new_text = g_locale_from_utf8 (stripped, len, NULL, &len, NULL);
+ new_text = g_locale_from_utf8 (stripped, len, NULL, &glen, NULL);
gtk_selection_data_set (selection_data_ptr, GDK_SELECTION_TYPE_STRING,
- 8, new_text, len);
+ 8, new_text, glen);
g_free (new_text);
}

View File

@ -21,6 +21,7 @@ share/locale/no/LC_MESSAGES/xchat.mo
share/locale/pt/LC_MESSAGES/xchat.mo
share/locale/sk/LC_MESSAGES/xchat.mo
share/locale/sl/LC_MESSAGES/xchat.mo
share/locale/sr/LC_MESSAGES/xchat.mo
share/locale/sv/LC_MESSAGES/xchat.mo
share/locale/zh_CN/LC_MESSAGES/xchat.mo
@dirrm lib/xchat/plugins

View File

@ -6,8 +6,7 @@
#
PORTNAME= xchat2
PORTVERSION= 2.0.5
PORTREVISION= 1
PORTVERSION= 2.0.6
CATEGORIES= irc gnome ipv6
MASTER_SITES= http://xchat.org/files/source/2.0/ \
http://xchat.linuxpower.org/files/source/2.0/

View File

@ -1 +1 @@
MD5 (xchat-2.0.5.tar.bz2) = 8a594ed57287a9fb212425ecba8d5401
MD5 (xchat-2.0.6.tar.bz2) = 5cc5e603083242fb598bc940b1a4fccc

View File

@ -1,13 +0,0 @@
--- src/common/server.c.orig Sun Aug 10 17:40:15 2003
+++ src/common/server.c Sat Oct 25 22:29:12 2003
@@ -289,8 +289,8 @@
{
char *conv_line; /* holds a copy of the original string */
int conv_len; /* tells g_convert how much of line to convert */
- int utf_len;
- int read_len;
+ gsize utf_len;
+ gsize read_len;
GError *err;
gboolean retry;

View File

@ -1,11 +0,0 @@
--- src/common/text.c.orig Sun Sep 21 12:36:15 2003
+++ src/common/text.c Sat Oct 25 22:29:56 2003
@@ -446,7 +446,7 @@
get_stamp_str (char *fmt, time_t tim, char **ret)
{
char dest[128];
- int len;
+ gsize len;
len = strftime (dest, sizeof (dest), fmt, localtime (&tim));
if (len)

View File

@ -1,22 +0,0 @@
--- src/fe-gtk/xtext.c.orig Thu Sep 18 07:26:52 2003
+++ src/fe-gtk/xtext.c Sat Oct 25 22:31:45 2003
@@ -2126,6 +2126,7 @@
char *stripped;
guchar *new_text;
int len;
+ gsize glen;
stripped = gtk_xtext_selection_get_text (xtext, &len);
if (!stripped)
@@ -2158,9 +2159,9 @@
}
break;
default:
- new_text = g_locale_from_utf8 (stripped, len, NULL, &len, NULL);
+ new_text = g_locale_from_utf8 (stripped, len, NULL, &glen, NULL);
gtk_selection_data_set (selection_data_ptr, GDK_SELECTION_TYPE_STRING,
- 8, new_text, len);
+ 8, new_text, glen);
g_free (new_text);
}

View File

@ -21,6 +21,7 @@ share/locale/no/LC_MESSAGES/xchat.mo
share/locale/pt/LC_MESSAGES/xchat.mo
share/locale/sk/LC_MESSAGES/xchat.mo
share/locale/sl/LC_MESSAGES/xchat.mo
share/locale/sr/LC_MESSAGES/xchat.mo
share/locale/sv/LC_MESSAGES/xchat.mo
share/locale/zh_CN/LC_MESSAGES/xchat.mo
@dirrm lib/xchat/plugins