public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.13.ebuild
Date: Tue, 15 Mar 2011 23:08:04 +0000 (UTC)	[thread overview]
Message-ID: <20110315230804.0A0D620054@flycatcher.gentoo.org> (raw)

vapier      11/03/15 23:08:04

  Modified:             ChangeLog autoconf-2.13.ebuild
  Log:
  Force C locale when running configure to work around old bugs fixed in newer versions of autoconf #351982 by Priit Laes.
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.158                sys-devel/autoconf/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.158&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/ChangeLog?rev=1.158&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/ChangeLog?r1=1.157&r2=1.158

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	12 Oct 2010 11:33:55 -0000	1.157
+++ ChangeLog	15 Mar 2011 23:08:03 -0000	1.158
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/autoconf
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.157 2010/10/12 11:33:55 armin76 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.158 2011/03/15 23:08:03 vapier Exp $
+
+  15 Mar 2011; Mike Frysinger <vapier@gentoo.org> autoconf-2.13.ebuild:
+  Force C locale when running configure to work around old bugs fixed in newer
+  versions of autoconf #351982 by Priit Laes.
 
   12 Oct 2010; Raúl Porcel <armin76@gentoo.org> autoconf-2.65-r1.ebuild:
   sparc stable wrt #336381



1.19                 sys-devel/autoconf/autoconf-2.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?r1=1.18&r2=1.19

Index: autoconf-2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- autoconf-2.13.ebuild	21 Jun 2008 06:27:48 -0000	1.18
+++ autoconf-2.13.ebuild	15 Mar 2011 23:08:03 -0000	1.19
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 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.18 2008/06/21 06:27:48 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.19 2011/03/15 23:08:03 vapier Exp $
 
 inherit eutils
 
@@ -38,6 +38,10 @@
 src_compile() {
 	# need to include --exec-prefix and --bindir or our
 	# DESTDIR patch will trigger sandbox hate :(
+	#
+	# need to force locale to C to avoid bugs in the old
+	# configure script breaking the install paths #351982
+	LC_ALL=C \
 	econf \
 		--exec-prefix=/usr \
 		--bindir=/usr/bin \
@@ -49,8 +53,7 @@
 src_install() {
 	emake install DESTDIR="${D}" || die
 
-	dodoc AUTHORS NEWS README TODO \
-		ChangeLog ChangeLog.0 ChangeLog.1
+	dodoc AUTHORS NEWS README TODO ChangeLog ChangeLog.0 ChangeLog.1
 
 	mv "${D}"/usr/share/info/autoconf{,-${PV}}.info
 }






             reply	other threads:[~2011-03-15 23:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-15 23:08 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-01-28 14:34 [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.13.ebuild Alexis Ballier (aballier)
2012-04-26 17:57 Alexis Ballier (aballier)
2007-09-08  6:25 vapier (vapier)

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=20110315230804.0A0D620054@flycatcher.gentoo.org \
    --to=vapier@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