aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/edict/files
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>1998-05-30 09:36:05 +0800
committerkuriyama <kuriyama@FreeBSD.org>1998-05-30 09:36:05 +0800
commit6601d8cb8d3f9db89e2456fb1a81725dff213c53 (patch)
tree6dee6c50dbd7af7366734d0ec0fd7bb486f426dd /japanese/edict/files
parent4bad584830bc09dd06ae416e892b1d298e3c8384 (diff)
downloadfreebsd-ports-graphics-6601d8cb8d3f9db89e2456fb1a81725dff213c53.tar.gz
freebsd-ports-graphics-6601d8cb8d3f9db89e2456fb1a81725dff213c53.tar.zst
freebsd-ports-graphics-6601d8cb8d3f9db89e2456fb1a81725dff213c53.zip
Japanse-English dictionaries with access and maintenance utilities.
PR: ports/4643 Submitted by: Jonathan Hanna <jhanna@imtcomsys.bc.ca>
Diffstat (limited to 'japanese/edict/files')
-rw-r--r--japanese/edict/files/patch-aa20
-rw-r--r--japanese/edict/files/patch-ab10
2 files changed, 30 insertions, 0 deletions
diff --git a/japanese/edict/files/patch-aa b/japanese/edict/files/patch-aa
new file mode 100644
index 00000000000..4384444929b
--- /dev/null
+++ b/japanese/edict/files/patch-aa
@@ -0,0 +1,20 @@
+--- Makefile.orig Sun Aug 17 22:45:50 1997
++++ Makefile Sun Aug 17 22:47:02 1997
+@@ -48,7 +48,7 @@
+ # S T A N D _ A L O N E
+ #
+ SAOBJECTS = xjdsa.o xjdcomm_sa.o xjdservcomm_sa.o xjdfrontend_sa.o
+-SACFLAGS = -DXJDFRONTEND -DXJDDIC -DDEMAND_PAGING
++SACFLAGS = -DXJDFRONTEND -DXJDDIC -DDEMAND_PAGING -D__STRICT_BSD__
+ xjdic22sa: $(SAOBJECTS)
+ $(CC) $(SAOBJECTS) -o xjdic22sa
+ xjdsa.o: xjdsa.c
+@@ -64,7 +64,7 @@
+ # C L I E N T
+ #
+ CLOBJECTS = xjdclient.o xjdcomm_cl.o xjdfrontend_cl.o
+-CLCFLAGS = -DXJDFRONTEND -DXJDCLSERV
++CLCFLAGS = -DXJDFRONTEND -DXJDCLSERV -D__STRICT_BSD__
+ xjdic22cl: $(CLOBJECTS)
+ $(CC) $(CLOBJECTS) -o xjdic22cl
+ xjdclient.o: xjdclient.c
diff --git a/japanese/edict/files/patch-ab b/japanese/edict/files/patch-ab
new file mode 100644
index 00000000000..d97c27772f5
--- /dev/null
+++ b/japanese/edict/files/patch-ab
@@ -0,0 +1,10 @@
+--- xjdclient.c.orig Sun Aug 17 22:48:25 1997
++++ xjdclient.c Sun Aug 17 22:48:39 1997
+@@ -33,7 +33,6 @@
+ #include "xjdic.h"
+
+ extern int errno;
+-extern char *sys_errlist[];
+ unsigned char host[51] = {"localhost"};
+ unsigned char yn[2];
+ unsigned int portno = XJ_PORTNO;