mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 1.8.10.
PR: 44051 Approved by: maintainer
This commit is contained in:
parent
a8c63c3e1d
commit
00a00f61a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68518
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xchat-1.8.9.tar.bz2) = a7d3723053fbee23399647f88afd15fa
|
||||
MD5 (xchat-1.8.10.tar.bz2) = 9295830df5d040d7723620322a65f89c
|
||||
|
51
irc/xchat/files/patch-configure
Normal file
51
irc/xchat/files/patch-configure
Normal file
@ -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
|
@ -34,6 +34,7 @@ share/locale/lt/LC_MESSAGES/xchat.mo
|
||||
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/sr/LC_MESSAGES/xchat.mo
|
||||
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
|
||||
|
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xchat-1.8.9.tar.bz2) = a7d3723053fbee23399647f88afd15fa
|
||||
MD5 (xchat-1.8.10.tar.bz2) = 9295830df5d040d7723620322a65f89c
|
||||
|
51
irc/xchat1/files/patch-configure
Normal file
51
irc/xchat1/files/patch-configure
Normal file
@ -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
|
@ -34,6 +34,7 @@ share/locale/lt/LC_MESSAGES/xchat.mo
|
||||
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/sr/LC_MESSAGES/xchat.mo
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user