Author: pebender
Date: Sat Jun  6 09:40:31 2009
New Revision: 4897

Added:
    trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.35-cross.patch
    trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.35-perl.patch.gar
Removed:
    trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.34-cross.patch
    trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.34-perl.patch.gar
Modified:
    trunk/gar-minimyth/script/db/mysql/Makefile
    trunk/gar-minimyth/script/db/mysql/checksums

Log:
- Updated package 'db/mysql'.



Modified: trunk/gar-minimyth/script/db/mysql/Makefile
==============================================================================
--- trunk/gar-minimyth/script/db/mysql/Makefile (original)
+++ trunk/gar-minimyth/script/db/mysql/Makefile Sat Jun  6 09:40:31 2009
@@ -1,5 +1,5 @@
  GARNAME = mysql
-GARVERSION = 5.1.34
+GARVERSION = 5.1.35
  CATEGORIES = db
  MASTER_SITES  = http://downloads.mysql.com/archives/$(GARNAME)-5.1/
  MASTER_SITES +=  
http://mirror.trouble-free.net/mysql_mirror/Downloads/MySQL-5.1/

Modified: trunk/gar-minimyth/script/db/mysql/checksums
==============================================================================
--- trunk/gar-minimyth/script/db/mysql/checksums        (original)
+++ trunk/gar-minimyth/script/db/mysql/checksums        Sat Jun  6 09:40:31 2009
@@ -1,5 +1,5 @@
-42493187729677cf8f77faeeebd5b3c2  download/mysql-5.1.34.tar.gz
-7e111154233260cdef82cada1ccf2da2  download/mysql-5.1.34-perl.patch.gar
-4152e0e27640726ef716b0ea08e22ec7  download/mysql-5.1.34-cross.patch
+327bffc7a2a5fd4471fbbaab125275cd  download/mysql-5.1.35.tar.gz
+64fa4fdc1d5e625cafd166ef5aebc1f6  download/mysql-5.1.35-perl.patch.gar
+4a0582c420ba5c9dbfc038041132c218  download/mysql-5.1.35-cross.patch
  adbb387032d4e464ed2e81db48f38bd3  download/config.cache.i386
  adbb387032d4e464ed2e81db48f38bd3  download/config.cache.x86_64

Added: trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.35-cross.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.35-cross.patch   Sat  
Jun  6 09:40:31 2009
@@ -0,0 +1,48 @@
+diff -Naur mysql-5.1.35-old/extra/Makefile.am  
mysql-5.1.35-new/extra/Makefile.am
+--- mysql-5.1.35-old/extra/Makefile.am 2009-06-05 17:26:40.000000000 -0700
++++ mysql-5.1.35-new/extra/Makefile.am 2009-06-05 17:28:44.000000000 -0700
+@@ -32,7 +32,7 @@
+ $(top_builddir)/include/mysqld_error.h: comp_err.c \
+                       $(top_srcdir)/sql/share/errmsg.txt
+       $(MAKE) $(AM_MAKEFLAGS) comp_err$(EXEEXT)
+-      $(top_builddir)/extra/comp_err$(EXEEXT) \
++      mysql-comp_err \
+       --charset=$(top_srcdir)/sql/share/charsets \
+       --out-dir=$(top_builddir)/sql/share/ \
+       --header_file=$(top_builddir)/include/mysqld_error.h \
+diff -Naur mysql-5.1.35-old/extra/Makefile.in  
mysql-5.1.35-new/extra/Makefile.in
+--- mysql-5.1.35-old/extra/Makefile.in 2009-06-05 17:26:40.000000000 -0700
++++ mysql-5.1.35-new/extra/Makefile.in 2009-06-05 17:28:44.000000000 -0700
+@@ -934,7 +934,7 @@
+ $(top_builddir)/include/mysqld_error.h: comp_err.c \
+                       $(top_srcdir)/sql/share/errmsg.txt
+       $(MAKE) $(AM_MAKEFLAGS) comp_err$(EXEEXT)
+-      $(top_builddir)/extra/comp_err$(EXEEXT) \
++      mysql-comp_err$(EXEEXT) \
+       --charset=$(top_srcdir)/sql/share/charsets \
+       --out-dir=$(top_builddir)/sql/share/ \
+       --header_file=$(top_builddir)/include/mysqld_error.h \
+diff -Naur mysql-5.1.35-old/sql/Makefile.am  
mysql-5.1.35-new/sql/Makefile.am
+--- mysql-5.1.35-old/sql/Makefile.am   2009-06-05 17:26:40.000000000 -0700
++++ mysql-5.1.35-new/sql/Makefile.am   2009-06-05 17:28:44.000000000 -0700
+@@ -174,7 +174,7 @@
+ # this avoid the rebuild of the built files in a source dist
+ lex_hash.h:   gen_lex_hash.cc lex.h
+               $(MAKE) $(AM_MAKEFLAGS) gen_lex_hash$(EXEEXT)
+-              ./gen_lex_hash$(EXEEXT) > $...@-t
++              mysql-gen_lex_hash > $...@-t
+               $(MV) $...@-t $@
+
+ # For testing of udf_example.so
+diff -Naur mysql-5.1.35-old/sql/Makefile.in  
mysql-5.1.35-new/sql/Makefile.in
+--- mysql-5.1.35-old/sql/Makefile.in   2009-06-05 17:26:40.000000000 -0700
++++ mysql-5.1.35-new/sql/Makefile.in   2009-06-05 17:28:44.000000000 -0700
+@@ -1300,7 +1300,7 @@
+ # this avoid the rebuild of the built files in a source dist
+ lex_hash.h:   gen_lex_hash.cc lex.h
+               $(MAKE) $(AM_MAKEFLAGS) gen_lex_hash$(EXEEXT)
+-              ./gen_lex_hash$(EXEEXT) > $...@-t
++              mysql-gen_lex_hash > $...@-t
+               $(MV) $...@-t $@
+
+ # We might have some stuff not built in this build, but that we want to  
install

Added: trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.35-perl.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.35-perl.patch.gar        
 
Sat Jun  6 09:40:31 2009
@@ -0,0 +1,45 @@
+diff -Naur mysql-5.1.35-old/mysql-test/mysql-stress-test.pl  
mysql-5.1.35-new/mysql-test/mysql-stress-test.pl
+--- mysql-5.1.35-old/mysql-test/mysql-stress-test.pl   2009-05-14  
04:31:29.000000000 -0700
++++ mysql-5.1.35-new/mysql-test/mysql-stress-test.pl   2009-06-05  
17:27:05.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+ # ======================================================================
+ #                     MySQL server stress test system
+ # ======================================================================
+diff -Naur mysql-5.1.35-old/mysql-test/mysql-test-run.pl  
mysql-5.1.35-new/mysql-test/mysql-test-run.pl
+--- mysql-5.1.35-old/mysql-test/mysql-test-run.pl      2009-05-14  
04:31:29.000000000 -0700
++++ mysql-5.1.35-new/mysql-test/mysql-test-run.pl      2009-06-05  
17:27:05.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+ # -*- cperl -*-
+
+ #
+diff -Naur mysql-5.1.35-old/mysql-test/suite/funcs_1/lib/DataGen_local.pl  
mysql-5.1.35-new/mysql-test/suite/funcs_1/lib/DataGen_local.pl
+--- mysql-5.1.35-old/mysql-test/suite/funcs_1/lib/DataGen_local.pl      
2009-05-14 05:24:44.000000000 -0700
++++ mysql-5.1.35-new/mysql-test/suite/funcs_1/lib/DataGen_local.pl      
2009-06-05 17:27:05.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+
+
+ if ( (scalar(@ARGV) != 1 ) || ($ARGV[0] =~ /[^0-9]/i ) )
+diff -Naur mysql-5.1.35-old/mysql-test/suite/funcs_1/lib/DataGen_modify.pl  
mysql-5.1.35-new/mysql-test/suite/funcs_1/lib/DataGen_modify.pl
+--- mysql-5.1.35-old/mysql-test/suite/funcs_1/lib/DataGen_modify.pl     
2009-05-14 05:24:44.000000000 -0700
++++ mysql-5.1.35-new/mysql-test/suite/funcs_1/lib/DataGen_modify.pl     
2009-06-05 17:27:05.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+
+
+ if ( (scalar(@ARGV) != 2 ) || ($ARGV[0] =~ /[^0-9]/i ) )
+diff -Naur  
mysql-5.1.35-old/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl  
mysql-5.1.35-new/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl
+--- mysql-5.1.35-old/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl   
2009-05-14 05:25:13.000000000 -0700
++++ mysql-5.1.35-new/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl   
2009-06-05 17:27:05.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+
+  
#################################################################################
+ # Author:  Serge Kozlov                                                       
        #       

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to