From 69e9dc31f0dd1cdbf2d2dce2b07be196c39aa2a0 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Thu, 7 Apr 2005 14:43:20 +0000 Subject: Replace "%" in patch filenames with "_". Approved by: portmgr (krion) --- korean/ami/files/patch-src%ami.c | 19 ------------------- korean/ami/files/patch-src_ami.c | 19 +++++++++++++++++++ korean/bitchx/files/patch-source%modules.c | 11 ----------- korean/bitchx/files/patch-source_modules.c | 11 +++++++++++ 4 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 korean/ami/files/patch-src%ami.c create mode 100644 korean/ami/files/patch-src_ami.c delete mode 100644 korean/bitchx/files/patch-source%modules.c create mode 100644 korean/bitchx/files/patch-source_modules.c (limited to 'korean') diff --git a/korean/ami/files/patch-src%ami.c b/korean/ami/files/patch-src%ami.c deleted file mode 100644 index 60d6a703f37c..000000000000 --- a/korean/ami/files/patch-src%ami.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/ami.c.orig Mon Feb 17 20:49:11 2003 -+++ src/ami.c Mon Feb 17 20:50:09 2003 -@@ -403,13 +403,14 @@ - } - - codeset=nl_langinfo(CODESET); -- if ( ! strcasecmp(codeset,"EUC-KR") ) -+ if ( ! strcasecmp(codeset,"EUC") || -+ ! strcasecmp(codeset,"eucKR") ) - ami_codeset=AMI_EUC; - else if ( ! strcasecmp(codeset,"UTF-8") ) - ami_codeset=AMI_UTF8; - else { - g_print(_("The locale codeset is %s. It must be either " -- "EUC-KR or UTF-8.\n Check your locale.\n"), -+ "eucKR or UTF-8.\n Check your locale.\n"), - codeset); - exit(1); - } diff --git a/korean/ami/files/patch-src_ami.c b/korean/ami/files/patch-src_ami.c new file mode 100644 index 000000000000..60d6a703f37c --- /dev/null +++ b/korean/ami/files/patch-src_ami.c @@ -0,0 +1,19 @@ +--- src/ami.c.orig Mon Feb 17 20:49:11 2003 ++++ src/ami.c Mon Feb 17 20:50:09 2003 +@@ -403,13 +403,14 @@ + } + + codeset=nl_langinfo(CODESET); +- if ( ! strcasecmp(codeset,"EUC-KR") ) ++ if ( ! strcasecmp(codeset,"EUC") || ++ ! strcasecmp(codeset,"eucKR") ) + ami_codeset=AMI_EUC; + else if ( ! strcasecmp(codeset,"UTF-8") ) + ami_codeset=AMI_UTF8; + else { + g_print(_("The locale codeset is %s. It must be either " +- "EUC-KR or UTF-8.\n Check your locale.\n"), ++ "eucKR or UTF-8.\n Check your locale.\n"), + codeset); + exit(1); + } diff --git a/korean/bitchx/files/patch-source%modules.c b/korean/bitchx/files/patch-source%modules.c deleted file mode 100644 index a90d13de9732..000000000000 --- a/korean/bitchx/files/patch-source%modules.c +++ /dev/null @@ -1,11 +0,0 @@ ---- source/modules.c.orig Tue Feb 18 14:58:09 2003 -+++ source/modules.c Tue Feb 18 14:58:23 2003 -@@ -65,7 +65,7 @@ - - Function_ptr global_table[NUMBER_OF_GLOBAL_FUNCTIONS] = { NULL }; - extern int read_sockets(); --extern unsigned long bitchx_numver; -+extern const unsigned long bitchx_numver; - extern int identd; - - extern int (*dcc_open_func) (int, int, unsigned long, int); diff --git a/korean/bitchx/files/patch-source_modules.c b/korean/bitchx/files/patch-source_modules.c new file mode 100644 index 000000000000..a90d13de9732 --- /dev/null +++ b/korean/bitchx/files/patch-source_modules.c @@ -0,0 +1,11 @@ +--- source/modules.c.orig Tue Feb 18 14:58:09 2003 ++++ source/modules.c Tue Feb 18 14:58:23 2003 +@@ -65,7 +65,7 @@ + + Function_ptr global_table[NUMBER_OF_GLOBAL_FUNCTIONS] = { NULL }; + extern int read_sockets(); +-extern unsigned long bitchx_numver; ++extern const unsigned long bitchx_numver; + extern int identd; + + extern int (*dcc_open_func) (int, int, unsigned long, int); -- cgit v1.2.3