summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-17 11:01:39 +0000
committerfrueauf <frueauf>1998-07-17 11:01:39 +0000
commit2080df744acdb65296b328a4c4036ac19b90f594 (patch)
tree4338f98dfd8098618df9157d3bf3de1de1c8bcea /databases
parent73c23235a40310d33368ebe079188536977c53c2 (diff)
downloadpkgsrc-2080df744acdb65296b328a4c4036ac19b90f594.tar.gz
Update mysql to 3.21.33.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql/Makefile6
-rw-r--r--databases/mysql/files/md52
-rw-r--r--databases/mysql/patches/patch-ab19
3 files changed, 13 insertions, 14 deletions
diff --git a/databases/mysql/Makefile b/databases/mysql/Makefile
index 40e184564b8..88c13ff0496 100644
--- a/databases/mysql/Makefile
+++ b/databases/mysql/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 1998/07/15 11:39:47 agc Exp $
+# $NetBSD: Makefile,v 1.5 1998/07/17 11:01:39 frueauf Exp $
#
-DISTNAME= mysql-3.21.32a
+DISTNAME= mysql-3.21.33
CATEGORIES= databases
MASTER_SITES= ftp://ftp.digex.net/pub/database/mysql/Downloads/MySQL-3.21/ \
ftp://ftp.netcasting.net/pub/mysql/Downloads/MySQL-3.21/
@@ -10,7 +10,7 @@ MAINTAINER= tsarna@endicor.com
ONLY_FOR_ARCH= i386 alpha
-CONFLICTS= mysql-3.21.31
+CONFLICTS= mysql-3.21.31 mysql-3.21.32a
NO_CDROM= "Restrictive license."
diff --git a/databases/mysql/files/md5 b/databases/mysql/files/md5
index 3978ad8ea20..be2d2172b84 100644
--- a/databases/mysql/files/md5
+++ b/databases/mysql/files/md5
@@ -1 +1 @@
-MD5 (mysql-3.21.32a.tar.gz) = 85bf6c89a1de5436092912d54102f0ec
+MD5 (mysql-3.21.33.tar.gz) = 64672bebf05fa95f9772303d3b86e40b
diff --git a/databases/mysql/patches/patch-ab b/databases/mysql/patches/patch-ab
index b2afb56622c..577b2ccc74a 100644
--- a/databases/mysql/patches/patch-ab
+++ b/databases/mysql/patches/patch-ab
@@ -1,15 +1,14 @@
---- configure.orig Wed Jun 10 14:53:21 1998
-+++ configure Sun Jun 21 23:08:27 1998
-@@ -2950,58 +2950,6 @@
- echo "$ac_t""no" 1>&6
- fi
+--- configure.orig Wed Jul 8 10:51:31 1998
++++ configure Fri Jul 17 11:33:30 1998
+@@ -2897,57 +2897,6 @@
+ # For compress in zlib
+ #AC_CHECK_LIB(z,compress)
--
-# Check for gtty if termio.h doesn't exists
--if test "$ac_cv_header_termio_h" = "no"
+-if test "$ac_cv_header_termio_h" = "no" -a "$ac_cv_header_termios_h" = "no"
-then
- echo $ac_n "checking for gtty in -lcompat""... $ac_c" 1>&6
--echo "configure:2959: checking for gtty in -lcompat" >&5
+-echo "configure:2905: checking for gtty in -lcompat" >&5
-ac_lib_var=`echo compat'_'gtty | sed 'y%./+-%__p_%'`
-if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&6
@@ -17,7 +16,7 @@
- ac_save_LIBS="$LIBS"
-LIBS="-lcompat $LIBS"
-cat > conftest.$ac_ext <<EOF
--#line 2967 "configure"
+-#line 2913 "configure"
-#include "confdefs.h"
-/* Override any gcc2 internal prototype to avoid an error. */
-/* We use char because int might match the return type of a gcc2
@@ -28,7 +27,7 @@
-gtty()
-; return 0; }
-EOF
--if { (eval echo configure:2978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
+-if { (eval echo configure:2924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then
- rm -rf conftest*
- eval "ac_cv_lib_$ac_lib_var=yes"
-else