summaryrefslogtreecommitdiff
path: root/inputmethod/unicon-im
diff options
context:
space:
mode:
authorrxg <rxg@pkgsrc.org>2005-12-08 12:09:54 +0000
committerrxg <rxg@pkgsrc.org>2005-12-08 12:09:54 +0000
commit61a3692c6dcd1a133155bc577ed2d1cd944b2371 (patch)
tree6b456bb4f7fd115ec63de1c574ca2227b9c4c434 /inputmethod/unicon-im
parentdaf4266f99b225c238b6187fcdcfec0311369a4d (diff)
downloadpkgsrc-61a3692c6dcd1a133155bc577ed2d1cd944b2371.tar.gz
Close pkg/28783 - unicon can't build under -current, submitted by myself.
Oked by wiz.
Diffstat (limited to 'inputmethod/unicon-im')
-rw-r--r--inputmethod/unicon-im/distinfo4
-rw-r--r--inputmethod/unicon-im/patches/patch-ah20
-rw-r--r--inputmethod/unicon-im/patches/patch-ai15
3 files changed, 38 insertions, 1 deletions
diff --git a/inputmethod/unicon-im/distinfo b/inputmethod/unicon-im/distinfo
index 145e992c703..229459c0534 100644
--- a/inputmethod/unicon-im/distinfo
+++ b/inputmethod/unicon-im/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 21:00:35 agc Exp $
+$NetBSD: distinfo,v 1.4 2005/12/08 12:09:54 rxg Exp $
SHA1 (unicon-1.2.tar.gz) = 61854d160547f645f8033f0b4fd15ebb15ab92a8
RMD160 (unicon-1.2.tar.gz) = c862f03ba561fe4c3641cf8b364a9bae40a78c03
@@ -10,3 +10,5 @@ SHA1 (patch-ad) = 01de02c2ae547adee291dd119b86fb3097c02db5
SHA1 (patch-ae) = c26e800c754a45fbd7085f4ff1659d2ed9053cc4
SHA1 (patch-af) = 9c593e5a6d6291801fcbcd837bc6814d50814b46
SHA1 (patch-ag) = 7955678370e49317b8e9244616fd49f65667d167
+SHA1 (patch-ah) = 1e9413af0b2904cb17a028d5cedfd1ded6eca22b
+SHA1 (patch-ai) = de5452fea6a9183cc008fd0b8f37b00e7f4a066c
diff --git a/inputmethod/unicon-im/patches/patch-ah b/inputmethod/unicon-im/patches/patch-ah
new file mode 100644
index 00000000000..5cbd0c50c65
--- /dev/null
+++ b/inputmethod/unicon-im/patches/patch-ah
@@ -0,0 +1,20 @@
+$NetBSD: patch-ah,v 1.1 2005/12/08 12:09:54 rxg Exp $
+
+--- server/TLS_Debug.cpp.orig 2000-05-12 14:53:46.000000000 +0800
++++ server/TLS_Debug.cpp
+@@ -1,14 +1,12 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+-#include <iostream.h>
+-#include <fstream.h>
+ #include <assert.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <assert.h>
+ #include <string.h>
+ #include <TLS_Debug.hpp>
+-TLS_CDebug::TLS_CDebug (char *szFileName, int mode = 0)
++TLS_CDebug::TLS_CDebug (char *szFileName, int mode)
+ {
+ if (szFileName == NULL)
+ {
diff --git a/inputmethod/unicon-im/patches/patch-ai b/inputmethod/unicon-im/patches/patch-ai
new file mode 100644
index 00000000000..4632047c14f
--- /dev/null
+++ b/inputmethod/unicon-im/patches/patch-ai
@@ -0,0 +1,15 @@
+$NetBSD: patch-ai,v 1.1 2005/12/08 12:09:54 rxg Exp $
+
+--- server/TLS_LibMain.cpp.orig 2005-12-06 21:43:48.000000000 +0800
++++ server/TLS_LibMain.cpp
+@@ -33,10 +33,8 @@
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+-#include <signal.h>
+ #include <netdb.h>
+ #include <unistd.h>
+-#include <iostream.h>
+ #include <pth.h>
+
+ #include <TLS_MemFile.hpp>