1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/japanese/canna-server/files/patch-ac
Masafumi Max NAKANE e1d8feedad 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)
1996-09-18 08:02:06 +00:00

87 lines
2.0 KiB
Plaintext

*** 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