Changeset b4eea28 in freewrt


Ignore:
Timestamp:
Jul 17, 2007, 1:33:16 PM (18 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
4f51179
Parents:
95be6e5
Message:

part Ⅰ of mysql update req'd by wbx@

git-svn-id: svn://www.freewrt.org/trunk/freewrt@3248 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/mysql
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • package/mysql/Makefile

    r95be6e5 rb4eea28  
    88
    99PKG_NAME:=              mysql
    10 PKG_VERSION:=           5.0.41
    11 PKG_RELEASE:=           2
    12 PKG_MD5SUM:=            b45cd6c89e35dfc1cdbe1a1f782aefbf
     10PKG_VERSION:=           5.0.45
     11PKG_RELEASE:=           1
     12PKG_MD5SUM:=            a2a1c5a82bb22b45ab76a8ecab94e10d
    1313MASTER_SITES=           ${MASTER_SITE_MYSQL:=Downloads/MySQL-5.0/}
    1414
  • package/mysql/patches/patch-configure_in

    r95be6e5 rb4eea28  
    11$FreeWRT$
    2 --- mysql-5.0.41.orig/configure.in      Wed May  2 14:39:35 2007
    3 +++ mysql-5.0.41/configure.in   Tue Jun 26 13:14:22 2007
    4 @@ -96,8 +96,8 @@ AC_DEFINE_UNQUOTED([NDB_VERSION_STATUS],
    5  
    6  
    7  # Canonicalize the configuration name.
    8 -SYSTEM_TYPE="$host_vendor-$host_os"
    9 -MACHINE_TYPE="$host_cpu"
    10 +SYSTEM_TYPE="$target_vendor-$target_os"
    11 +MACHINE_TYPE="$target_cpu"
    12  AC_SUBST(SYSTEM_TYPE)
    13  AC_DEFINE_UNQUOTED([SYSTEM_TYPE], ["$SYSTEM_TYPE"],
    14                     [Name of system, eg solaris])
    15 @@ -257,41 +257,8 @@ AC_CHECK_PROG(DVIS,      tex,    manual.
     2--- mysql-5.0.45.orig/configure.in      2007-07-04 15:06:08.000000000 +0200
     3+++ mysql-5.0.45/configure.in   2007-07-17 13:29:17.000000000 +0200
     4@@ -269,41 +269,8 @@ AC_CHECK_PROG(DVIS,      tex,    manual.
    165 
    176 AC_MSG_CHECKING("return type of sprintf")
     
    5746 AC_PATH_PROG(uname_prog, uname, no)
    5847 
    59 @@ -857,85 +824,11 @@ struct request_info *req;
     48@@ -886,85 +853,11 @@ struct request_info *req;
    6049 ])
    6150 AC_SUBST(WRAPLIBS)
     
    143132 AC_MSG_CHECKING([if we should use pstack])
    144133 AC_MSG_RESULT([$USE_PSTACK])
    145 @@ -952,37 +845,7 @@ fi
     134@@ -981,37 +874,7 @@ fi
    146135 NON_THREADED_LIBS="$LIBS"
    147136 
  • package/mysql/patches/patch-include_my_global_h

    r95be6e5 rb4eea28  
    11$FreeWRT$
    2 --- mysql-5.0.41.orig/include/my_global.h       Wed May  2 14:40:30 2007
    3 +++ mysql-5.0.41/include/my_global.h    Tue Jun 26 13:14:22 2007
    4 @@ -343,7 +343,14 @@ C_MODE_END
     2--- mysql-5.0.45.orig/include/my_global.h       2007-07-04 15:06:41.000000000 +0200
     3+++ mysql-5.0.45/include/my_global.h    2007-07-17 13:29:18.000000000 +0200
     4@@ -351,7 +351,14 @@ C_MODE_END
    55 #undef HAVE_ALLOCA
    66 #undef HAVE_ALLOCA_H
     
    1818 #endif
    1919 #ifdef HAVE_ATOMIC_ADD
    20 @@ -359,8 +366,13 @@ C_MODE_END
     20@@ -367,9 +374,14 @@ C_MODE_END
    2121 #endif
    2222 #include <errno.h>                             /* Recommended by debian */
     
    2828 #if defined(HAVE_CRYPT_H)
    2929 #include <crypt.h>
     30 #endif
    3031+#endif
    31  #endif
    3232 
    3333 /*
     34   A lot of our programs uses asserts, so better to always include it
Note: See TracChangeset for help on using the changeset viewer.