diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-10-18 08:31:46 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-10-18 08:31:46 +0000 |
commit | 738ee56574397e93637c62968207a09c0875818d (patch) | |
tree | c18cb16ef09fdd8153171c61e1c86b7ee2500691 /databases | |
parent | 45df296a56a5dad80cb190b5edb7aad18980034a (diff) | |
download | ports-738ee56574397e93637c62968207a09c0875818d.tar.gz ports-738ee56574397e93637c62968207a09c0875818d.zip |
Notes
Diffstat (limited to 'databases')
40 files changed, 560 insertions, 220 deletions
diff --git a/databases/mysql322-server/Makefile b/databases/mysql322-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql322-server/Makefile +++ b/databases/mysql322-server/Makefile @@ -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/ \ diff --git a/databases/mysql322-server/distinfo b/databases/mysql322-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql322-server/distinfo +++ b/databases/mysql322-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql322-server/files/patch-ag b/databases/mysql322-server/files/patch-ag index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql322-server/files/patch-ag +++ b/databases/mysql322-server/files/patch-ag @@ -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. diff --git a/databases/mysql322-server/pkg-plist b/databases/mysql322-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql322-server/pkg-plist +++ b/databases/mysql322-server/pkg-plist @@ -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 diff --git a/databases/mysql323-server/Makefile b/databases/mysql323-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql323-server/Makefile +++ b/databases/mysql323-server/Makefile @@ -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/ \ diff --git a/databases/mysql323-server/distinfo b/databases/mysql323-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql323-server/distinfo +++ b/databases/mysql323-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql323-server/files/patch-ag b/databases/mysql323-server/files/patch-ag index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql323-server/files/patch-ag +++ b/databases/mysql323-server/files/patch-ag @@ -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. diff --git a/databases/mysql323-server/pkg-plist b/databases/mysql323-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql323-server/pkg-plist +++ b/databases/mysql323-server/pkg-plist @@ -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 diff --git a/databases/mysql40-server/Makefile b/databases/mysql40-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql40-server/Makefile +++ b/databases/mysql40-server/Makefile @@ -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/ \ diff --git a/databases/mysql40-server/distinfo b/databases/mysql40-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql40-server/distinfo +++ b/databases/mysql40-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql40-server/files/patch-configure b/databases/mysql40-server/files/patch-configure index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql40-server/files/patch-configure +++ b/databases/mysql40-server/files/patch-configure @@ -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. diff --git a/databases/mysql40-server/pkg-plist b/databases/mysql40-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql40-server/pkg-plist +++ b/databases/mysql40-server/pkg-plist @@ -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 diff --git a/databases/mysql41-server/Makefile b/databases/mysql41-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql41-server/Makefile +++ b/databases/mysql41-server/Makefile @@ -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/ \ diff --git a/databases/mysql41-server/distinfo b/databases/mysql41-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql41-server/distinfo +++ b/databases/mysql41-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql41-server/files/patch-configure b/databases/mysql41-server/files/patch-configure index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql41-server/files/patch-configure +++ b/databases/mysql41-server/files/patch-configure @@ -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. diff --git a/databases/mysql41-server/pkg-plist b/databases/mysql41-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql41-server/pkg-plist +++ b/databases/mysql41-server/pkg-plist @@ -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 diff --git a/databases/mysql50-server/Makefile b/databases/mysql50-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql50-server/Makefile +++ b/databases/mysql50-server/Makefile @@ -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/ \ diff --git a/databases/mysql50-server/distinfo b/databases/mysql50-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql50-server/distinfo +++ b/databases/mysql50-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql50-server/files/patch-configure b/databases/mysql50-server/files/patch-configure index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql50-server/files/patch-configure +++ b/databases/mysql50-server/files/patch-configure @@ -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. diff --git a/databases/mysql50-server/pkg-plist b/databases/mysql50-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql50-server/pkg-plist +++ b/databases/mysql50-server/pkg-plist @@ -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 diff --git a/databases/mysql51-server/Makefile b/databases/mysql51-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql51-server/Makefile +++ b/databases/mysql51-server/Makefile @@ -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/ \ diff --git a/databases/mysql51-server/distinfo b/databases/mysql51-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql51-server/distinfo +++ b/databases/mysql51-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql51-server/files/patch-configure b/databases/mysql51-server/files/patch-configure index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql51-server/files/patch-configure +++ b/databases/mysql51-server/files/patch-configure @@ -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. diff --git a/databases/mysql51-server/pkg-plist b/databases/mysql51-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql51-server/pkg-plist +++ b/databases/mysql51-server/pkg-plist @@ -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 diff --git a/databases/mysql54-server/Makefile b/databases/mysql54-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql54-server/Makefile +++ b/databases/mysql54-server/Makefile @@ -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/ \ diff --git a/databases/mysql54-server/distinfo b/databases/mysql54-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql54-server/distinfo +++ b/databases/mysql54-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql54-server/files/patch-configure b/databases/mysql54-server/files/patch-configure index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql54-server/files/patch-configure +++ b/databases/mysql54-server/files/patch-configure @@ -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. diff --git a/databases/mysql54-server/pkg-plist b/databases/mysql54-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql54-server/pkg-plist +++ b/databases/mysql54-server/pkg-plist @@ -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 diff --git a/databases/mysql55-server/Makefile b/databases/mysql55-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql55-server/Makefile +++ b/databases/mysql55-server/Makefile @@ -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/ \ diff --git a/databases/mysql55-server/distinfo b/databases/mysql55-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql55-server/distinfo +++ b/databases/mysql55-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql55-server/files/patch-configure b/databases/mysql55-server/files/patch-configure index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql55-server/files/patch-configure +++ b/databases/mysql55-server/files/patch-configure @@ -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. diff --git a/databases/mysql55-server/pkg-plist b/databases/mysql55-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql55-server/pkg-plist +++ b/databases/mysql55-server/pkg-plist @@ -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 diff --git a/databases/mysql60-server/Makefile b/databases/mysql60-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/mysql60-server/Makefile +++ b/databases/mysql60-server/Makefile @@ -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/ \ diff --git a/databases/mysql60-server/distinfo b/databases/mysql60-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/mysql60-server/distinfo +++ b/databases/mysql60-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/mysql60-server/files/patch-configure +++ b/databases/mysql60-server/files/patch-configure @@ -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. diff --git a/databases/mysql60-server/pkg-plist b/databases/mysql60-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/mysql60-server/pkg-plist +++ b/databases/mysql60-server/pkg-plist @@ -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 diff --git a/databases/percona55-server/Makefile b/databases/percona55-server/Makefile index c23fd3fbb395..6e4c0ebb7b13 100644 --- a/databases/percona55-server/Makefile +++ b/databases/percona55-server/Makefile @@ -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/ \ diff --git a/databases/percona55-server/distinfo b/databases/percona55-server/distinfo index 9963725622c1..e06721973a08 100644 --- a/databases/percona55-server/distinfo +++ b/databases/percona55-server/distinfo @@ -1 +1 @@ -MD5 (mysql-3.22.26a.tar.gz) = 84805a31df5fc2f14da0757807455c8c +MD5 (mysql-3.22.27.tar.gz) = 385bee829a157b0a50e61402fc859035 diff --git a/databases/percona55-server/files/patch-configure b/databases/percona55-server/files/patch-configure index 0f4d1b00d253..df2e48cf8abd 100644 --- a/databases/percona55-server/files/patch-configure +++ b/databases/percona55-server/files/patch-configure @@ -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. diff --git a/databases/percona55-server/pkg-plist b/databases/percona55-server/pkg-plist index b717c8c84bd5..b25e97cd6c85 100644 --- a/databases/percona55-server/pkg-plist +++ b/databases/percona55-server/pkg-plist @@ -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 |