head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.54 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.52 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.50 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.48 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.46 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.44 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.42 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.40 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.38 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.36 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.34 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.32 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.30 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.28 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.26 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.24 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.22 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.20 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.18 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.16 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.14 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.5.0.12 pkgsrc-2005Q1-base:1.5 pkgsrc-2004Q4:1.5.0.10 pkgsrc-2004Q4-base:1.5 pkgsrc-2004Q3:1.5.0.8 pkgsrc-2004Q3-base:1.5 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-4-RELEASE:1.4 netbsd-1-3-PATCH003:1.3; locks; strict; comment @# @; 1.5 date 99.05.06.23.38.39; author tv; state dead; branches; next 1.4; 1.4 date 99.04.09.15.39.38; author bad; state Exp; branches; next 1.3; 1.3 date 98.08.07.10.40.18; author agc; state Exp; branches; next 1.2; 1.2 date 98.07.17.11.01.40; author frueauf; state Exp; branches; next 1.1; 1.1 date 98.06.22.10.55.21; author frueauf; state Exp; branches; next ; desc @@ 1.5 log @Nuke mysql; it's now mysql-server and mysql-client. @ text @$NetBSD: patch-ab,v 1.4 1999/04/09 15:39:38 bad Exp $ --- configure.orig Mon Mar 15 15:31:46 1999 +++ configure Sun Mar 21 23:55:25 1999 @@@@ -1691,6 +1691,7 @@@@ echo "$ac_t""no" 1>&6 fi +if false; then # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@@@ -1736,6 +1737,7 @@@@ ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +fi # AC_PROG_INSTALL We should only need a AM_PROG_INSTALL @ 1.4 log @Update to mysql-3.22.21. There are way too many changes and new features to list them here. The most notable change is the introduction of the GRANT system which requires fixing the privilege tables when upgrading. See the mysql manual. XXX Todo: fix installation of mysql.server script. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Add NetBSD RCS Ids. @ text @d3 17 a19 5 --- 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) a20 54 -# Check for gtty if termio.h doesn't exists -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: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 -else - ac_save_LIBS="$LIBS" -LIBS="-lcompat $LIBS" -cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=yes" -else - echo "configure: failed program was:" >&5 - cat conftest.$ac_ext >&5 - rm -rf conftest* - eval "ac_cv_lib_$ac_lib_var=no" -fi -rm -f conftest* -LIBS="$ac_save_LIBS" - -fi -if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 - ac_tr_lib=HAVE_LIB`echo compat | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <&6 -fi - -fi # We make a special variable for client library's to avoid including # thread libs in the client. LIBS_AFTER_SOCKET=$LIBS @ 1.2 log @Update mysql to 3.21.33. @ text @d1 2 @ 1.1 log @Initial addition of MySQL, a free SQL database server. Based on pr 5601 by Ty Sarna, enhancement and upgrade to 3.21.31 by me. @ text @d1 5 a5 5 --- 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 a6 1 - d8 1 a8 1 -if test "$ac_cv_header_termio_h" = "no" d11 1 a11 1 -echo "configure:2959: checking for gtty in -lcompat" >&5 d19 1 a19 1 -#line 2967 "configure" d30 1 a30 1 -if { (eval echo configure:2978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then @