pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/inputmethod/skkserv Add inclusion of <arpa/inet.h> for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2265ac531ecf
branches: trunk
changeset: 489495:2265ac531ecf
user: hira <hira%pkgsrc.org@localhost>
date: Tue Feb 22 10:48:36 2005 +0000
description:
Add inclusion of <arpa/inet.h> for inet_ntoa(3).
Bump PKGREVISION.
diffstat:
inputmethod/skkserv/Makefile | 4 ++--
inputmethod/skkserv/distinfo | 3 ++-
inputmethod/skkserv/patches/patch-ai | 12 ++++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (46 lines):
diff -r 89f1c7d90f59 -r 2265ac531ecf inputmethod/skkserv/Makefile
--- a/inputmethod/skkserv/Makefile Tue Feb 22 10:22:05 2005 +0000
+++ b/inputmethod/skkserv/Makefile Tue Feb 22 10:48:36 2005 +0000
@@ -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 -r 89f1c7d90f59 -r 2265ac531ecf inputmethod/skkserv/distinfo
--- a/inputmethod/skkserv/distinfo Tue Feb 22 10:22:05 2005 +0000
+++ b/inputmethod/skkserv/distinfo Tue Feb 22 10:48:36 2005 +0000
@@ -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-af) = 0ee1792a36a220096048801346c466c9e3ec2736
SHA1 (patch-ag) = f60d3e410cfc1c438827fa498e5fa4bc4dc3ec46
SHA1 (patch-ah) = 414fc705a685f0276ae3a66d2f2546e1e7767495
+SHA1 (patch-ai) = 89fa76a42e445a3cb331e9f49e00b42d1a2ec91f
SHA1 (patch-bsearch) = d753fe29c2d0301a9e7bbf8c2d1f624447761cad
SHA1 (patch-jisyo) = 0711c55fb8df69648bd182de68ea6a69d42ac9af
diff -r 89f1c7d90f59 -r 2265ac531ecf inputmethod/skkserv/patches/patch-ai
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/inputmethod/skkserv/patches/patch-ai Tue Feb 22 10:48:36 2005 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index