summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-05-02 14:25:35 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-05-02 14:25:35 +0200
commitc71cbdd78c1bad0b1d4d15662e58467a22b0c308 (patch)
tree4a1d322b4dce2a29a31510da0cdcef3e4c6bbef4
parent2be50f16f8d308d2fafa19977bb9b61f50585cd8 (diff)
update perl version
-rw-r--r--xchat-wdk.patch18
1 files changed, 17 insertions, 1 deletions
diff --git a/xchat-wdk.patch b/xchat-wdk.patch
index 4abf32f2..8ff873ce 100644
--- a/xchat-wdk.patch
+++ b/xchat-wdk.patch
@@ -1,6 +1,6 @@
 diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugins/perl/perl.c
 --- xchat-wdk.orig/plugins/perl/perl.c	2010-03-23 01:06:59 +0100
-+++ xchat-wdk/plugins/perl/perl.c	2010-05-02 13:04:17 +0200
++++ xchat-wdk/plugins/perl/perl.c	2010-05-02 14:23:59 +0200
 @@ -16,13 +16,14 @@
   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
   */
@@ -17,6 +17,22 @@ diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/perl/perl.c xchat-wdk/plugi
  #ifdef ENABLE_NLS
  #include <locale.h>
  #endif
+@@ -1340,12 +1341,12 @@
+ 					FreeLibrary (lib);
+ 					lib = NULL;
+ 					thread_mbox ("Cannot open " PERL_DLL "\n\n"
+-									 "You must have ActivePerl 5.8 installed in order to\n"
++									 "You must have ActivePerl 5.10 installed in order to\n"
+ 									 "run perl scripts.\n\n"
+-									 "I have found Perl 5.6, but that is too old.");
++									 "I have found a Perl version, but that is too old.");
+ 				} else {
+ 					thread_mbox ("Cannot open " PERL_DLL "\n\n"
+-									 "You must have ActivePerl 5.8 installed in order to\n"
++									 "You must have ActivePerl 5.10 installed in order to\n"
+ 									 "run perl scripts.\n\n"
+ 									 "http://www.activestate.com/ActivePerl/\n\n"
+ 									 "Make sure perl's bin directory is in your PATH.");
 diff -ruN --strip-trailing-cr xchat-wdk.orig/plugins/python/python.c xchat-wdk/plugins/python/python.c
 --- xchat-wdk.orig/plugins/python/python.c	2010-03-17 09:07:51 +0100
 +++ xchat-wdk/plugins/python/python.c	2010-05-02 13:04:17 +0200