Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Oct 2013 12:33:57 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328942 - head/textproc/scim-bridge/files
Message-ID:  <201310011233.r91CXvG2032264@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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