summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorGuy Martin <gmsoft@gentoo.org>2003-02-23 09:08:32 +0000
committerGuy Martin <gmsoft@gentoo.org>2003-02-23 09:08:32 +0000
commitfd7c6b94590883caaeb2ec802e03ef82d722d4af (patch)
treef4fcd797ac2a0eee541bcc73abc1c7aba036f1fe /dev-db
parentnew version from phoebe (diff)
downloadgentoo-2-fd7c6b94590883caaeb2ec802e03ef82d722d4af.tar.gz
gentoo-2-fd7c6b94590883caaeb2ec802e03ef82d722d4af.tar.bz2
gentoo-2-fd7c6b94590883caaeb2ec802e03ef82d722d4af.zip
ded --without-berkeley-db to configure for hppa since it's not yet supported on this platform.
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mysql/ChangeLog5
-rw-r--r--dev-db/mysql/mysql-3.23.54a.ebuild6
-rw-r--r--dev-db/mysql/mysql-3.23.55.ebuild6
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
index 36f9b78180e3..c2830bea142d 100644
--- a/dev-db/mysql/ChangeLog
+++ b/dev-db/mysql/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/mysql
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.35 2003/02/18 19:48:06 method Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.36 2003/02/23 09:08:32 gmsoft Exp $
+
+ 23 Feb 2003; Guy Martin <gmsoft@gentoo.org> mysql-3.23.54a.ebuild, mysql-3.23.55.ebuild :
+ Added --without-berkeley-db to configure for hppa since it's not yet supported on this platform.
*mysql-4.0.7 (04 Jan 2003)
diff --git a/dev-db/mysql/mysql-3.23.54a.ebuild b/dev-db/mysql/mysql-3.23.54a.ebuild
index fb381a44d357..623b227e2419 100644
--- a/dev-db/mysql/mysql-3.23.54a.ebuild
+++ b/dev-db/mysql/mysql-3.23.54a.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-3.23.54a.ebuild,v 1.4 2003/02/13 10:02:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.54a.ebuild,v 1.5 2003/02/23 09:08:32 gmsoft Exp $
# bug #11681; get b0rked code when using -march=k6 with this package.
inherit flag-o-matic
@@ -22,7 +22,7 @@ SRC_URI="ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/${SDIR
LICENSE="GPL-2"
SLOT="0"
IUSE="static readline innodb berkdb tcpd ssl"
-KEYWORDS="x86 ~sparc alpha"
+KEYWORDS="x86 ~sparc alpha hppa"
DEPEND="readline? ( >=sys-libs/readline-4.1 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
@@ -57,7 +57,7 @@ src_compile() {
# http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8
# same for alpha (see http://www.mysql.com/doc/en/BDB_portability.html)
# thanks to peter@icebear.net for noticing this.
- if use sparc || use sparc64 || use alpha
+ if use sparc || use sparc64 || use alpha || use hppa
then
myconf="${myconf} --without-berkeley-db"
else
diff --git a/dev-db/mysql/mysql-3.23.55.ebuild b/dev-db/mysql/mysql-3.23.55.ebuild
index 91b90ab3496f..d9993946735b 100644
--- a/dev-db/mysql/mysql-3.23.55.ebuild
+++ b/dev-db/mysql/mysql-3.23.55.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-3.23.55.ebuild,v 1.3 2003/02/13 10:03:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-3.23.55.ebuild,v 1.4 2003/02/23 09:08:32 gmsoft Exp $
# bug #11681; get b0rked code when using -march=k6 with this package.
inherit flag-o-matic
@@ -22,7 +22,7 @@ SRC_URI="ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/${SDIR
LICENSE="GPL-2"
SLOT="0"
IUSE="static readline innodb berkdb tcpd ssl"
-KEYWORDS="~x86 ~sparc ~alpha"
+KEYWORDS="~x86 ~sparc ~alpha ~hppa"
DEPEND="readline? ( >=sys-libs/readline-4.1 )
tcpd? ( >=sys-apps/tcp-wrappers-7.6 )
@@ -57,7 +57,7 @@ src_compile() {
# http://www.geocrawler.com/mail/msg.php3?msg_id=4754814&list=8
# same for alpha (see http://www.mysql.com/doc/en/BDB_portability.html)
# thanks to peter@icebear.net for noticing this.
- if use sparc || use sparc64 || use alpha
+ if use sparc || use sparc64 || use alpha || use hppa
then
myconf="${myconf} --without-berkeley-db"
else