Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 18:45:36 +0000 (UTC)
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542885 - branches/2020Q3/net-im/6cord/files
Message-ID:  <202007221845.06MIjaEE076733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mikael
Date: Wed Jul 22 18:45:36 2020
New Revision: 542885
URL: https://svnweb.freebsd.org/changeset/ports/542885

Log:
  MFH: r542881
  
  net-im/6cord: fix build on -head
  
  Import upstream patch: https://github.com/godbus/dbus/commit/efee8394fa9a426004eb24eed1dee80f5efd90af
  
  PR:		247760
  Approved by:	Lewis Cook (maintainer)
  Approved by:	ports-secteam (joneum)

Added:
  branches/2020Q3/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go
     - copied unchanged from r542881, head/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go
Modified:
Directory Properties:
  branches/2020Q3/   (props changed)

Copied: branches/2020Q3/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go (from r542881, head/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2020Q3/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go	Wed Jul 22 18:45:36 2020	(r542885, copy of r542881, head/net-im/6cord/files/patch-vendor_github.com_godbus_dbus_transport__unixcred__freebsd.go)
@@ -0,0 +1,10 @@
+--- vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go.orig	2019-12-08 01:39:36 UTC
++++ vendor/github.com/godbus/dbus/transport_unixcred_freebsd.go
+@@ -10,6 +10,7 @@ package dbus
+ /*
+ const int sizeofPtr = sizeof(void*);
+ #define _WANT_UCRED
++#include <sys/types.h>
+ #include <sys/ucred.h>
+ */
+ import "C"



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