Revision: 5270
Author: pebender
Date: Mon Aug  3 11:55:10 2009
Log: - Updated package db/mysql.


http://code.google.com/p/minimyth/source/detail?r=5270

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

=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.37-cross.patch  Mon  
Aug  3 11:55:10 2009
@@ -0,0 +1,48 @@
+diff -Naur mysql-5.1.37-old/extra/Makefile.am  
mysql-5.1.37-new/extra/Makefile.am
+--- mysql-5.1.37-old/extra/Makefile.am 2009-08-03 11:42:37.000000000 -0700
++++ mysql-5.1.37-new/extra/Makefile.am 2009-08-03 11:43:21.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.37-old/extra/Makefile.in  
mysql-5.1.37-new/extra/Makefile.in
+--- mysql-5.1.37-old/extra/Makefile.in 2009-08-03 11:42:37.000000000 -0700
++++ mysql-5.1.37-new/extra/Makefile.in 2009-08-03 11:43:21.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.37-old/sql/Makefile.am  
mysql-5.1.37-new/sql/Makefile.am
+--- mysql-5.1.37-old/sql/Makefile.am   2009-08-03 11:42:37.000000000 -0700
++++ mysql-5.1.37-new/sql/Makefile.am   2009-08-03 11:43:21.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.37-old/sql/Makefile.in  
mysql-5.1.37-new/sql/Makefile.in
+--- mysql-5.1.37-old/sql/Makefile.in   2009-08-03 11:42:37.000000000 -0700
++++ mysql-5.1.37-new/sql/Makefile.in   2009-08-03 11:43:21.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
=======================================
--- /dev/null
+++ /trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.37-perl.patch.gar       
 
Mon Aug  3 11:55:10 2009
@@ -0,0 +1,45 @@
+diff -Naur mysql-5.1.37-old/mysql-test/mysql-stress-test.pl  
mysql-5.1.37-new/mysql-test/mysql-stress-test.pl
+--- mysql-5.1.37-old/mysql-test/mysql-stress-test.pl   2009-07-13  
16:09:03.000000000 -0700
++++ mysql-5.1.37-new/mysql-test/mysql-stress-test.pl   2009-08-03  
11:42:48.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+ # ======================================================================
+ #                     MySQL server stress test system
+ # ======================================================================
+diff -Naur mysql-5.1.37-old/mysql-test/mysql-test-run.pl  
mysql-5.1.37-new/mysql-test/mysql-test-run.pl
+--- mysql-5.1.37-old/mysql-test/mysql-test-run.pl      2009-07-13  
16:09:03.000000000 -0700
++++ mysql-5.1.37-new/mysql-test/mysql-test-run.pl      2009-08-03  
11:42:48.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+ # -*- cperl -*-
+
+ #
+diff -Naur mysql-5.1.37-old/mysql-test/suite/funcs_1/lib/DataGen_local.pl  
mysql-5.1.37-new/mysql-test/suite/funcs_1/lib/DataGen_local.pl
+--- mysql-5.1.37-old/mysql-test/suite/funcs_1/lib/DataGen_local.pl      
2009-07-13 16:45:22.000000000 -0700
++++ mysql-5.1.37-new/mysql-test/suite/funcs_1/lib/DataGen_local.pl      
2009-08-03 11:42:48.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.37-old/mysql-test/suite/funcs_1/lib/DataGen_modify.pl  
mysql-5.1.37-new/mysql-test/suite/funcs_1/lib/DataGen_modify.pl
+--- mysql-5.1.37-old/mysql-test/suite/funcs_1/lib/DataGen_modify.pl     
2009-07-13 16:45:22.000000000 -0700
++++ mysql-5.1.37-new/mysql-test/suite/funcs_1/lib/DataGen_modify.pl     
2009-08-03 11:42:48.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.37-old/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl  
mysql-5.1.37-new/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl
+--- mysql-5.1.37-old/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl   
2009-07-13 16:45:44.000000000 -0700
++++ mysql-5.1.37-new/mysql-test/suite/funcs_2/lib/gen_charset_utf8.pl   
2009-08-03 11:42:48.000000000 -0700
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
+...@gar_destdir@@GAR_bindir@/perl
+
+  
#################################################################################
+ # Author:  Serge Kozlov                                                       
        #
=======================================
--- /trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.36-cross.patch  Wed  
Jul  1 14:38:19 2009
+++ /dev/null
@@ -1,48 +0,0 @@
-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
=======================================
--- /trunk/gar-minimyth/script/db/mysql/files/mysql-5.1.36-perl.patch.gar       
 
Wed Jul  1 14:38:19 2009
+++ /dev/null
@@ -1,45 +0,0 @@
-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                                                       
        #
=======================================
--- /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Sun Aug  2  
22:05:00 2009
+++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt    Mon Aug  3  
11:55:10 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 68 (2009-08-02):
+Changes since 68 (2009-08-03):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082 and
@@ -79,6 +79,7 @@
      Added nvidia/nvidia-190.18.

  Updated packages
+    Updated db/mysql.
      Updated devel/fakeroot.
      Updated devel/gcc.
      Updated devel/gcc-static.
=======================================
--- /trunk/gar-minimyth/script/db/mysql/Makefile        Wed Jul  1 14:38:19 2009
+++ /trunk/gar-minimyth/script/db/mysql/Makefile        Mon Aug  3 11:55:10 2009
@@ -1,5 +1,5 @@
  GARNAME = mysql
-GARVERSION = 5.1.36
+GARVERSION = 5.1.37
  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/
=======================================
--- /trunk/gar-minimyth/script/db/mysql/checksums       Wed Jul  1 14:38:19 2009
+++ /trunk/gar-minimyth/script/db/mysql/checksums       Mon Aug  3 11:55:10 2009
@@ -1,5 +1,5 @@
-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
+cbdb8783b053019755ee9196f67ea04c  download/mysql-5.1.37.tar.gz
+97492b96f535e4cc2435862a26bf6db8  download/mysql-5.1.37-perl.patch.gar
+4e8102cff82c34a3a86c298dbb486599  download/mysql-5.1.37-cross.patch
  adbb387032d4e464ed2e81db48f38bd3  download/config.cache.i386
  adbb387032d4e464ed2e81db48f38bd3  download/config.cache.x86_64

--~--~---------~--~----~------------~-------~--~----~
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