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-aa,v 1.3 2001/03/26 13:26:44 bad Exp $ --- client/Makefile.in.orig Mon Jan 22 14:44:00 2001 +++ client/Makefile.in Thu Feb 1 22:50:13 2001 @@@@ -190,7 +190,7 @@@@ mysqltest_DEPENDENCIES = $(LIBRARIES) $(pkglib_LTLIBRARIES) # Fix for mit-threads -DEFS = -DUNDEF_THREADS_HACK +DEFS = -DUNDEF_THREADS_HACK -Dunix mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @ 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-aa,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-aa,v 1.1.1.1 1999/05/06 23:22:27 tv Exp $ d3 4 a6 5 --- client/Makefile.in.orig Thu Jul 8 06:33:30 1999 +++ client/Makefile.in Mon Aug 16 23:15:23 1999 @@@@ -174,7 +174,7 @@@@ libmysqlclient_la_LDFLAGS = -version-info @@SHARED_LIB_VERSION@@ CLEANFILES = $(libmysqlclient_la_LIBADD) $(SHLIBOBJS) libmysqclient.la d8 1 @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.6 1999/04/09 15:39:38 bad Exp $ d3 3 a5 3 --- client/Makefile.in.orig Mon Mar 15 15:49:57 1999 +++ client/Makefile.in Sun Mar 21 23:11:42 1999 @@@@ -181,7 +181,7 @@@@ d7 4 a10 4 CLEANFILES = $(libmysqlclient_la_LIBADD) $(SHLIBOBJS) \ libmysqclient.la -DEFS = -DUNDEF_THREADS_HACK +DEFS = -DUNDEF_THREADS_HACK -Dunix @ 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 @@