From owner-svn-ports-all@freebsd.org Sun Jun 2 19:50:18 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85E6A15BE2B5; Sun, 2 Jun 2019 19:50:18 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BDC87651D; Sun, 2 Jun 2019 19:50:18 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E10252B82C; Sun, 2 Jun 2019 19:50:17 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x52JoHPE047062; Sun, 2 Jun 2019 19:50:17 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x52JoHk1047059; Sun, 2 Jun 2019 19:50:17 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201906021950.x52JoHk1047059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sun, 2 Jun 2019 19:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503332 - in head/devel/gn: . files X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: in head/devel/gn: . files X-SVN-Commit-Revision: 503332 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1BDC87651D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.970,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jun 2019 19:50:18 -0000 Author: kai Date: Sun Jun 2 19:50:16 2019 New Revision: 503332 URL: https://svnweb.freebsd.org/changeset/ports/503332 Log: devel/gn: Update to 1592 Changelog: Minor fixes to tracing The chrome://tracing expects the timestamp to be in microseconds, but it had been stored in the TraceItem in nanoseconds, so this fixes it. Also adds quotes around the thread_id, since on Mac it is written in hex format and so the JSON parser doesn't recognize it. Finally, adds toolchain information to the import traces. PR: 238241 Submitted by: Oleh Hushchenkov (maintainer) Modified: head/devel/gn/Makefile head/devel/gn/distinfo head/devel/gn/files/patch-build_gen.py Modified: head/devel/gn/Makefile ============================================================================== --- head/devel/gn/Makefile Sun Jun 2 19:45:22 2019 (r503331) +++ head/devel/gn/Makefile Sun Jun 2 19:50:16 2019 (r503332) @@ -2,7 +2,7 @@ PORTNAME= gn DISTVERSIONPREFIX= v -DISTVERSION= 1529 +DISTVERSION= 1592 CATEGORIES= devel MAINTAINER= o.hushchenkov@gmail.com Modified: head/devel/gn/distinfo ============================================================================== --- head/devel/gn/distinfo Sun Jun 2 19:45:22 2019 (r503331) +++ head/devel/gn/distinfo Sun Jun 2 19:50:16 2019 (r503332) @@ -1,3 +1,3 @@ -TIMESTAMP = 1550242353 -SHA256 (cglogic-gn-v1529_GH0.tar.gz) = 8f292d3c3a6ea6d6f9b6d41f6e75c360414a7283796905d1b66f41617e2345d2 -SIZE (cglogic-gn-v1529_GH0.tar.gz) = 916888 +TIMESTAMP = 1559209288 +SHA256 (cglogic-gn-v1592_GH0.tar.gz) = 2a3ce6c6739b05ba09dcc8679a4d6ca3b96599c7777217af0563efd6c805f57f +SIZE (cglogic-gn-v1592_GH0.tar.gz) = 939749 Modified: head/devel/gn/files/patch-build_gen.py ============================================================================== --- head/devel/gn/files/patch-build_gen.py Sun Jun 2 19:45:22 2019 (r503331) +++ head/devel/gn/files/patch-build_gen.py Sun Jun 2 19:50:16 2019 (r503332) @@ -1,6 +1,6 @@ ---- build/gen.py.orig 2019-02-12 17:36:05 UTC +--- build/gen.py.orig 2019-05-30 09:42:43 UTC +++ build/gen.py -@@ -115,24 +115,15 @@ def main(argv): +@@ -117,24 +117,15 @@ def main(argv): def GenerateLastCommitPosition(host, header): @@ -8,7 +8,7 @@ - describe_output = subprocess.check_output( - ['git', 'describe', 'HEAD', '--match', ROOT_TAG], shell=host.is_windows(), - cwd=REPO_ROOT) -- mo = re.match(ROOT_TAG + '-(\d+)-g([0-9a-f]+)', describe_output) +- mo = re.match(ROOT_TAG + '-(\d+)-g([0-9a-f]+)', describe_output.decode()) - if not mo: - raise ValueError( - 'Unexpected output from git describe when generating version header')