diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-25 08:25:55 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-25 08:25:55 +0000 |
commit | 25c456cbae700c282ba938ee1e6236e9c6589a0f (patch) | |
tree | 0ac03e16671d68e31b38ac527a2d2b6c5d563b46 /dev-db | |
parent | add pam-login to system (diff) | |
download | gentoo-2-25c456cbae700c282ba938ee1e6236e9c6589a0f.tar.gz gentoo-2-25c456cbae700c282ba938ee1e6236e9c6589a0f.tar.bz2 gentoo-2-25c456cbae700c282ba938ee1e6236e9c6589a0f.zip |
removed tcpd patch
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysql/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/mysql/mysql-3.23.51-r2.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 9655490d4b98..1bbbff6323e7 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for dev-db/mysql # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.10 2002/07/07 23:36:23 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.11 2002/07/25 08:25:55 rphillips Exp $ *mysql-3.23.51-r2 (07 Jul 2002) + 25 Jul 2002; Ryan Phillips <rphillips@gentoo.org> mysql-3.23.51-r2.ebuild : + + The -tcpd- patch appears to have been fixed upstream. It has been + removed from the ebuild + 07 Jul 2002; Jon Nelson <jnelson@gentoo.org> mysql-3.23.51-r2.ebuild : Attempt to fix problem with mysql compile *not* using provided bdb. diff --git a/dev-db/mysql/mysql-3.23.51-r2.ebuild b/dev-db/mysql/mysql-3.23.51-r2.ebuild index 7f6fd730994b..71ea1d46d759 100644 --- a/dev-db/mysql/mysql-3.23.51-r2.ebuild +++ b/dev-db/mysql/mysql-3.23.51-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.51-r2.ebuild,v 1.1 2002/07/07 23:36:23 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.51-r2.ebuild,v 1.2 2002/07/25 08:25:55 rphillips Exp $ SVER=${PV%.*} #normal releases: @@ -44,7 +44,8 @@ src_unpack() { # for correct hardcoded sysconf directory patch -p1 < ${FILESDIR}/mysql-3.23-my-print-defaults.diff || die # 3.23.51: hrmph.. not sure whats going on with this.. - patch -p1 < ${FILESDIR}/mysql-3.23.51-tcpd.patch || die + # rphillips - appears to have been fixed upstream + # patch -p1 < ${FILESDIR}/mysql-3.23.51-tcpd.patch || die } src_compile() { |