head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.54 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.52 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.50 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.48 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.46 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.44 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.42 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.40 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.38 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.36 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.34 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.32 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.4.0.30 pkgsrc-2007Q2-base:1.4 pkgsrc-2007Q1:1.4.0.28 pkgsrc-2007Q1-base:1.4 pkgsrc-2006Q4:1.4.0.26 pkgsrc-2006Q4-base:1.4 pkgsrc-2006Q3:1.4.0.24 pkgsrc-2006Q3-base:1.4 pkgsrc-2006Q2:1.4.0.22 pkgsrc-2006Q2-base:1.4 pkgsrc-2006Q1:1.4.0.20 pkgsrc-2006Q1-base:1.4 pkgsrc-2005Q4:1.4.0.18 pkgsrc-2005Q4-base:1.4 pkgsrc-2005Q3:1.4.0.16 pkgsrc-2005Q3-base:1.4 pkgsrc-2005Q2:1.4.0.14 pkgsrc-2005Q2-base:1.4 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 buildlink2-base:1.4 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.2 comdex-fall-1999:1.1.1.1 netbsd-1-4-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2001.05.02.08.22.29; author jlam; state dead; branches; next 1.3; 1.3 date 2001.03.26.13.26.44; author bad; state Exp; branches; next 1.2; 1.2 date 99.12.13.20.31.52; author bad; state Exp; branches; next 1.1; 1.1 date 99.05.06.23.22.27; author tv; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 99.05.06.23.22.27; author tv; state Exp; branches; next ; desc @@ 1.4 log @* Rearrange MySQL build structure by providing a Makefile.common that is included by both mysql-server/Makefile and mysql-client/Makefile. * Remove some unnecessary patches from mysql-client. * Remove build dependency on autoconf as we don't really need to use it. * Improve detection of native readline library. * Provide INSTALL/DEINSTALL scripts to perform initial database setup and to remind the package administrator to remove unnecessary directories upon package removal. * Use complete path to chown in various installed scripts. Fixes pkg/12725. * Install server manpages with the server package. Fixes pkg/12724. @ text @$NetBSD: patch-ab,v 1.3 2001/03/26 13:26:44 bad Exp $ --- configure.orig Mon Jan 22 14:37:14 2001 +++ configure Thu Feb 1 22:48:00 2001 @@@@ -2050,6 +2050,7 @@@@ *) lt_target="$target" ;; esac +if false; then # Check for any special flags to pass to ltconfig. # # the following will cause an existing older ltconfig to fail, so @@@@ -2208,6 +2209,7 @@@@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +fi # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. @@@@ -9328,7 +9330,7 @@@@ # This requires readline to be in a standard place. Mosty for linux # there readline may be a shared library. readline_dir="" - readline_link="-lreadline" + readline_link="-ledit" fi @ 1.3 log @Update to mysql-3.23.35. Changes in the client library include API/ABI changes, (backward compatible) changes to the client-server protocol and bug fixes. The 3.23 release has several major features that are not present in previous versions. We have added new table types: MyISAM, a new ISAM library which is tuned for SQL and supports large files; BDB, which uses the Berkeley DB library from Sleepycat Software to implement transaction-safe tables; INNOBASE, which uses the Innobase database backend to implement transaction-safe tables. The 3.23 release also includes support for database replication between a master and many slaves, full-text indexing, and much more. For a detailed list of changes see appendix E of the online documentation at http://www.mysql.com/. The replication code and BerkeleyDB code is still not as tested and as the rest of the code, so we will probably need to do a couple of future releases of 3.23 with small fixes for this part of the code. As long as you don't use these features, you should be quite safe with MySQL 3.23! Note that the above doesn't mean that replication or Berkeley DB doesn't work; We have done a lot of testing of all code, including replication and BDB without finding any problems. It only means that not as many users uses this code as the rest of the code and because of this we are not yet 100 % confident in this code. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.2 1999/12/13 20:31:52 bad Exp $ @ 1.2 log @Update MySQL to 3.22.27. There are a bunch of bug fixes to the server. See the documentation for a complete list. Also, get rid of USE_GMAKE. Our make is fine now. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1.1.1 1999/05/06 23:22:27 tv Exp $ d3 5 a7 5 --- configure.orig Thu Jul 8 06:13:39 1999 +++ configure Mon Aug 16 23:35:52 1999 @@@@ -1920,6 +1920,7 @@@@ fi d11 3 a13 3 libtool_flags="--cache-file=$cache_file" test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared" @@@@ -2073,6 +2074,7 @@@@ d21 1 a21 1 @@@@ -7697,7 +7699,7 @@@@ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 4 --- configure.orig Wed Apr 28 21:03:38 1999 +++ configure Mon May 3 18:27:59 1999 @@@@ -1691,6 +1691,7 @@@@ echo "$ac_t""no" 1>&6 d8 1 d10 5 a16 5 @@@@ -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; } d19 3 a21 3 # AC_PROG_INSTALL We should only need a AM_PROG_INSTALL @@@@ -6950,7 +6952,7 @@@@ @ 1.1.1.1 log @One half of a client/server-split version of the mysql pkg. This part (client) works on all architectures. Updated to 3.22.22 and adapted to use libedit on 1.4 systems. @ text @@