summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-07-28 23:24:37 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-07-28 23:24:37 +0000
commit9bb871e9549b3a64abe1f6eec33c5778a095c1d6 (patch)
tree0548b524619bd4652d37e627246b9a54561f6180 /dev-db
parentVersion bump, added ~alpha and ~sparc keywords, ssl USE flag (diff)
downloadgentoo-2-9bb871e9549b3a64abe1f6eec33c5778a095c1d6.tar.gz
gentoo-2-9bb871e9549b3a64abe1f6eec33c5778a095c1d6.tar.bz2
gentoo-2-9bb871e9549b3a64abe1f6eec33c5778a095c1d6.zip
complete 4.0.14
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/mysql-4.0.14.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/mysql/mysql-4.0.14.ebuild b/dev-db/mysql/mysql-4.0.14.ebuild
index dd953b149f8d..e59d50d8eb0f 100644
--- a/dev-db/mysql/mysql-4.0.14.ebuild
+++ b/dev-db/mysql/mysql-4.0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14.ebuild,v 1.1 2003/07/23 20:24:27 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-4.0.14.ebuild,v 1.2 2003/07/28 23:24:37 robbat2 Exp $
#to accomodate -laadeedah releases
NEWP=${P}
@@ -63,7 +63,7 @@ src_unpack() {
#zap startup script messages
patch -p1 < ${FILESDIR}/mysql-4.0.4-install-db-sh.diff || die
#zap binary distribution stuff
- patch -p1 < ${FILESDIR}/mysql-4.0-mysqld-safe-sh.diff || die
+ patch -p1 < ${FILESDIR}/mysql-4.0.14-mysqld-safe-sh.diff || die
#for correct hardcoded sysconf directory
patch -p1 < ${FILESDIR}/mysql-4.0-my-print-defaults.diff || die
#patch -p1 < ${FILESDIR}/mysql-3.23.51-tcpd.patch || die
@@ -72,7 +72,7 @@ src_unpack() {
# i would really prefer to fix this at the Makefile.am level, but can't
# get the software to autoreconf as distributed - too many missing files
# Robert Coie <rac@gentoo.org> 2003.06.12
- patch -p0 < ${FILESDIR}/${P}-thrssl.patch || die
+ patch -p0 < ${FILESDIR}/${PN}-4.0.13-thrssl.patch || die
}
src_compile() {