mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Change default port number. This was actually a very old patch that
I forgot to commit. Submitted by: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
This commit is contained in:
parent
9e78512d02
commit
68cf975a72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5958
21
japanese/sjxa/files/patch-ab
Normal file
21
japanese/sjxa/files/patch-ab
Normal file
@ -0,0 +1,21 @@
|
||||
diff -arcN ../sjxa-1.5.11.old/sj3libP.h ./sj3libP.h
|
||||
*** ../sjxa-1.5.11.old/sj3libP.h Tue Apr 11 21:12:23 1995
|
||||
--- ./sj3libP.h Wed Aug 21 14:04:10 1996
|
||||
***************
|
||||
*** 48,54 ****
|
||||
--- 48,62 ----
|
||||
#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"
|
||||
|
Loading…
Reference in New Issue
Block a user