public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/erlang: ChangeLog erlang-14.1.ebuild erlang-13.2.4.ebuild
@ 2010-09-30 10:55 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2010-09-30 10:55 UTC (permalink / raw
  To: gentoo-commits

grobian     10/09/30 10:55:17

  Modified:             ChangeLog erlang-14.1.ebuild erlang-13.2.4.ebuild
  Log:
  Prevent configure from injecting -m32 by default on Darwin, bug #334155
  
  (Portage version: 2.2.01.16706-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.196                dev-lang/erlang/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.196&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.196&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?r1=1.195&r2=1.196

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -r1.195 -r1.196
--- ChangeLog	3 Jul 2010 07:02:42 -0000	1.195
+++ ChangeLog	30 Sep 2010 10:55:17 -0000	1.196
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/erlang
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.195 2010/07/03 07:02:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.196 2010/09/30 10:55:17 grobian Exp $
+
+  30 Sep 2010; Fabian Groffen <grobian@gentoo.org> erlang-13.2.4.ebuild,
+  erlang-14.1.ebuild:
+  Prevent configure from injecting -m32 by default on Darwin, bug #334155
 
   03 Jul 2010; Christian Faulhammer <fauli@gentoo.org> erlang-14.1.ebuild:
   add comment about upstreamed patch



1.4                  dev-lang/erlang/erlang-14.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?r1=1.3&r2=1.4

Index: erlang-14.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- erlang-14.1.ebuild	3 Jul 2010 07:02:42 -0000	1.3
+++ erlang-14.1.ebuild	30 Sep 2010 10:55:17 -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/dev-lang/erlang/erlang-14.1.ebuild,v 1.3 2010/07/03 07:02:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild,v 1.4 2010/09/30 10:55:17 grobian Exp $
 
 EAPI=3
 WX_GTK_VER="2.8"
@@ -69,6 +69,9 @@
 	# fixes as-needed issues and has been incorporated for 14A by upstream
 	epatch "${FILESDIR}"/${P}-lm.patch
 
+	# prevent configure from injecting -m32 by default on Darwin, bug #334155
+	sed -i -e 's/Darwin-i386/Darwin-NO/' configure.in || die
+
 	eautoreconf
 }
 



1.11                 dev-lang/erlang/erlang-13.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?r1=1.10&r2=1.11

Index: erlang-13.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- erlang-13.2.4.ebuild	26 Jun 2010 14:59:05 -0000	1.10
+++ erlang-13.2.4.ebuild	30 Sep 2010 10:55:17 -0000	1.11
@@ -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/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.10 2010/06/26 14:59:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.11 2010/09/30 10:55:17 grobian Exp $
 
 EAPI=3
 WX_GTK_VER="2.8"
@@ -65,6 +65,10 @@
 		ewarn "Don't cry, don't file bugs, just disable it! If you have a fix, tell us though on Bugzilla."
 		ewarn
 	fi
+
+	# prevent configure from injecting -m32 by default on Darwin, bug #334155
+	sed -i -e 's/Darwin-i386/Darwin-NO/' configure.in || die
+
 	eautoreconf
 }
 






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/erlang: ChangeLog erlang-14.1.ebuild erlang-13.2.4.ebuild
@ 2010-09-30 19:23 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2010-09-30 19:23 UTC (permalink / raw
  To: gentoo-commits

grobian     10/09/30 19:23:18

  Modified:             ChangeLog erlang-14.1.ebuild erlang-13.2.4.ebuild
  Log:
  Make fix for bug #334155 complete
  
  (Portage version: 2.2.01.16706-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.197                dev-lang/erlang/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.197&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.197&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?r1=1.196&r2=1.197

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- ChangeLog	30 Sep 2010 10:55:17 -0000	1.196
+++ ChangeLog	30 Sep 2010 19:23:18 -0000	1.197
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/erlang
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.196 2010/09/30 10:55:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.197 2010/09/30 19:23:18 grobian Exp $
+
+  30 Sep 2010; Fabian Groffen <grobian@gentoo.org> erlang-13.2.4.ebuild,
+  erlang-14.1.ebuild:
+  Make fix for bug #334155 complete
 
   30 Sep 2010; Fabian Groffen <grobian@gentoo.org> erlang-13.2.4.ebuild,
   erlang-14.1.ebuild:



1.5                  dev-lang/erlang/erlang-14.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?r1=1.4&r2=1.5

Index: erlang-14.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- erlang-14.1.ebuild	30 Sep 2010 10:55:17 -0000	1.4
+++ erlang-14.1.ebuild	30 Sep 2010 19:23:18 -0000	1.5
@@ -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/dev-lang/erlang/erlang-14.1.ebuild,v 1.4 2010/09/30 10:55:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild,v 1.5 2010/09/30 19:23:18 grobian Exp $
 
 EAPI=3
 WX_GTK_VER="2.8"
@@ -71,6 +71,7 @@
 
 	# prevent configure from injecting -m32 by default on Darwin, bug #334155
 	sed -i -e 's/Darwin-i386/Darwin-NO/' configure.in || die
+	sed -i -e '/\<\(LD\|C\)FLAGS="-m32/s/-m32//' erts/configure.in || die
 
 	eautoreconf
 }



1.12                 dev-lang/erlang/erlang-13.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?r1=1.11&r2=1.12

Index: erlang-13.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- erlang-13.2.4.ebuild	30 Sep 2010 10:55:17 -0000	1.11
+++ erlang-13.2.4.ebuild	30 Sep 2010 19:23:18 -0000	1.12
@@ -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/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.11 2010/09/30 10:55:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.12 2010/09/30 19:23:18 grobian Exp $
 
 EAPI=3
 WX_GTK_VER="2.8"
@@ -68,6 +68,7 @@
 
 	# prevent configure from injecting -m32 by default on Darwin, bug #334155
 	sed -i -e 's/Darwin-i386/Darwin-NO/' configure.in || die
+	sed -i -e '/\<\(LD\|C\)FLAGS="-m32/s/-m32//' erts/configure.in || die
 
 	eautoreconf
 }






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/erlang: ChangeLog erlang-14.1.ebuild erlang-13.2.4.ebuild
@ 2010-09-30 19:29 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2010-09-30 19:29 UTC (permalink / raw
  To: gentoo-commits

grobian     10/09/30 19:29:20

  Modified:             ChangeLog erlang-14.1.ebuild erlang-13.2.4.ebuild
  Log:
  Marked ~x64-macos
  
  (Portage version: 2.2.01.16706-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.198                dev-lang/erlang/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.198&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.198&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?r1=1.197&r2=1.198

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog	30 Sep 2010 19:23:18 -0000	1.197
+++ ChangeLog	30 Sep 2010 19:29:19 -0000	1.198
@@ -1,14 +1,11 @@
 # ChangeLog for dev-lang/erlang
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.197 2010/09/30 19:23:18 grobian Exp $
-
-  30 Sep 2010; Fabian Groffen <grobian@gentoo.org> erlang-13.2.4.ebuild,
-  erlang-14.1.ebuild:
-  Make fix for bug #334155 complete
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.198 2010/09/30 19:29:19 grobian Exp $
 
   30 Sep 2010; Fabian Groffen <grobian@gentoo.org> erlang-13.2.4.ebuild,
   erlang-14.1.ebuild:
   Prevent configure from injecting -m32 by default on Darwin, bug #334155
+  Marked ~x64-macos.
 
   03 Jul 2010; Christian Faulhammer <fauli@gentoo.org> erlang-14.1.ebuild:
   add comment about upstreamed patch



1.6                  dev-lang/erlang/erlang-14.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild?r1=1.5&r2=1.6

Index: erlang-14.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- erlang-14.1.ebuild	30 Sep 2010 19:23:18 -0000	1.5
+++ erlang-14.1.ebuild	30 Sep 2010 19:29:19 -0000	1.6
@@ -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/dev-lang/erlang/erlang-14.1.ebuild,v 1.5 2010/09/30 19:23:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-14.1.ebuild,v 1.6 2010/09/30 19:29:19 grobian Exp $
 
 EAPI=3
 WX_GTK_VER="2.8"
@@ -29,7 +29,7 @@
 
 LICENSE="EPL"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
 IUSE="doc emacs hipe java kpoll odbc smp sctp ssl tk wxwidgets"
 
 RDEPEND=">=dev-lang/perl-5.6.1



1.13                 dev-lang/erlang/erlang-13.2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild?r1=1.12&r2=1.13

Index: erlang-13.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- erlang-13.2.4.ebuild	30 Sep 2010 19:23:18 -0000	1.12
+++ erlang-13.2.4.ebuild	30 Sep 2010 19:29:19 -0000	1.13
@@ -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/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.12 2010/09/30 19:23:18 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-13.2.4.ebuild,v 1.13 2010/09/30 19:29:19 grobian Exp $
 
 EAPI=3
 WX_GTK_VER="2.8"
@@ -29,7 +29,7 @@
 
 LICENSE="EPL"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
 IUSE="doc emacs hipe java kpoll odbc smp sctp ssl tk wxwidgets"
 
 RDEPEND=">=dev-lang/perl-5.6.1






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

end of thread, other threads:[~2010-09-30 19:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 10:55 [gentoo-commits] gentoo-x86 commit in dev-lang/erlang: ChangeLog erlang-14.1.ebuild erlang-13.2.4.ebuild Fabian Groffen (grobian)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-30 19:23 Fabian Groffen (grobian)
2010-09-30 19:29 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