Upgrade to 3.22.27.

This commit is contained in:
Dirk Froemberg 1999-10-18 08:31:46 +00:00
parent 45df296a56
commit 738ee56574
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22503
40 changed files with 560 additions and 220 deletions

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys

View File

@ -6,7 +6,7 @@
# $FreeBSD$
#
DISTNAME= mysql-3.22.26a
DISTNAME= mysql-3.22.27
PKGNAME?= ${DISTNAME:S/-/-server-/}
CATEGORIES= databases
MASTER_SITES= http://www.fh-wolfenbuettel.de/ftp/pub/database/mysql/Downloads/MySQL-3.22/ \

View File

@ -1 +1 @@
MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c
MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035

View File

@ -1,8 +1,28 @@
--- configure.orig Mon Apr 5 01:46:35 1999
+++ configure Tue Apr 6 23:08:43 1999
@@ -2199,30 +2199,7 @@
--- configure.orig Wed Oct 6 00:10:05 1999
+++ configure Mon Oct 11 16:35:53 1999
@@ -2070,8 +2070,8 @@
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \
+${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig --no-reexec \
+$libtool_flags --no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $host \
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
# Reload cache, that may have been modified by ltconfig
@@ -2085,7 +2085,7 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="/usr/local/share/libtool/ltconfig --disable-ltlibs /usr/local/share/libtool/ltmain.sh"
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -2865,30 +2865,7 @@
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
echo "configure:2201: checking "how to check if pid exists"" >&5
echo "configure:2867: 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
@ -32,7 +52,7 @@
echo "$ac_t"""$FIND_PROC"" 1>&6
# Check if a pid is valid
@@ -3684,8 +3661,6 @@
@@ -4569,8 +4546,6 @@
#define $ac_tr_lib 1
EOF
@ -41,22 +61,36 @@
else
echo "$ac_t""no" 1>&6
fi
@@ -3935,14 +3910,6 @@
else
CFLAGS="$CFLAGS -DDBUG_OFF"
CXXFLAGS="$CXXFLAGS -DDBUG_OFF"
- if test "$ac_cv_prog_gcc" = "yes"
- then
- CFLAGS="-O6 $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS" # Should be -O3 with gcc or g++
- else
- CFLAGS="-O $CFLAGS"
- CXXFLAGS="-O $CXXFLAGS"
- fi
@@ -4804,28 +4779,6 @@
fi
# Force static compilation to avoid linking probles/get more speed
@@ -7004,7 +6971,7 @@
-# Build optimized or debug version ?
-# First check for gcc and g++
-if test "$ac_cv_prog_gcc" = "yes"
-then
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC="-O"
- OPTIMIZE_CFLAGS="-O6"
-else
- DEBUG_CFLAGS="-g"
- DEBUG_OPTIMIZE_CC=""
- OPTIMIZE_CFLAGS="-O"
-fi
-if test "$ac_cv_prog_cxx_g" = "yes"
-then
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX="-O"
- OPTIMIZE_CXXFLAGS="-O3"
-else
- DEBUG_CXXFLAGS="-g"
- DEBUG_OPTIMIZE_CXX=""
- OPTIMIZE_CXXFLAGS="-O"
-fi
# Check whether --with-debug or --without-debug was given.
if test "${with_debug+set}" = set; then
withval="$with_debug"
@@ -8064,7 +8017,7 @@
echo ""
echo "Configuring MIT Pthreads"
# We will never install so installation paths are not needed.

View File

@ -94,7 +94,7 @@ share/mysql/korean/errmsg.sys
share/mysql/korean/errmsg.txt
share/mysql/make_binary_distribution
share/mysql/my-example.cnf
share/mysql/mysql-3.22.26a.spec
share/mysql/mysql-3.22.27.spec
share/mysql/mysql-log-rotate
share/mysql/mysql.server
share/mysql/norwegian-ny/errmsg.sys