public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.13.ebuild
@ 2007-09-08  6:25 vapier (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: vapier (vapier) @ 2007-09-08  6:25 UTC (permalink / raw
  To: 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@gentoo.org>
+  +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@gentoo.org> 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@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.13.ebuild
@ 2011-03-15 23:08 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2011-03-15 23:08 UTC (permalink / raw
  To: gentoo-commits

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
 }






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.13.ebuild
@ 2012-04-26 17:57 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-26 17:57 UTC (permalink / raw
  To: gentoo-commits

aballier    12/04/26 17:57:01

  Modified:             ChangeLog autoconf-2.13.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.169                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- ChangeLog	26 Apr 2012 13:06:04 -0000	1.168
+++ ChangeLog	26 Apr 2012 17:57:01 -0000	1.169
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.168 2012/04/26 13:06:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.169 2012/04/26 17:57:01 aballier Exp $
+
+  26 Apr 2012; Alexis Ballier <aballier@gentoo.org> autoconf-2.13.ebuild:
+  keyword ~amd64-fbsd
 
   26 Apr 2012; Alexis Ballier <aballier@gentoo.org> autoconf-2.69.ebuild,
   autoconf-9999.ebuild:



1.20                 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.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?r1=1.19&r2=1.20

Index: autoconf-2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- autoconf-2.13.ebuild	15 Mar 2011 23:08:03 -0000	1.19
+++ autoconf-2.13.ebuild	26 Apr 2012 17:57:01 -0000	1.20
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.19 2011/03/15 23:08:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.20 2012/04/26 17:57:01 aballier Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="${PV:0:3}"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=sys-apps/texinfo-4.3






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/autoconf: ChangeLog autoconf-2.13.ebuild
@ 2013-01-28 14:34 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-01-28 14:34 UTC (permalink / raw
  To: gentoo-commits

aballier    13/01/28 14:34:28

  Modified:             ChangeLog autoconf-2.13.ebuild
  Log:
  Use GNU awk and GNU m4 on userland_BSD, bug #453798 by Yuta SATOH
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.182                sys-devel/autoconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog	1 Jan 2013 19:14:07 -0000	1.181
+++ ChangeLog	28 Jan 2013 14:34:28 -0000	1.182
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/autoconf
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.181 2013/01/01 19:14:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.182 2013/01/28 14:34:28 aballier Exp $
+
+  28 Jan 2013; Alexis Ballier <aballier@gentoo.org> autoconf-2.13.ebuild:
+  Use GNU awk and GNU m4 on userland_BSD, bug #453798 by Yuta SATOH
 
   01 Jan 2013; Raúl Porcel <armin76@gentoo.org> autoconf-2.69.ebuild:
   m68k/s390/sh stable wrt #447756



1.22                 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.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild?r1=1.21&r2=1.22

Index: autoconf-2.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- autoconf-2.13.ebuild	26 Sep 2012 05:06:03 -0000	1.21
+++ autoconf-2.13.ebuild	28 Jan 2013 14:34:28 -0000	1.22
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 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.21 2012/09/26 05:06:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.13.ebuild,v 1.22 2013/01/28 14:34:28 aballier Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="${PV:0:3}"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
-IUSE=""
+IUSE="userland_BSD"
 
 DEPEND=">=sys-apps/texinfo-4.3
 	sys-devel/autoconf-wrapper
@@ -45,8 +45,10 @@
 	# force to `awk` so that we don't encode another awk that
 	# happens to currently be installed, but might later be
 	# uninstalled (like mawk).  same for m4.
-	ac_cv_path_M4=m4 \
-	ac_cv_prog_AWK=awk \
+	local prepend=""
+	use userland_BSD && prepend="g"
+	ac_cv_path_M4="${prepend}m4" \
+	ac_cv_prog_AWK="${prepend}awk" \
 	LC_ALL=C \
 	econf \
 		--exec-prefix=/usr \





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-28 14:34 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox