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
vapier 07/09/08 06:25:56
Modified: ChangeLog autoconf-2.13.ebuild
Log:
Fixup false test failures with newer gcc versions #146592.
(Portage version: 2.1.3.7)
Revision Changes Path
1.108 sys-devel/autoconf/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 8 Sep 2007 06:11:43 -0000 1.107
+++ ChangeLog 8 Sep 2007 06:25:56 -0000 1.108
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/autoconf
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.107 2007/09/08 06:11:43 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.108 2007/09/08 06:25:56 vapier Exp $
+
+ 08 Sep 2007; Mike Frysinger <vapier@g.o>
+ +files/autoconf-2.13-test-fixes.patch, autoconf-2.13.ebuild:
+ Fixup false test failures with newer gcc versions #146592.
08 Sep 2007; Joseph Jezak <josejx@g.o> autoconf-2.61-r1.ebuild:
Marked ppc64 stable for bug #189029.
1.17 sys-devel/autoconf/autoconf-2.13.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?r1=1.16&r2=1.17
Index: autoconf-2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- autoconf-2.13.ebuild 3 Nov 2006 18:40:55 -0000 1.16
+++ autoconf-2.13.ebuild 8 Sep 2007 06:25:56 -0000 1.17
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.16 2006/11/03 18:40:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.17 2007/09/08 06:25:56 vapier Exp $
inherit eutils
@@ -20,9 +20,10 @@
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
- epatch ${FILESDIR}/${P}-destdir.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-gentoo.patch
+ epatch "${FILESDIR}"/${P}-destdir.patch
+ epatch "${FILESDIR}"/${P}-test-fixes.patch #146592
touch configure # make sure configure is newer than configure.in
rm -f standards.{texi,info} # binutils installs this infopage
@@ -46,15 +47,10 @@
}
src_install() {
- make install DESTDIR="${D}" || die
+ emake install DESTDIR="${D}" || die
dodoc AUTHORS NEWS README TODO \
ChangeLog ChangeLog.0 ChangeLog.1
mv "${D}"/usr/share/info/autoconf{,-${PV}}.info
}
-
-pkg_postinst() {
- einfo "Please note that the 'WANT_AUTOCONF_2_1=1' syntax is now:"
- einfo " WANT_AUTOCONF=2.1"
-}
--
gentoo-commits@g.o mailing list
|
|