From fe7ab376bb5522f715b6443c79fa7bd0fa2d3b03 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sat, 21 Apr 2001 11:26:11 +0000 Subject: Upgrade to 3.23.37. --- databases/mysql323-server/Makefile | 2 +- databases/mysql323-server/distinfo | 2 +- databases/mysql323-server/files/patch-af | 10 ++--- databases/mysql323-server/files/patch-ag | 45 ++++++++++++---------- databases/mysql323-server/files/patch-an | 10 ++--- databases/mysql323-server/pkg-plist | 1 + databases/mysql40-server/Makefile | 2 +- databases/mysql40-server/distinfo | 2 +- databases/mysql40-server/files/patch-Makefile.in | 10 ++--- databases/mysql40-server/files/patch-af | 10 ++--- databases/mysql40-server/files/patch-configure | 45 ++++++++++++---------- databases/mysql40-server/pkg-plist | 1 + databases/mysql41-server/Makefile | 2 +- databases/mysql41-server/distinfo | 2 +- databases/mysql41-server/files/patch-Makefile.in | 10 ++--- databases/mysql41-server/files/patch-af | 10 ++--- databases/mysql41-server/files/patch-configure | 45 ++++++++++++---------- databases/mysql41-server/pkg-plist | 1 + databases/mysql50-server/Makefile | 2 +- databases/mysql50-server/distinfo | 2 +- databases/mysql50-server/files/patch-Makefile.in | 10 ++--- databases/mysql50-server/files/patch-af | 10 ++--- databases/mysql50-server/files/patch-configure | 45 ++++++++++++---------- databases/mysql50-server/pkg-plist | 1 + databases/mysql51-server/Makefile | 2 +- databases/mysql51-server/distinfo | 2 +- databases/mysql51-server/files/patch-Makefile.in | 10 ++--- databases/mysql51-server/files/patch-af | 10 ++--- databases/mysql51-server/files/patch-configure | 45 ++++++++++++---------- databases/mysql51-server/pkg-plist | 1 + databases/mysql54-server/Makefile | 2 +- databases/mysql54-server/distinfo | 2 +- databases/mysql54-server/files/patch-Makefile.in | 10 ++--- databases/mysql54-server/files/patch-af | 10 ++--- databases/mysql54-server/files/patch-configure | 45 ++++++++++++---------- databases/mysql54-server/pkg-plist | 1 + databases/mysql55-server/Makefile | 2 +- databases/mysql55-server/distinfo | 2 +- databases/mysql55-server/files/patch-Makefile.in | 10 ++--- databases/mysql55-server/files/patch-af | 10 ++--- databases/mysql55-server/files/patch-configure | 45 ++++++++++++---------- databases/mysql55-server/pkg-plist | 1 + databases/mysql60-server/Makefile | 2 +- databases/mysql60-server/distinfo | 2 +- databases/mysql60-server/files/patch-Makefile.in | 10 ++--- databases/mysql60-server/files/patch-af | 10 ++--- databases/mysql60-server/files/patch-configure | 45 ++++++++++++---------- databases/mysql60-server/pkg-plist | 1 + databases/percona55-server/Makefile | 2 +- databases/percona55-server/distinfo | 2 +- databases/percona55-server/files/patch-Makefile.in | 10 ++--- databases/percona55-server/files/patch-af | 10 ++--- databases/percona55-server/files/patch-configure | 45 ++++++++++++---------- databases/percona55-server/pkg-plist | 1 + 54 files changed, 333 insertions(+), 297 deletions(-) diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index 6745c34a1774..afaead438ac5 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= ${MASTERPORTNAME} -PORTVERSION= 3.23.36 +PORTVERSION= 3.23.37 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.kernelnotes.de/MySQL/Downloads/MySQL-3.23/ \ diff --git a/databases/mysql323-server/distinfo b/databases/mysql323-server/distinfo index dd7ee39a6dce..dfc451bb8772 100644 --- a/databases/mysql323-server/distinfo +++ b/databases/mysql323-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.23.36.tar.gz) = f1a5e8fb00e56f808880886dbfe5906f +MD5 (mysql-3.23.37.tar.gz) = c7ab650f3e48e4c5012357cd54d73c0d diff --git a/databases/mysql323-server/files/patch-af b/databases/mysql323-server/files/patch-af index 7cde1a7119d4..9c4a0b951402 100644 --- a/databases/mysql323-server/files/patch-af +++ b/databases/mysql323-server/files/patch-af @@ -1,6 +1,6 @@ ---- scripts/safe_mysqld.sh.orig Mon Mar 12 00:18:24 2001 -+++ scripts/safe_mysqld.sh Mon Mar 12 07:36:07 2001 -@@ -64,30 +64,9 @@ +--- scripts/safe_mysqld.sh.orig Thu Apr 19 10:11:02 2001 ++++ scripts/safe_mysqld.sh Thu Apr 19 15:15:54 2001 +@@ -73,30 +73,9 @@ done } @@ -12,7 +12,7 @@ - MY_BASEDIR_VERSION=$MY_PWD # Where bin, share and data are - ledir=$MY_BASEDIR_VERSION/bin # Where mysqld is - DATADIR=$MY_BASEDIR_VERSION/data -- if test -z "defaults" +- if test -z "$defaults" - then - defaults="--defaults-extra-file=$MY_BASEDIR_VERSION/data/my.cnf" - fi @@ -34,7 +34,7 @@ MYSQL_UNIX_PORT=${MYSQL_UNIX_PORT:-@MYSQL_UNIX_ADDR@} MYSQL_TCP_PORT=${MYSQL_TCP_PORT:-@MYSQL_TCP_PORT@} -@@ -224,34 +203,6 @@ +@@ -240,34 +219,6 @@ if test ! -f $pid_file # This is removed if normal shutdown then break diff --git a/databases/mysql323-server/files/patch-ag b/databases/mysql323-server/files/patch-ag index 80d804d05274..e108e12815aa 100644 --- a/databases/mysql323-server/files/patch-ag +++ b/databases/mysql323-server/files/patch-ag @@ -1,6 +1,6 @@ ---- configure.orig Sat Dec 16 22:49:12 2000 -+++ configure Mon Dec 18 12:21:11 2000 -@@ -2950,7 +2950,7 @@ +--- configure.orig Thu Apr 19 15:18:13 2001 ++++ configure Thu Apr 19 15:22:18 2001 +@@ -2983,7 +2983,7 @@ ;; esac fi @@ -9,9 +9,9 @@ if test -n "$HOSTNAME"; then echo "$ac_t""$HOSTNAME" 1>&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <&6 else -@@ -3078,35 +3078,7 @@ +@@ -3117,38 +3117,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 - echo "configure:3080: checking "how to check if pid exists"" >&5 + echo "configure:3119: checking "how to check if pid exists"" >&5 PS=$ac_cv_path_PS -# Linux style -if $PS p $$ 2> /dev/null | grep $0 > /dev/null @@ -38,6 +38,9 @@ - *darwin*) - FIND_PROC="$PS -uaxww | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; +- *cygwin*) +- FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" +- ;; - *) - { echo "configure: error: Could not find the right ps switches. Which OS is this ?. See the Installation chapter in the Reference Manual." 1>&2; exit 1; } - esac @@ -46,7 +49,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 -@@ -5793,7 +5765,6 @@ +@@ -5911,7 +5880,6 @@ #define $ac_tr_lib 1 EOF @@ -54,7 +57,7 @@ else echo "$ac_t""no" 1>&6 -@@ -6017,28 +5988,6 @@ +@@ -6143,28 +6111,6 @@ fi @@ -83,7 +86,7 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -6719,10 +6668,6 @@ +@@ -6845,10 +6791,6 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' cross_compiling=$ac_cv_prog_cxx_cross @@ -93,37 +96,37 @@ -fi mysql_cv_btype_last_arg_accept=none cat > conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext < conftest.$ac_ext <