svn commit: r328942 - head/textproc/scim-bridge/files

John Marino marino at FreeBSD.org
Tue Oct 1 12:33:58 UTC 2013


Author: marino
Date: Tue Oct  1 12:33:57 2013
New Revision: 328942
URL: http://svnweb.freebsd.org/changeset/ports/328942

Log:
  textproc/scim-bridge: add <unistd.h> for modern compilers
  
  Approved by:	portmgr (bapt, implicit)

Added:
  head/textproc/scim-bridge/files/patch-agent_scim-bridge-agent-signal-listener.cpp   (contents, props changed)
  head/textproc/scim-bridge/files/patch-agent_utils_scim-bridge-agent-panel-client.cpp   (contents, props changed)

Added: head/textproc/scim-bridge/files/patch-agent_scim-bridge-agent-signal-listener.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/scim-bridge/files/patch-agent_scim-bridge-agent-signal-listener.cpp	Tue Oct  1 12:33:57 2013	(r328942)
@@ -0,0 +1,10 @@
+--- agent/scim-bridge-agent-signal-listener.cpp.orig	2008-11-02 06:44:50.000000000 +0000
++++ agent/scim-bridge-agent-signal-listener.cpp
+@@ -22,6 +22,7 @@
+ #include <signal.h>
+ #include <stdio.h>
+ #include <string.h>
++#include <unistd.h>
+ 
+ #include <sys/socket.h>
+ #include <sys/types.h>

Added: head/textproc/scim-bridge/files/patch-agent_utils_scim-bridge-agent-panel-client.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/scim-bridge/files/patch-agent_utils_scim-bridge-agent-panel-client.cpp	Tue Oct  1 12:33:57 2013	(r328942)
@@ -0,0 +1,10 @@
+--- agent/utils/scim-bridge-agent-panel-client.cpp.orig	2009-01-17 17:20:15.000000000 +0000
++++ agent/utils/scim-bridge-agent-panel-client.cpp
+@@ -20,6 +20,7 @@
+ 
+ #include <errno.h>
+ #include <string.h>
++#include <unistd.h>
+ 
+ #include <sys/stat.h>
+ #include <sys/types.h>


More information about the svn-ports-all mailing list