summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/insight/ChangeLog5
-rw-r--r--dev-util/insight/insight-6.4.ebuild10
2 files changed, 13 insertions, 2 deletions
diff --git a/dev-util/insight/ChangeLog b/dev-util/insight/ChangeLog
index c35f8f3523c8..812af8589c11 100644
--- a/dev-util/insight/ChangeLog
+++ b/dev-util/insight/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/insight
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.25 2006/01/05 07:34:25 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.26 2006/01/14 17:11:07 tester Exp $
+
+ 14 Jan 2006; Olivier Crête <tester@gentoo.org> insight-6.4.ebuild:
+ Fix configurewith bash 3.1, bug #118985
05 Jan 2006; Olivier Crête <tester@gentoo.org> insight-6.1.ebuild,
insight-6.4.ebuild:
diff --git a/dev-util/insight/insight-6.4.ebuild b/dev-util/insight/insight-6.4.ebuild
index 292cf2e6d712..28aec511eb85 100644
--- a/dev-util/insight/insight-6.4.ebuild
+++ b/dev-util/insight/insight-6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.4.ebuild,v 1.4 2006/01/05 07:34:25 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.4.ebuild,v 1.5 2006/01/14 17:11:07 tester Exp $
inherit eutils
@@ -22,6 +22,14 @@ SRC_URI="ftp://sources.redhat.com/pub/${PN}/releases/${P}.tar.bz2"
INSIGHTDIR="/opt/insight"
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}
+ sed -i -e "s/relid'/relid/" tcl/unix/configure
+}
+
+
src_compile() {
local myconf