summaryrefslogtreecommitdiff
path: root/japanese/canna-lib/files/patch-ac
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-09-18 08:02:06 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-09-18 08:02:06 +0000
commite1d8feedad3c3649171f69c58f559fe0bb7af055 (patch)
tree9154d3c2c84c8bb4b2ffd546795ead8cd8c91113 /japanese/canna-lib/files/patch-ac
parentAdd BROKEN=yes since it won't compile without g++ 2.7.x. (diff)
Changed the maintainer from Satoshi to Max.
This port now installs man pages. (Patch-ac is responsible for following three items.) This port now installs files into ${PREFIX}/{bin,include/canna,lib/canna} instead of /usr/local/Canna/{bin,include,lib}. Changed the location and the name of the lock file to /var/run/Canna.pid. Changed the location of the log file to /var/log. Now the readme file is not installed into the directory where the lock file resides. (patch-ab) In post-install:, /etc/services is checked and the user will be notified if there is no entry for Canna. Added new patch to modify source of several man pages to avoid it displaying an empty page before showing its content. (patch-ad)
Notes
Notes: svn path=/head/; revision=3805
Diffstat (limited to 'japanese/canna-lib/files/patch-ac')
-rw-r--r--japanese/canna-lib/files/patch-ac86
1 files changed, 86 insertions, 0 deletions
diff --git a/japanese/canna-lib/files/patch-ac b/japanese/canna-lib/files/patch-ac
new file mode 100644
index 000000000000..ae6d5ad8aa87
--- /dev/null
+++ b/japanese/canna-lib/files/patch-ac
@@ -0,0 +1,86 @@
+*** Canna.conf.orig Wed Apr 12 22:15:03 1995
+--- Canna.conf Wed Sep 18 07:05:18 1996
+***************
+*** 114,128 ****
+ * $Id: Canna.conf,v 2.10.1.2 1995/04/12 13:15:03 misao Exp $
+ */
+
+! cannaBinDir = /usr/local/canna/bin
+! cannaSrvDir = /usr/local/canna/bin
+! cannaLibDir = /usr/local/canna/lib
+! cannaManDir = /usr/local/canna/man
+! cannaIncDir = /usr/local/canna/include/canna
+! libCannaDir = /usr/lib
+
+! ErrDir = /usr/spool/canna
+! LockDir = /usr/spool/canna/lock
+
+ wcharDefinition = -DCANNA_WCHAR
+ Wlib =
+--- 114,128 ----
+ * $Id: Canna.conf,v 2.10.1.2 1995/04/12 13:15:03 misao Exp $
+ */
+
+! cannaBinDir = ${PREFIX}/bin
+! cannaSrvDir = ${PREFIX}/sbin
+! cannaLibDir = ${PREFIX}/lib/canna
+! cannaManDir = ${PREFIX}/man
+! cannaIncDir = ${PREFIX}/include/canna
+! libCannaDir = ${PREFIX}/lib
+
+! ErrDir = /var/log
+! LockDir = /var/run
+
+ wcharDefinition = -DCANNA_WCHAR
+ Wlib =
+***************
+*** 135,141 ****
+
+ pointerIntegerDef =
+
+! cannaDsoRev = 1
+ sharedLibExtension = so.$(cannaDsoRev)
+
+ /* 以下の3つは root にならないでインストールするのであれば echo に
+--- 135,141 ----
+
+ pointerIntegerDef =
+
+! cannaDsoRev = 1.0
+ sharedLibExtension = so.$(cannaDsoRev)
+
+ /* 以下の3つは root にならないでインストールするのであれば echo に
+***************
+*** 145,151 ****
+ CHMOD = chmod
+
+ /* 日本語マニュアルを使わないのであればコメントアウト */
+! #define JAPANESEMAN
+
+ /* locale ディレクトリを持っている場合は以下を記述する */
+ /* #define LOCALE_DIR /usr/lib/locale */
+--- 145,151 ----
+ CHMOD = chmod
+
+ /* 日本語マニュアルを使わないのであればコメントアウト */
+! /* #define JAPANESEMAN */
+
+ /* locale ディレクトリを持っている場合は以下を記述する */
+ /* #define LOCALE_DIR /usr/lib/locale */
+***************
+*** 178,184 ****
+ #define UseInstalledLibCanna NO
+
+ DicDir = $(cannaLibDir)/dic
+! LockFile = .CANNALOCK
+
+ #ifdef NeXT
+ #define NO_X_ENV
+--- 178,184 ----
+ #define UseInstalledLibCanna NO
+
+ DicDir = $(cannaLibDir)/dic
+! LockFile = Canna.pid
+
+ #ifdef NeXT
+ #define NO_X_ENV