Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2020 21:24:50 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r545259 - head/sysutils/beats7/files
Message-ID:  <202008182124.07ILOoTN062408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sys/types.h>
  #include <sys/ucred.h>
  */
+ import "C"
 @@ -38,7 +38,7 @@
  
  // http://golang.org/src/pkg/syscall/sockcmsg_unix.go



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