Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2015 20:24:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397422 - head/lang/v8-devel/files
Message-ID:  <201509202024.t8KKO4OO082039@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Sep 20 20:24:04 2015
New Revision: 397422
URL: https://svnweb.freebsd.org/changeset/ports/397422

Log:
  - Revert r397413: this file is not part of clang 3.7.0 fix
  - Pet portlint: fix diff header of patch files

Modified:
  head/lang/v8-devel/files/patch-Makefile

Modified: head/lang/v8-devel/files/patch-Makefile
==============================================================================
--- head/lang/v8-devel/files/patch-Makefile	Sun Sep 20 20:19:52 2015	(r397421)
+++ head/lang/v8-devel/files/patch-Makefile	Sun Sep 20 20:24:04 2015	(r397422)
@@ -1,4 +1,4 @@
---- Makefile.orig	2014-06-03 08:52:18 UTC
+--- Makefile.orig	2014-02-04 02:07:31 UTC
 +++ Makefile
 @@ -52,6 +52,14 @@ endif
  ifdef console
@@ -15,16 +15,7 @@
  # disassembler=on
  ifeq ($(disassembler), on)
    GYPFLAGS += -Dv8_enable_disassembler=1
-@@ -227,7 +235,7 @@ NACL_ARCHES = nacl_ia32 nacl_x64
- # List of files that trigger Makefile regeneration:
- GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \
-            build/toolchain.gypi samples/samples.gyp src/d8.gyp \
--           test/cctest/cctest.gyp tools/gyp/v8.gyp
-+            tools/gyp/v8.gyp
- 
- # If vtunejit=on, the v8vtune.gyp will be appended.
- ifeq ($(vtunejit), on)
-@@ -395,8 +403,7 @@ clean: $(addsuffix .clean, $(ARCHES) $(A
+@@ -386,8 +394,7 @@ clean: $(addsuffix .clean, $(ARCHES) $(A
  # GYP file generation targets.
  OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS))
  $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE)
@@ -34,7 +25,7 @@
  	GYP_GENERATORS=make \
  	build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
  	              -Ibuild/standalone.gypi --depth=. \
-@@ -405,8 +412,7 @@ $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE)
+@@ -396,8 +403,7 @@ $(OUT_MAKEFILES): $(GYPFILES) $(ENVFILE)
  	              -S$(suffix $(basename $@))$(suffix $@) $(GYPFLAGS)
  
  $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509202024.t8KKO4OO082039>