From e1d8feedad3c3649171f69c58f559fe0bb7af055 Mon Sep 17 00:00:00 2001 From: Masafumi Max NAKANE Date: Wed, 18 Sep 1996 08:02:06 +0000 Subject: 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) --- japanese/Canna/files/patch-ac | 86 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 japanese/Canna/files/patch-ac (limited to 'japanese/Canna/files/patch-ac') diff --git a/japanese/Canna/files/patch-ac b/japanese/Canna/files/patch-ac new file mode 100644 index 000000000000..ae6d5ad8aa87 --- /dev/null +++ b/japanese/Canna/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 -- cgit v1.2.3