Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 6D18163B879 for ; Wed, 4 Feb 2009 21:17:53 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E5BEF63B2B7; Wed, 4 Feb 2009 21:17:52 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 843DE63B2CF for ; Wed, 4 Feb 2009 21:17:47 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 927BB175D0; Wed, 4 Feb 2009 21:17:45 +0000 (UTC) From: Havard Eidnes Subject: CVS commit: pkgsrc/databases/mysql5-server To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org Message-Id: <20090204211745.927BB175D0@cvs.netbsd.org> Date: Wed, 4 Feb 2009 21:17:45 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: he Date: Wed Feb 4 21:17:45 UTC 2009 Modified Files: pkgsrc/databases/mysql5-server: Makefile pkgsrc/databases/mysql5-server/files: mysqld.sh Log Message: Upgrade from version 5.0.67 to 5.0.67nb1. Two changes to the rc.d script: 1) Move the setting of pidfile to a place so that setting mysqld_datadir in rc.conf will actually work; otherwise, if you use a non-default mysqld_datadir, mysqld will not start. 2) ad@ pointed me to http://bugs.mysql.com/bug.php?id=18526, and said that --skip-thread-priority should not be used on NetBSD, and the PR spoke about Darwin / OS/X. I'm guessing that this might work if the host platform is Linux or SunOS (the latter is unconfirmed). So add that option to the startup in all other cases. To generate a diff of this commit: cvs rdiff -r1.25 -r1.26 pkgsrc/databases/mysql5-server/Makefile cvs rdiff -r1.2 -r1.3 pkgsrc/databases/mysql5-server/files/mysqld.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.