From owner-svn-ports-head@freebsd.org Sun Sep 20 20:24:05 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 106E3A05C34; Sun, 20 Sep 2015 20:24:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBB441BCD; Sun, 20 Sep 2015 20:24:04 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKO4pI082040; Sun, 20 Sep 2015 20:24:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKO4OO082039; Sun, 20 Sep 2015 20:24:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202024.t8KKO4OO082039@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Sep 2015 20:24:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397422 - head/lang/v8-devel/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 20:24:05 -0000 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)