summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2005-02-22 10:48:36 +0000
committerhira <hira@pkgsrc.org>2005-02-22 10:48:36 +0000
commit8e05f5e586fd163d319aff5defc254083cb06495 (patch)
treee278b00d56e44a456f589daee65a41a6aaecea44 /inputmethod
parent0872fc5b11a701e90bdb22b0b3a67682afdcffdf (diff)
downloadpkgsrc-8e05f5e586fd163d319aff5defc254083cb06495.tar.gz
Add inclusion of <arpa/inet.h> for inet_ntoa(3).
Bump PKGREVISION.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/skkserv/Makefile4
-rw-r--r--inputmethod/skkserv/distinfo3
-rw-r--r--inputmethod/skkserv/patches/patch-ai12
3 files changed, 16 insertions, 3 deletions
diff --git a/inputmethod/skkserv/Makefile b/inputmethod/skkserv/Makefile
index b6cabda5841..4d79598d522 100644
--- a/inputmethod/skkserv/Makefile
+++ b/inputmethod/skkserv/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2004/12/28 02:47:44 reed Exp $
+# $NetBSD: Makefile,v 1.11 2005/02/22 10:48:36 hira Exp $
DISTNAME= skk9.6
PKGNAME= skkserv-3.9.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= japanese inputmethod
MASTER_SITES= ftp://skk.kuis.kyoto-u.ac.jp/skk/9.6/
diff --git a/inputmethod/skkserv/distinfo b/inputmethod/skkserv/distinfo
index 00a17b1e8df..06bd05c8554 100644
--- a/inputmethod/skkserv/distinfo
+++ b/inputmethod/skkserv/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/05/31 12:59:58 seb Exp $
+$NetBSD: distinfo,v 1.2 2005/02/22 10:48:36 hira Exp $
SHA1 (skk/skk9.6.tar.gz) = f462b4586dff6e36bfe331a526e054c3f6c3aad9
Size (skk/skk9.6.tar.gz) = 2407653 bytes
@@ -12,5 +12,6 @@ SHA1 (patch-ae) = 356b3bab93365bb769a340b99979161f07f60de4
SHA1 (patch-af) = 0ee1792a36a220096048801346c466c9e3ec2736
SHA1 (patch-ag) = f60d3e410cfc1c438827fa498e5fa4bc4dc3ec46
SHA1 (patch-ah) = 414fc705a685f0276ae3a66d2f2546e1e7767495
+SHA1 (patch-ai) = 89fa76a42e445a3cb331e9f49e00b42d1a2ec91f
SHA1 (patch-bsearch) = d753fe29c2d0301a9e7bbf8c2d1f624447761cad
SHA1 (patch-jisyo) = 0711c55fb8df69648bd182de68ea6a69d42ac9af
diff --git a/inputmethod/skkserv/patches/patch-ai b/inputmethod/skkserv/patches/patch-ai
new file mode 100644
index 00000000000..0af9736fb04
--- /dev/null
+++ b/inputmethod/skkserv/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.1 2005/02/22 10:48:36 hira Exp $
+
+--- skkserv/skkserv.h.orig 2005-02-22 19:14:10.000000000 +0900
++++ skkserv/skkserv.h 2005-02-22 19:14:46.000000000 +0900
+@@ -43,6 +43,7 @@
+ #include <sys/ioctl.h>
+ #endif
+ #include <sys/socket.h>
++#include <arpa/inet.h>
+ #include <netinet/in.h>
+ #include <netdb.h>
+ #include <signal.h>