Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
ssuominen 09/08/05 19:42:00
Modified: wise-2.2.0.ebuild ChangeLog
Log:
Fix building with GLIBC 2.10+ wrt #278307.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Revision Changes Path
1.10 sci-biology/wise/wise-2.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild?r1=1.9&r2=1.10
Index: wise-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wise-2.2.0.ebuild 9 Jun 2008 10:12:00 -0000 1.9
+++ wise-2.2.0.ebuild 5 Aug 2009 19:42:00 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.9 2008/06/09 10:12:00 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/wise-2.2.0.ebuild,v 1.10 2009/08/05 19:42:00 ssuominen Exp $
inherit eutils toolchain-funcs
@@ -20,10 +20,12 @@
dev-lang/perl
virtual/latex-base"
-S="${WORKDIR}/${PN}${PV}"
+S=${WORKDIR}/${PN}${PV}
src_unpack() {
unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-glibc-2.10.patch
cd "${S}"/src
# if use threads; then
# append-flags "-DPTHREAD"
1.14 sci-biology/wise/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/wise/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 9 Jun 2008 10:12:00 -0000 1.13
+++ ChangeLog 5 Aug 2009 19:42:00 -0000 1.14
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/wise
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.13 2008/06/09 10:12:00 markusle Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/wise/ChangeLog,v 1.14 2009/08/05 19:42:00 ssuominen Exp $
+
+ 05 Aug 2009; Samuli Suominen <ssuominen@g.o> wise-2.2.0.ebuild,
+ +files/wise-2.2.0-glibc-2.10.patch:
+ Fix building with GLIBC 2.10+ wrt #278307.
09 Jun 2008; Markus Dittrich <markusle@g.o> wise-2.2.0.ebuild:
Switched virtual/tetex -> virtual/latex-base and added amd64
|
|