Author: pebender
Date: Wed Jul  1 14:38:19 2009
New Revision: 5090

Added:
    trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.36-cross.patch
    trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.36-perl.patch.gar
Removed:
    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
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/script/db/mysql/Makefile
    trunk/gar-minimyth/script/db/mysql/checksums

Log:
- Updated package db/mysql.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Wed Jul  1  
14:38:19 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 67 (2009-06-30):
+Changes since 67 (2009-07-01):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -137,6 +137,7 @@
      Moved utils/squashfs-4.0 to utils/squashfs.

  Updated packages
+    Updated db/mysql.
      Updated db/sqlite.
      Updated devel/automake.
      Updated devel/glibc.

Modified: trunk/gar-minimyth/script/db/mysql/Makefile
==============================================================================
--- trunk/gar-minimyth/script/db/mysql/Makefile (original)
+++ trunk/gar-minimyth/script/db/mysql/Makefile Wed Jul  1 14:38:19 2009
@@ -1,5 +1,5 @@
  GARNAME = mysql
-GARVERSION = 5.1.35
+GARVERSION = 5.1.36
  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        Wed Jul  1 14:38:19 2009
@@ -1,5 +1,5 @@
-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
+18e694c4ecbe851fe8e21e1668116c46  download/mysql-5.1.36.tar.gz
+5571a871010225b2103a5a9c4c7b18c3  download/mysql-5.1.36-perl.patch.gar
+1929c68a3f4b0bf32a1b5617a087132d  download/mysql-5.1.36-cross.patch
  adbb387032d4e464ed2e81db48f38bd3  download/config.cache.i386
  adbb387032d4e464ed2e81db48f38bd3  download/config.cache.x86_64

Added: trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.36-cross.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.36-cross.patch   Wed  
Jul  1 14:38:19 2009
@@ -0,0 +1,48 @@
+diff -Naur mysql-5.1.36-old/extra/Makefile.am  
mysql-5.1.36-new/extra/Makefile.am
+--- mysql-5.1.36-old/extra/Makefile.am 2009-07-01 14:15:23.000000000 -0700
++++ mysql-5.1.36-new/extra/Makefile.am 2009-07-01 14:17:41.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.36-old/extra/Makefile.in  
mysql-5.1.36-new/extra/Makefile.in
+--- mysql-5.1.36-old/extra/Makefile.in 2009-07-01 14:15:23.000000000 -0700
++++ mysql-5.1.36-new/extra/Makefile.in 2009-07-01 14:17:41.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.36-old/sql/Makefile.am  
mysql-5.1.36-new/sql/Makefile.am
+--- mysql-5.1.36-old/sql/Makefile.am   2009-07-01 14:15:23.000000000 -0700
++++ mysql-5.1.36-new/sql/Makefile.am   2009-07-01 14:17:41.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.36-old/sql/Makefile.in  
mysql-5.1.36-new/sql/Makefile.in
+--- mysql-5.1.36-old/sql/Makefile.in   2009-07-01 14:15:23.000000000 -0700
++++ mysql-5.1.36-new/sql/Makefile.in   2009-07-01 14:17:41.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.36-perl.patch.gar
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.36-perl.patch.gar        
 
Wed Jul  1 14:38:19 2009
@@ -0,0 +1,45 @@
+diff -Naur mysql-5.1.36-old/mysql-test/mysql-stress-test.pl  
mysql-5.1.36-new/mysql-test/mysql-stress-test.pl
+--- mysql-5.1.36-old/mysql-test/mysql-stress-test.pl   2009-06-16  
05:24:09.000000000 -0700
++++ mysql-5.1.36-new/mysql-test/mysql-stress-test.pl   2009-07-01  
14:15:40.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+ # ======================================================================
+ #                     MySQL server stress test system
+ # ======================================================================
+diff -Naur mysql-5.1.36-old/mysql-test/mysql-test-run.pl  
mysql-5.1.36-new/mysql-test/mysql-test-run.pl
+--- mysql-5.1.36-old/mysql-test/mysql-test-run.pl      2009-06-16  
05:24:09.000000000 -0700
++++ mysql-5.1.36-new/mysql-test/mysql-test-run.pl      2009-07-01  
14:15:40.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+ # -*- cperl -*-
+
+ #
+diff -Naur mysql-5.1.36-old/mysql-test/suite/funcs_1/lib/DataGen_local.pl  
mysql-5.1.36-new/mysql-test/suite/funcs_1/lib/DataGen_local.pl
+--- mysql-5.1.36-old/mysql-test/suite/funcs_1/lib/DataGen_local.pl      
2009-06-16 06:45:54.000000000 -0700
++++ mysql-5.1.36-new/mysql-test/suite/funcs_1/lib/DataGen_local.pl      
2009-07-01 14:15:40.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.36-old/mysql-test/suite/funcs_1/lib/DataGen_modify.pl  
mysql-5.1.36-new/mysql-test/suite/funcs_1/lib/DataGen_modify.pl
+--- mysql-5.1.36-old/mysql-test/suite/funcs_1/lib/DataGen_modify.pl     
2009-06-16 06:45:54.000000000 -0700
++++ mysql-5.1.36-new/mysql-test/suite/funcs_1/lib/DataGen_modify.pl     
2009-07-01 14:15:40.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.36-old/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl  
mysql-5.1.36-new/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl
+--- mysql-5.1.36-old/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl   
2009-06-16 06:46:55.000000000 -0700
++++ mysql-5.1.36-new/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl   
2009-07-01 14:15:40.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