public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joshua Kinard (kumba)" <kumba@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13.ebuild ChangeLog
Date: Tue, 24 Feb 2009 07:59:12 +0000	[thread overview]
Message-ID: <E1LbsC8-0006SJ-GW@stork.gentoo.org> (raw)

kumba       09/02/24 07:59:12

  Modified:             texinfo-4.13.ebuild ChangeLog
  Log:
  Make texinfo cross-compiler safe (#196041)
  (Portage version: 2.1.6.7/cvs/Linux mips64)

Revision  Changes    Path
1.7                  sys-apps/texinfo/texinfo-4.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild?r1=1.6&r2=1.7

Index: texinfo-4.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- texinfo-4.13.ebuild	22 Feb 2009 14:38:04 -0000	1.6
+++ texinfo-4.13.ebuild	24 Feb 2009 07:59:12 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild,v 1.6 2009/02/22 14:38:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.13.ebuild,v 1.7 2009/02/24 07:59:12 kumba Exp $
 
 inherit flag-o-matic
 
@@ -23,6 +23,12 @@
 src_compile() {
 	use static && append-ldflags -static
 	econf $(use_enable nls) || die
+
+	# Make cross-compiler safe (#196041)
+	if tc-is-cross-compiler; then
+		emake -C tools/gnulib/lib || die "emake -C tools/gnulib/lib"
+	fi
+
 	emake || die "emake"
 }
 



1.106                sys-apps/texinfo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/texinfo/ChangeLog?r1=1.105&r2=1.106

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	22 Feb 2009 14:38:04 -0000	1.105
+++ ChangeLog	24 Feb 2009 07:59:12 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/texinfo
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.105 2009/02/22 14:38:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.106 2009/02/24 07:59:12 kumba Exp $
+
+  24 Feb 2009; Joshua Kinard <kumba@gentoo.org> texinfo-4.13.ebuild:
+  Make texinfo cross-compiler safe (#196041)
 
   22 Feb 2009; Tobias Klausmann <klausman@gentoo.org> texinfo-4.13.ebuild:
   Stable on alpha, bug #259121






             reply	other threads:[~2009-02-24  7:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-24  7:59 Joshua Kinard (kumba) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-03-17 10:17 [gentoo-commits] gentoo-x86 commit in sys-apps/texinfo: texinfo-4.13.ebuild ChangeLog Raul Porcel (armin76)
2009-03-06  1:21 Jeroen Roovers (jer)
2009-02-26 19:21 Raul Porcel (armin76)
2009-02-25 21:42 Markus Meier (maekke)
2009-02-22 14:38 Tobias Klausmann (klausman)
2009-02-16 16:52 Brent Baude (ranger)
2009-02-16 14:15 Brent Baude (ranger)
2008-12-30 23:28 Javier Villavicencio (the_paya)
2008-12-14 14:21 Alexis Ballier (aballier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LbsC8-0006SJ-GW@stork.gentoo.org \
    --to=kumba@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox