View | Details | Raw Unified | Return to bug 44051 | Differences between
and this patch

Collapse All | Expand All

(-)xchat/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=		xchat
8
PORTNAME=		xchat
9
PORTVERSION=		1.8.9
9
PORTVERSION=		1.8.10
10
CATEGORIES+=		irc gnome ipv6
10
CATEGORIES+=		irc gnome ipv6
11
MASTER_SITES=		http://xchat.org/files/source/1.8/ \
11
MASTER_SITES=		http://xchat.org/files/source/1.8/ \
12
			http://xchat.linuxpower.org/files/source/1.8/
12
			http://xchat.linuxpower.org/files/source/1.8/
(-)xchat/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (xchat-1.8.9.tar.bz2) = a7d3723053fbee23399647f88afd15fa
1
MD5 (xchat-1.8.10.tar.bz2) = 9295830df5d040d7723620322a65f89c
(-)xchat/files/patch-configure (+51 lines)
Line 0 Link Here
1
--- configure.orig	Tue Oct 15 12:18:08 2002
2
+++ configure	Tue Oct 15 12:18:50 2002
3
@@ -3221,10 +3221,10 @@
4
 #include "confdefs.h"
5
 #include <libintl.h>
6
 extern int _nl_msg_cat_cntr;
7
-extern int *_nl_domain_bindings;
8
+extern int *libintl_nl_domain_bindings;
9
 int main() {
10
 bindtextdomain ("", "");
11
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
12
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings
13
 ; return 0; }
14
 EOF
15
 if { (eval echo configure:3231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
16
@@ -3610,7 +3610,7 @@
17
 #include "confdefs.h"
18
 #include <libintl.h>
19
 extern int _nl_msg_cat_cntr;
20
-extern int *_nl_domain_bindings;
21
+extern int *libintl_nl_domain_bindings;
22
 extern
23
 #ifdef __cplusplus
24
 "C"
25
@@ -3618,7 +3618,7 @@
26
 const char *_nl_expand_alias ();
27
 int main() {
28
 bindtextdomain ("", "");
29
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
30
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0)
31
 ; return 0; }
32
 EOF
33
 if { (eval echo configure:3625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
34
@@ -3638,7 +3638,7 @@
35
 #include "confdefs.h"
36
 #include <libintl.h>
37
 extern int _nl_msg_cat_cntr;
38
-extern int *_nl_domain_bindings;
39
+extern int *libintl_nl_domain_bindings;
40
 extern
41
 #ifdef __cplusplus
42
 "C"
43
@@ -3646,7 +3646,7 @@
44
 const char *_nl_expand_alias ();
45
 int main() {
46
 bindtextdomain ("", "");
47
-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)
48
+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0)
49
 ; return 0; }
50
 EOF
51
 if { (eval echo configure:3653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
(-)xchat/pkg-plist (+2 lines)
Lines 34-39 Link Here
34
share/locale/lv/LC_MESSAGES/xchat.mo
34
share/locale/lv/LC_MESSAGES/xchat.mo
35
share/locale/nl/LC_MESSAGES/xchat.mo
35
share/locale/nl/LC_MESSAGES/xchat.mo
36
share/locale/no/LC_MESSAGES/xchat.mo
36
share/locale/no/LC_MESSAGES/xchat.mo
37
share/locale/pl/LC_MESSAGES/xchat.mo
37
share/locale/pt/LC_MESSAGES/xchat.mo
38
share/locale/pt/LC_MESSAGES/xchat.mo
38
share/locale/pt_BR/LC_MESSAGES/xchat.mo
39
share/locale/pt_BR/LC_MESSAGES/xchat.mo
39
share/locale/ro/LC_MESSAGES/xchat.mo
40
share/locale/ro/LC_MESSAGES/xchat.mo
Lines 44-48 Link Here
44
share/locale/sv/LC_MESSAGES/xchat.mo
45
share/locale/sv/LC_MESSAGES/xchat.mo
45
share/locale/tr/LC_MESSAGES/xchat.mo
46
share/locale/tr/LC_MESSAGES/xchat.mo
46
share/locale/uk/LC_MESSAGES/xchat.mo
47
share/locale/uk/LC_MESSAGES/xchat.mo
48
share/locale/vi/LC_MESSAGES/xchat.mo
47
share/locale/zh_CN/LC_MESSAGES/xchat.mo
49
share/locale/zh_CN/LC_MESSAGES/xchat.mo
48
share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo
50
share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo

Return to bug 44051