Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Aug 2012 06:24:20 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302703 - head/sysutils/rsyslog6-devel/files
Message-ID:  <201208180624.q7I6OKFH082410@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd (doc committer)
Date: Sat Aug 18 06:24:20 2012
New Revision: 302703
URL: http://svn.freebsd.org/changeset/ports/302703

Log:
  - Update the patches to fix the build.
  
  Pointy hat to:	me
  Noticed by:	Andrzej Tobola < ato AT iem.pw.edu.pl >

Deleted:
  head/sysutils/rsyslog6-devel/files/patch-plugins__imklog__bsd.c
  head/sysutils/rsyslog6-devel/files/patch-plugins__imklog__imklog.h
Modified:
  head/sysutils/rsyslog6-devel/files/patch-plugins__imuxsock__imuxsock.c

Modified: head/sysutils/rsyslog6-devel/files/patch-plugins__imuxsock__imuxsock.c
==============================================================================
--- head/sysutils/rsyslog6-devel/files/patch-plugins__imuxsock__imuxsock.c	Sat Aug 18 03:07:42 2012	(r302702)
+++ head/sysutils/rsyslog6-devel/files/patch-plugins__imuxsock__imuxsock.c	Sat Aug 18 06:24:20 2012	(r302703)
@@ -1,6 +1,15 @@
---- ./plugins/imuxsock/imuxsock.c.orig	2011-09-15 06:01:15.000000000 +0000
-+++ ./plugins/imuxsock/imuxsock.c	2012-01-17 01:17:22.085759310 +0000
-@@ -727,9 +727,7 @@
+--- plugins/imuxsock/imuxsock.c.orig	2012-06-18 02:13:18.000000000 -0600
++++ plugins/imuxsock/imuxsock.c	2012-08-16 16:37:27.000000000 -0600
+@@ -81,7 +81,7 @@
+ 
+ /* emulate struct ucred for platforms that do not have it */
+ #ifndef HAVE_SCM_CREDENTIALS
+-struct ucred { int pid; };
++struct ucred { int pid; uid_t uid; gid_t gid; };
+ #endif
+ 
+ /* handle some defines missing on more than one platform */
+@@ -891,9 +891,7 @@
  	int iMaxLine;
  	struct msghdr msgh;
  	struct iovec msgiov;



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