public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.9.24.12.ebuild ChangeLog
@ 2012-04-15 15:17 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2012-04-15 15:17 UTC (permalink / raw
  To: gentoo-commits

grobian     12/04/15 15:17:07

  Modified:             v8-3.9.24.12.ebuild ChangeLog
  Log:
  Add upstream issue references for Darwin-related seds
  
  (Portage version: 2.2.01.20389-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.2                  dev-lang/v8/v8-3.9.24.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.24.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.24.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.9.24.12.ebuild?r1=1.1&r2=1.2

Index: v8-3.9.24.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.9.24.12.ebuild	14 Apr 2012 03:01:39 -0000	1.1
+++ v8-3.9.24.12.ebuild	15 Apr 2012 15:17:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.12.ebuild,v 1.1 2012/04/14 03:01:39 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.12.ebuild,v 1.2 2012/04/15 15:17:07 grobian Exp $
 
 EAPI="4"
 
@@ -24,18 +24,16 @@
 
 src_prepare() {
 	# don't force 32-bits mode on Darwin
+	# http://code.google.com/p/v8/issues/detail?id=2085
 	sed -i -e '/-arch i386/d' build/gyp/pylib/gyp/generator/make.py || die
-	# force using Makefiles, instead of Xcode project file on Darwin
-	sed -i -e '/darwin/s/xcode/make/' build/gyp/pylib/gyp/__init__.py || die
 	# don't refuse to build shared_libs because we build somewhere else
+	# make sure our v8.dylib doesn't end up being empty and give it a proper
+	# install_name (soname)
+	# http://code.google.com/p/v8/issues/detail?id=2086
 	sed -i \
 		-e '/params\.get.*mac.*darwin.*linux/s/mac/darwin/' \
 		-e "/if GetFlavor(params) == 'mac':/s/mac/darwin/" \
 		-e "/^  if flavor == 'mac':/s/mac/darwin/" \
-		build/gyp/pylib/gyp/generator/make.py || die
-	# make sure our v8.dylib doesn't end up being empty and give it a proper
-	# install_name (soname)
-	sed -i \
 		-e '/^LINK_COMMANDS_MAC =/,/^SHARED_HEADER =/s#-shared#-dynamiclib -all_load -install_name '"${EPREFIX}/usr/$(get_libdir)/libv8$(get_libname $(get_version_component_range 1-3))"'#' \
 		build/gyp/pylib/gyp/generator/make.py || die
 }
@@ -66,7 +64,8 @@
 	# TODO: Add console=readline option once implemented upstream
 	# http://code.google.com/p/v8/issues/detail?id=1781
 
-	emake V=1 \
+	# force using Makefiles, instead of Xcode project file on Darwin
+	emake V=1 GYP_GENERATORS=make \
 		library=shared \
 		werror=no \
 		soname_version=${soname_version} \



1.166                dev-lang/v8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- ChangeLog	14 Apr 2012 03:01:39 -0000	1.165
+++ ChangeLog	15 Apr 2012 15:17:07 -0000	1.166
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/v8
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.165 2012/04/14 03:01:39 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.166 2012/04/15 15:17:07 grobian Exp $
+
+  15 Apr 2012; Fabian Groffen <grobian@gentoo.org> v8-3.9.24.12.ebuild:
+  Add upstream issue references for Darwin-related seds
 
 *v8-3.9.24.12 (14 Apr 2012)
 






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

only message in thread, other threads:[~2012-04-15 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-15 15:17 [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.9.24.12.ebuild ChangeLog 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