public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-apple: gcc-apple-4.2.1_p5646.ebuild gcc-apple-4.2.1_p5647.ebuild ChangeLog gcc-apple-4.2.1_p5574.ebuild gcc-apple-4.2.1_p5566-r2.ebuild
@ 2010-03-26 19:26 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2010-03-26 19:26 UTC (permalink / raw
  To: gentoo-commits

grobian     10/03/26 19:26:18

  Modified:             gcc-apple-4.2.1_p5646.ebuild
                        gcc-apple-4.2.1_p5647.ebuild ChangeLog
                        gcc-apple-4.2.1_p5574.ebuild
                        gcc-apple-4.2.1_p5566-r2.ebuild
  Log:
  Add patch to be able to autoconf libgomp using autoconf >=2.64, bug #308515
  (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.8                  sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild?r1=1.7&r2=1.8

Index: gcc-apple-4.2.1_p5646.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gcc-apple-4.2.1_p5646.ebuild	13 Mar 2010 14:57:39 -0000	1.7
+++ gcc-apple-4.2.1_p5646.ebuild	26 Mar 2010 19:26:18 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild,v 1.7 2010/03/13 14:57:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5646.ebuild,v 1.8 2010/03/26 19:26:18 grobian Exp $
 
 EAPI="3"
 
@@ -37,7 +37,7 @@
 
 KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
 
-IUSE="fortran nls objc objc++ nocxx"
+IUSE="fortran nls +openmp objc objc++ nocxx"
 
 RDEPEND=">=sys-libs/zlib-1.1.4
 	>=sys-libs/ncurses-5.2-r2
@@ -102,7 +102,6 @@
 		gcc/Makefile.in || die "sed gcc/Makefile.in failed."
 
 	epatch "${FILESDIR}"/${PN}-4.0.1_p5465-default-altivec.patch
-	#epatch "${FILESDIR}"/${PN}-4.2.1_p5566-x86_64-defines.patch
 
 	# dsymutil stuff breaks on 10.4/x86, revert it
 	[[ ${CHOST} == *86*-apple-darwin8 ]] && \
@@ -124,6 +123,7 @@
 	eprefixify "${S}"/gcc/gcc.c
 
 	epatch "${FILESDIR}"/${PN}-${GCC_VERS}-texinfo.patch
+	epatch "${FILESDIR}"/${PN}-${GCC_VERS}-autoconf-m4-precious.patch
 	cd "${S}"/gcc && eautoconf
 	cd "${S}"/libgomp && eautoconf
 
@@ -202,8 +202,7 @@
 	[[ -z ${I_KNOW_WHAT_IM_DOING_I_WANT_APPLE_MULTILIB} ]] \
 		&& myconf="${myconf} --disable-multilib"
 
-	#libstdcxx does not support this one
-	myconf="${myconf} --enable-languages=${langs}"
+	myconf="${myconf} --enable-languages=${langs} $(use_enable openmp libgomp)"
 
 	# The produced libgcc_s.dylib is faulty if using a bit too much
 	# optimisation.  Nail it down to something sane



1.8                  sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild?r1=1.7&r2=1.8

Index: gcc-apple-4.2.1_p5647.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gcc-apple-4.2.1_p5647.ebuild	24 Mar 2010 06:57:57 -0000	1.7
+++ gcc-apple-4.2.1_p5647.ebuild	26 Mar 2010 19:26:18 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild,v 1.7 2010/03/24 06:57:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5647.ebuild,v 1.8 2010/03/26 19:26:18 grobian Exp $
 
 EAPI="3"
 
@@ -123,6 +123,7 @@
 	eprefixify "${S}"/gcc/gcc.c
 
 	epatch "${FILESDIR}"/${PN}-${GCC_VERS}-texinfo.patch
+	epatch "${FILESDIR}"/${PN}-${GCC_VERS}-autoconf-m4-precious.patch
 	cd "${S}"/gcc && eautoconf
 	cd "${S}"/libgomp && eautoconf
 



1.15                 sys-devel/gcc-apple/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	24 Mar 2010 06:57:57 -0000	1.14
+++ ChangeLog	26 Mar 2010 19:26:18 -0000	1.15
@@ -1,6 +1,13 @@
 # ChangeLog for sys-devel/gcc-apple
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.14 2010/03/24 06:57:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.15 2010/03/26 19:26:18 grobian Exp $
+
+  26 Mar 2010; Fabian Groffen <grobian@gentoo.org>
+  gcc-apple-4.2.1_p5566-r2.ebuild, gcc-apple-4.2.1_p5574.ebuild,
+  gcc-apple-4.2.1_p5646.ebuild, gcc-apple-4.2.1_p5647.ebuild,
+  +files/gcc-apple-4.2.1-autoconf-m4-precious.patch:
+  Add patch to be able to autoconf libgomp using autoconf >=2.64, bug
+  #308515
 
   24 Mar 2010; Fabian Groffen <grobian@gentoo.org>
   gcc-apple-4.2.1_p5647.ebuild:



1.7                  sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild?r1=1.6&r2=1.7

Index: gcc-apple-4.2.1_p5574.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gcc-apple-4.2.1_p5574.ebuild	9 Mar 2010 17:53:25 -0000	1.6
+++ gcc-apple-4.2.1_p5574.ebuild	26 Mar 2010 19:26:18 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild,v 1.6 2010/03/09 17:53:25 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5574.ebuild,v 1.7 2010/03/26 19:26:18 grobian Exp $
 
 EAPI="3"
 
@@ -26,7 +26,7 @@
 
 KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
 
-IUSE="fortran nls objc objc++ nocxx"
+IUSE="fortran nls +openmp objc objc++ nocxx"
 
 RDEPEND=">=sys-libs/zlib-1.1.4
 	>=sys-libs/ncurses-5.2-r2
@@ -108,6 +108,7 @@
 	eprefixify "${S}"/gcc/gcc.c
 
 	epatch "${FILESDIR}"/${PN}-${GCC_VERS}-texinfo.patch
+	epatch "${FILESDIR}"/${PN}-${GCC_VERS}-autoconf-m4-precious.patch
 	cd "${S}"/gcc && eautoconf
 	cd "${S}"/libgomp && eautoconf
 
@@ -186,8 +187,7 @@
 	[[ -z ${I_KNOW_WHAT_IM_DOING_I_WANT_APPLE_MULTILIB} ]] \
 		&& myconf="${myconf} --disable-multilib"
 
-	#libstdcxx does not support this one
-	myconf="${myconf} --enable-languages=${langs}"
+	myconf="${myconf} --enable-languages=${langs} $(use_enable openmp libgomp)"
 
 	# The produced libgcc_s.dylib is faulty if using a bit too much
 	# optimisation.  Nail it down to something sane



1.4                  sys-devel/gcc-apple/gcc-apple-4.2.1_p5566-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5566-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5566-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5566-r2.ebuild?r1=1.3&r2=1.4

Index: gcc-apple-4.2.1_p5566-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5566-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcc-apple-4.2.1_p5566-r2.ebuild	9 Mar 2010 17:53:25 -0000	1.3
+++ gcc-apple-4.2.1_p5566-r2.ebuild	26 Mar 2010 19:26:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5566-r2.ebuild,v 1.3 2010/03/09 17:53:25 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5566-r2.ebuild,v 1.4 2010/03/26 19:26:18 grobian Exp $
 
 EAPI="3"
 
@@ -26,7 +26,7 @@
 
 KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
 
-IUSE="fortran nls objc objc++ nocxx"
+IUSE="fortran nls +openmp objc objc++ nocxx"
 
 RDEPEND=">=sys-libs/zlib-1.1.4
 	>=sys-libs/ncurses-5.2-r2
@@ -108,6 +108,7 @@
 	eprefixify "${S}"/gcc/gcc.c
 
 	epatch "${FILESDIR}"/${PN}-${GCC_VERS}-texinfo.patch
+	epatch "${FILESDIR}"/${PN}-${GCC_VERS}-autoconf-m4-precious.patch
 	cd "${S}"/gcc && eautoconf
 	cd "${S}"/libgomp && eautoconf
 
@@ -186,8 +187,7 @@
 	[[ -z ${I_KNOW_WHAT_IM_DOING_I_WANT_APPLE_MULTILIB} ]] \
 		&& myconf="${myconf} --disable-multilib"
 
-	#libstdcxx does not support this one
-	myconf="${myconf} --enable-languages=${langs}"
+	myconf="${myconf} --enable-languages=${langs} $(use_enable openmp libgomp)"
 
 	# The produced libgcc_s.dylib is faulty if using a bit too much
 	# optimisation.  Nail it down to something sane






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-26 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-26 19:26 [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-apple: gcc-apple-4.2.1_p5646.ebuild gcc-apple-4.2.1_p5647.ebuild ChangeLog gcc-apple-4.2.1_p5574.ebuild gcc-apple-4.2.1_p5566-r2.ebuild Fabian Groffen (grobian)

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