From owner-svn-ports-head@freebsd.org Tue Dec 13 10:25:46 2016 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 ADDE8C70FF9; Tue, 13 Dec 2016 10:25:46 +0000 (UTC) (envelope-from girgen@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 mx1.freebsd.org (Postfix) with ESMTPS id 7D1CA109A; Tue, 13 Dec 2016 10:25:46 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBDAPjgw057725; Tue, 13 Dec 2016 10:25:45 GMT (envelope-from girgen@FreeBSD.org) Received: (from girgen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBDAPjqj057724; Tue, 13 Dec 2016 10:25:45 GMT (envelope-from girgen@FreeBSD.org) Message-Id: <201612131025.uBDAPjqj057724@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: girgen set sender to girgen@FreeBSD.org using -f From: Palle Girgensohn Date: Tue, 13 Dec 2016 10:25:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428474 - head/sysutils/metricbeat/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.23 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: Tue, 13 Dec 2016 10:25:46 -0000 Author: girgen Date: Tue Dec 13 10:25:45 2016 New Revision: 428474 URL: https://svnweb.freebsd.org/changeset/ports/428474 Log: Fix build on 386 by adding upstreams fix WWW: https://github.com/shirou/gopsutil/commit/e864f2a037bf2e2e62d20e2f132ab08e261b6e71 Added: head/sysutils/metricbeat/files/patch-gopsutil (contents, props changed) Added: head/sysutils/metricbeat/files/patch-gopsutil ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/metricbeat/files/patch-gopsutil Tue Dec 13 10:25:45 2016 (r428474) @@ -0,0 +1,22 @@ +--- ../src/github.com/elastic/beats/vendor/github.com/shirou/gopsutil/disk/disk_freebsd_386.go.orig 2016-12-13 11:17:18.930219000 +0100 ++++ ../src/github.com/elastic/beats/vendor/github.com/shirou/gopsutil/disk/disk_freebsd_386.go 2016-12-13 11:17:23.015481000 +0100 +@@ -39,6 +39,10 @@ + MNT_SUSPEND = 4 + ) + ++const ( ++ sizeOfDevstat = 0xf0 ++) ++ + type ( + _C_short int16 + _C_int int32 +@@ -95,7 +99,7 @@ + Flags uint32 + Device_type uint32 + Priority uint32 +- ID *byte ++ Id *byte + Sequence1 uint32 + } + type Bintime struct {