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-4-RELEASE:1.3; locks; strict; comment @# @; 1.4 date 99.05.06.23.38.40; author tv; state dead; branches; next 1.3; 1.3 date 99.02.04.21.35.01; author frueauf; state Exp; branches; next 1.2; 1.2 date 98.07.20.14.49.51; author tv; state dead; branches; next 1.1; 1.1 date 98.06.22.10.55.21; author frueauf; state Exp; branches; next ; desc @@ 1.4 log @Nuke mysql; it's now mysql-server and mysql-client. @ text @$NetBSD: patch-ad,v 1.3 1999/02/04 21:35:01 frueauf Exp $ --- dbug/Makefile.in-orig Wed Jul 8 11:11:32 1998 +++ dbug/Makefile.in Thu Feb 4 17:14:29 1999 @@@@ -142,7 +142,7 @@@@ LIBRARIES = $(pkglib_LIBRARIES) -DEFS = @@DEFS@@ -I. -I$(srcdir) -I.. +DEFS = @@DEFS@@ -I. -I$(srcdir) -I.. -Dunix CPPFLAGS = @@CPPFLAGS@@ LDFLAGS = @@LDFLAGS@@ LIBS = @@LIBS@@ @ 1.3 log @Some cleanups: - add -Dunix for some files which relied on it to be defined - run `mysqladmin shutdown` right after mysql_install_db to prevent blind running mysql daemon, pointed out in pr 6533 by Matthew Green - set NO_PACKAGE if we build/install the server case - mysql_install_db needs the data dir from the source distribution to work - this never worked for binary packages! Remove the bogus exec in PLIST-server too as consequence. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to use libtool to build the clients' shared library. Add support for client-only setups on all architectures other than those the server's threads support (i386 and alpha). @ text @d1 6 a6 9 --- scripts/Makefile.in.orig Sun Jun 14 21:15:12 1998 +++ scripts/Makefile.in Sun Jun 14 21:13:41 1998 @@@@ -40,7 +40,7 @@@@ INSTALL = @@INSTALL@@ INSTALL_PROGRAM = @@INSTALL_PROGRAM@@ INSTALL_DATA = @@INSTALL_DATA@@ -INSTALL_SCRIPT = @@INSTALL_SCRIPT@@ +INSTALL_SCRIPT = install -c -o root -g wheel -m 555 transform = @@program_transform_name@@ d8 6 a13 1 NORMAL_INSTALL = true @ 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 @@