From owner-svn-ports-head@freebsd.org Tue Aug 18 21:24:50 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 877EC3C7A7C; Tue, 18 Aug 2020 21:24:50 +0000 (UTC) (envelope-from glewis@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BWP7k31fLz3S74; Tue, 18 Aug 2020 21:24:50 +0000 (UTC) (envelope-from glewis@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 4BE9818682; Tue, 18 Aug 2020 21:24:50 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07ILOo26062409; Tue, 18 Aug 2020 21:24:50 GMT (envelope-from glewis@FreeBSD.org) Received: (from glewis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07ILOoTN062408; Tue, 18 Aug 2020 21:24:50 GMT (envelope-from glewis@FreeBSD.org) Message-Id: <202008182124.07ILOoTN062408@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: glewis set sender to glewis@FreeBSD.org using -f From: Greg Lewis Date: Tue, 18 Aug 2020 21:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545259 - head/sysutils/beats7/files X-SVN-Group: ports-head X-SVN-Commit-Author: glewis X-SVN-Commit-Paths: head/sysutils/beats7/files X-SVN-Commit-Revision: 545259 X-SVN-Commit-Repository: ports 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.33 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, 18 Aug 2020 21:24:50 -0000 Author: glewis Date: Tue Aug 18 21:24:49 2020 New Revision: 545259 URL: https://svnweb.freebsd.org/changeset/ports/545259 Log: Attempt to fix the build on HEAD Modified: head/sysutils/beats7/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go Modified: head/sysutils/beats7/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go ============================================================================== --- head/sysutils/beats7/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go Tue Aug 18 21:00:02 2020 (r545258) +++ head/sysutils/beats7/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go Tue Aug 18 21:24:49 2020 (r545259) @@ -1,14 +1,16 @@ --- vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go.orig 2020-05-28 07:16:25.000000000 -0700 +++ vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go 2020-06-10 23:26:07.955802000 -0700 -@@ -8,7 +8,7 @@ +@@ -8,8 +8,9 @@ package dbus /* -const int sizeofPtr = sizeof(void*); +const int sizeOfPtr = sizeof(void*); #define _WANT_UCRED ++#include #include */ + import "C" @@ -38,7 +38,7 @@ // http://golang.org/src/pkg/syscall/sockcmsg_unix.go