summaryrefslogtreecommitdiff
path: root/japanese/sj3/files/patch-ab
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-09 07:08:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-09 07:08:07 +0000
commitc074b45c97df67bf5dc39d4cd96dd957c9d83335 (patch)
tree0fbf39dc71c317c13d8fff38dab9fddf4ac60973 /japanese/sj3/files/patch-ab
parentjapanese/ng: use termios instead of sgtty (diff)
[patch] japanese/sj3 is broken
There are several problems with japanese/sj3 port. 1. Original MASTER_SITES don't seem to work any longer. 2. With the current patchset it builds okay, but it is said that it does not work correctly. 3. It does not build under 7-CURRENT (i.e. with gcc4.2). PR: ports/113572 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=199168
Diffstat (limited to 'japanese/sj3/files/patch-ab')
-rw-r--r--japanese/sj3/files/patch-ab21
1 files changed, 0 insertions, 21 deletions
diff --git a/japanese/sj3/files/patch-ab b/japanese/sj3/files/patch-ab
deleted file mode 100644
index ea8aebc78ddd..000000000000
--- a/japanese/sj3/files/patch-ab
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -arcN ../sj3-2.0.1.13.old/include/Const.h ./include/Const.h
-*** ../sj3-2.0.1.13.old/include/Const.h Tue Aug 13 03:13:39 1996
---- ./include/Const.h Wed Aug 21 14:01:27 1996
-***************
-*** 87,93 ****
---- 87,101 ----
- #define ProtoName "tcp"
- #define PortNumber "3000"
- #else
-+ /*
-+ * Change the default Port number of sj3 for FreeBSD.
-+ * Patched by Hidekazu Kuroki(hidekazu@cs.titech.ac.jp) 1996/8/20
-+ */
-+ #ifdef __FreeBSD__
-+ #define PortNumber 3086
-+ #else /* ! __FreeBSD__ */
- #define PortNumber 3000
-+ #endif /* ! __FreeBSD__ */
- #endif
- #define SocketName "/tmp/sj3sock"
- #define LockFile "/tmp/SJ3SERV.EXIST"