summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-03-25 12:55:04 +0000
committerobache <obache@pkgsrc.org>2013-03-25 12:55:04 +0000
commit9e516819cb43a3893a2a0bbda9cd7be50fd50815 (patch)
treed159382f338ee1a0a1d391fb44c3f6afa98761f2 /inputmethod
parent986d293b6584f2cd085ce1450c077d27f5757ac6 (diff)
downloadpkgsrc-9e516819cb43a3893a2a0bbda9cd7be50fd50815.tar.gz
more patches, access(2) require unistd.h.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/scim-fcitx/distinfo5
-rw-r--r--inputmethod/scim-fcitx/patches/patch-src_py.cpp14
-rw-r--r--inputmethod/scim-fcitx/patches/patch-src_sp.cpp14
-rw-r--r--inputmethod/scim-fcitx/patches/patch-src_table.cpp14
4 files changed, 46 insertions, 1 deletions
diff --git a/inputmethod/scim-fcitx/distinfo b/inputmethod/scim-fcitx/distinfo
index 3f0c0b38cec..10362b74f3a 100644
--- a/inputmethod/scim-fcitx/distinfo
+++ b/inputmethod/scim-fcitx/distinfo
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.3 2013/03/22 12:45:26 obache Exp $
+$NetBSD: distinfo,v 1.4 2013/03/25 12:55:04 obache Exp $
SHA1 (scim-fcitx.3.1.1.tar.bz2) = 900d4c4de01bc87a1f9b543afc15e8ccb1ae7775
RMD160 (scim-fcitx.3.1.1.tar.bz2) = 7c064af4b8c847caac1ae27d6356e9b925bb6528
Size (scim-fcitx.3.1.1.tar.bz2) = 1612134 bytes
SHA1 (patch-aa) = 3b50251864dd69c79dfef9c46c728e735a88248e
+SHA1 (patch-src_py.cpp) = 7f777dc5593673fd13a475ab0dc836a0ba525a9d
SHA1 (patch-src_scim__fcitx__imengine.cpp) = ce70db4491d62191b1c80c6e8f6434127a3cb1a3
+SHA1 (patch-src_sp.cpp) = bb845c6cdc22095b65ef313e5e47c110738c4d9a
+SHA1 (patch-src_table.cpp) = b5b7a883330b30d7a3493d9895e18576afbc5fb9
SHA1 (patch-src_tools.cpp) = 3d3e3328289faebea780a1504f1ce70e8d7a2671
diff --git a/inputmethod/scim-fcitx/patches/patch-src_py.cpp b/inputmethod/scim-fcitx/patches/patch-src_py.cpp
new file mode 100644
index 00000000000..462a34de3aa
--- /dev/null
+++ b/inputmethod/scim-fcitx/patches/patch-src_py.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_py.cpp,v 1.1 2013/03/25 12:55:04 obache Exp $
+
+* require unistd.h for access(2)
+
+--- src/py.cpp.orig 2005-05-08 16:11:28.000000000 +0000
++++ src/py.cpp
+@@ -8,6 +8,7 @@
+ using namespace scim;
+
+ #include <stdio.h>
++#include <unistd.h>
+ #include <sys/stat.h>
+ #include <limits.h>
+ #include <stdlib.h>
diff --git a/inputmethod/scim-fcitx/patches/patch-src_sp.cpp b/inputmethod/scim-fcitx/patches/patch-src_sp.cpp
new file mode 100644
index 00000000000..ec390ef3e17
--- /dev/null
+++ b/inputmethod/scim-fcitx/patches/patch-src_sp.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_sp.cpp,v 1.1 2013/03/25 12:55:04 obache Exp $
+
+* require unistd.h for access(2)
+
+--- src/sp.cpp.orig 2005-05-08 16:11:29.000000000 +0000
++++ src/sp.cpp
+@@ -8,6 +8,7 @@
+ using namespace scim;
+
+ #include <stdio.h>
++#include <unistd.h>
+ #include <sys/stat.h>
+ #include <limits.h>
+ #include <ctype.h>
diff --git a/inputmethod/scim-fcitx/patches/patch-src_table.cpp b/inputmethod/scim-fcitx/patches/patch-src_table.cpp
new file mode 100644
index 00000000000..87960586aaf
--- /dev/null
+++ b/inputmethod/scim-fcitx/patches/patch-src_table.cpp
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_table.cpp,v 1.1 2013/03/25 12:55:04 obache Exp $
+
+* require unistd.h for access(2)
+
+--- src/table.cpp.orig 2005-05-08 16:11:29.000000000 +0000
++++ src/table.cpp
+@@ -19,6 +19,7 @@ using namespace scim;
+
+
+ #include <stdio.h>
++#include <unistd.h>
+ #include <sys/stat.h>
+ #include <string.h>
+ #include <stdlib.h>