FreeBSD Bugzilla – Attachment 25781 Details for
Bug 44051
Update X-Chat to 1.8.10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
xchat.diff
xchat.diff (text/x-patch), 3.41 KB, created by
Joe Marcus Clarke
on 2002-10-15 17:22:05 UTC
(
hide
)
Description:
xchat.diff
Filename:
MIME Type:
Creator:
Joe Marcus Clarke
Created:
2002-10-15 17:22:05 UTC
Size:
3.41 KB
patch
obsolete
>diff -ruN xchat.orig/Makefile xchat/Makefile >--- xchat.orig/Makefile Tue Oct 15 12:21:10 2002 >+++ xchat/Makefile Tue Oct 15 12:19:39 2002 >@@ -6,7 +6,7 @@ > # > > PORTNAME= xchat >-PORTVERSION= 1.8.9 >+PORTVERSION= 1.8.10 > CATEGORIES+= irc gnome ipv6 > MASTER_SITES= http://xchat.org/files/source/1.8/ \ > http://xchat.linuxpower.org/files/source/1.8/ >diff -ruN xchat.orig/distinfo xchat/distinfo >--- xchat.orig/distinfo Tue Oct 15 12:21:10 2002 >+++ xchat/distinfo Tue Oct 15 12:13:21 2002 >@@ -1 +1 @@ >-MD5 (xchat-1.8.9.tar.bz2) = a7d3723053fbee23399647f88afd15fa >+MD5 (xchat-1.8.10.tar.bz2) = 9295830df5d040d7723620322a65f89c >diff -ruN xchat.orig/files/patch-configure xchat/files/patch-configure >--- xchat.orig/files/patch-configure Wed Dec 31 19:00:00 1969 >+++ xchat/files/patch-configure Tue Oct 15 12:19:00 2002 >@@ -0,0 +1,51 @@ >+--- configure.orig Tue Oct 15 12:18:08 2002 >++++ configure Tue Oct 15 12:18:50 2002 >+@@ -3221,10 +3221,10 @@ >+ #include "confdefs.h" >+ #include <libintl.h> >+ extern int _nl_msg_cat_cntr; >+-extern int *_nl_domain_bindings; >++extern int *libintl_nl_domain_bindings; >+ int main() { >+ bindtextdomain ("", ""); >+-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings >++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings >+ ; return 0; } >+ EOF >+ if { (eval echo configure:3231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then >+@@ -3610,7 +3610,7 @@ >+ #include "confdefs.h" >+ #include <libintl.h> >+ extern int _nl_msg_cat_cntr; >+-extern int *_nl_domain_bindings; >++extern int *libintl_nl_domain_bindings; >+ extern >+ #ifdef __cplusplus >+ "C" >+@@ -3618,7 +3618,7 @@ >+ const char *_nl_expand_alias (); >+ int main() { >+ bindtextdomain ("", ""); >+-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) >++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) >+ ; return 0; } >+ EOF >+ if { (eval echo configure:3625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then >+@@ -3638,7 +3638,7 @@ >+ #include "confdefs.h" >+ #include <libintl.h> >+ extern int _nl_msg_cat_cntr; >+-extern int *_nl_domain_bindings; >++extern int *libintl_nl_domain_bindings; >+ extern >+ #ifdef __cplusplus >+ "C" >+@@ -3646,7 +3646,7 @@ >+ const char *_nl_expand_alias (); >+ int main() { >+ bindtextdomain ("", ""); >+-return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) >++return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) >+ ; return 0; } >+ EOF >+ if { (eval echo configure:3653: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then >diff -ruN xchat.orig/pkg-plist xchat/pkg-plist >--- xchat.orig/pkg-plist Tue Oct 15 12:21:10 2002 >+++ xchat/pkg-plist Tue Oct 15 12:20:50 2002 >@@ -34,6 +34,7 @@ > share/locale/lv/LC_MESSAGES/xchat.mo > share/locale/nl/LC_MESSAGES/xchat.mo > share/locale/no/LC_MESSAGES/xchat.mo >+share/locale/pl/LC_MESSAGES/xchat.mo > share/locale/pt/LC_MESSAGES/xchat.mo > share/locale/pt_BR/LC_MESSAGES/xchat.mo > share/locale/ro/LC_MESSAGES/xchat.mo >@@ -44,5 +45,6 @@ > share/locale/sv/LC_MESSAGES/xchat.mo > share/locale/tr/LC_MESSAGES/xchat.mo > share/locale/uk/LC_MESSAGES/xchat.mo >+share/locale/vi/LC_MESSAGES/xchat.mo > share/locale/zh_CN/LC_MESSAGES/xchat.mo > share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 44051
:
25780
| 25781