* [gentoo-commits] gentoo-x86 commit in dev-util/valgrind: valgrind-3.3.0.ebuild ChangeLog valgrind-3.3.1.ebuild valgrind-3.3.0-r1.ebuild
@ 2008-07-27 17:55 Olivier Crete (tester)
0 siblings, 0 replies; only message in thread
From: Olivier Crete (tester) @ 2008-07-27 17:55 UTC (permalink / raw
To: gentoo-commits
tester 08/07/27 17:55:23
Modified: valgrind-3.3.0.ebuild ChangeLog
valgrind-3.3.1.ebuild valgrind-3.3.0-r1.ebuild
Log:
Add --without-mpicc because auto-deps are bad and some MPI implementation provide static libraries which are not PIC, bug #202684
(Portage version: 2.1.4.4)
Revision Changes Path
1.3 dev-util/valgrind/valgrind-3.3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.0.ebuild?r1=1.2&r2=1.3
Index: valgrind-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- valgrind-3.3.0.ebuild 25 Mar 2008 19:33:58 -0000 1.2
+++ valgrind-3.3.0.ebuild 27 Jul 2008 17:55:23 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.0.ebuild,v 1.2 2008/03/25 19:33:58 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.0.ebuild,v 1.3 2008/07/27 17:55:23 tester Exp $
inherit autotools eutils flag-o-matic toolchain-funcs
@@ -72,7 +72,7 @@
! has_multilib_profile && myconf="${myconf} --enable-only64bit"
fi
- econf ${myconf} || die "Configure failed!"
+ econf ${myconf} --without-mpicc || die "Configure failed!"
emake || die "Make failed!"
}
1.89 dev-util/valgrind/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 6 Jun 2008 18:20:39 -0000 1.88
+++ ChangeLog 27 Jul 2008 17:55:23 -0000 1.89
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/valgrind
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.88 2008/06/06 18:20:39 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.89 2008/07/27 17:55:23 tester Exp $
+
+ 27 Jul 2008; Olivier Crête <tester@gentoo.org> valgrind-3.3.0.ebuild,
+ valgrind-3.3.0-r1.ebuild, valgrind-3.3.1.ebuild:
+ Add --without-mpicc because auto-deps are bad and some MPI implementation
+ provide static libraries which are not PIC, bug #202684
*valgrind-3.3.1 (06 Jun 2008)
1.2 dev-util/valgrind/valgrind-3.3.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.1.ebuild?r1=1.1&r2=1.2
Index: valgrind-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- valgrind-3.3.1.ebuild 6 Jun 2008 18:20:39 -0000 1.1
+++ valgrind-3.3.1.ebuild 27 Jul 2008 17:55:23 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.1.ebuild,v 1.1 2008/06/06 18:20:39 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.1.ebuild,v 1.2 2008/07/27 17:55:23 tester Exp $
inherit autotools eutils flag-o-matic toolchain-funcs
@@ -72,7 +72,7 @@
! has_multilib_profile && myconf="${myconf} --enable-only64bit"
fi
- econf ${myconf} || die "Configure failed!"
+ econf ${myconf} --without-mpicc || die "Configure failed!"
emake || die "Make failed!"
}
1.2 dev-util/valgrind/valgrind-3.3.0-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/valgrind/valgrind-3.3.0-r1.ebuild?r1=1.1&r2=1.2
Index: valgrind-3.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- valgrind-3.3.0-r1.ebuild 18 May 2008 10:22:48 -0000 1.1
+++ valgrind-3.3.0-r1.ebuild 27 Jul 2008 17:55:23 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.0-r1.ebuild,v 1.1 2008/05/18 10:22:48 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.3.0-r1.ebuild,v 1.2 2008/07/27 17:55:23 tester Exp $
inherit autotools eutils flag-o-matic toolchain-funcs
@@ -75,7 +75,7 @@
! has_multilib_profile && myconf="${myconf} --enable-only64bit"
fi
- econf ${myconf} || die "Configure failed!"
+ econf ${myconf} --without-mpicc || die "Configure failed!"
emake || die "Make failed!"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-27 17:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 17:55 [gentoo-commits] gentoo-x86 commit in dev-util/valgrind: valgrind-3.3.0.ebuild ChangeLog valgrind-3.3.1.ebuild valgrind-3.3.0-r1.ebuild Olivier Crete (tester)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox