diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 14:56:18 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-11-23 14:56:18 +0000 |
commit | 6c9f63d85675022c1327c4ec9b5926ec121029bf (patch) | |
tree | 2efddc4726ac20e18505c4c7e7f22656095e1fad /games/xshisen/files/patch-ac | |
parent | upgrade to 2.1 (diff) |
1. This port haven't be corresponded to locale name for Japanese EUC
environment ja_JP.EUC -> ja_JP.eucJP.
This patch installs X resource file into ja_JP.eucJP/app-defaults
instead of ja_JP.EUC/app-defaults, and then if ja_JP.EUC directory
is exist, it will make a symlink from ja_JP.EUC/app-defaults to
ja_JP.eucJP/app-defaults
2. This port execute xshisen, a X11 program, to convert KANJI code and
VERSION string in resource files, and failed with 'Could not open
display' error. This patch replace it with japanese/nkf to convert
KANJI code (sorry for non-japanese people).
3. -lxpg4 is obsoleted and not required for newer environment.
PR: ports/45643
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Approved by: maintainer timeout (2 months)
Notes
Notes:
svn path=/head/; revision=70851
Diffstat (limited to 'games/xshisen/files/patch-ac')
-rw-r--r-- | games/xshisen/files/patch-ac | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/games/xshisen/files/patch-ac b/games/xshisen/files/patch-ac index ccba545eb726..35bc8ad44e80 100644 --- a/games/xshisen/files/patch-ac +++ b/games/xshisen/files/patch-ac @@ -1,5 +1,14 @@ --- Makefile.in.orig Tue Jan 23 17:35:21 1996 -+++ Makefile.in Sun Nov 28 13:59:53 1999 ++++ Makefile.in Sat Nov 9 17:18:47 2002 +@@ -39,7 +39,7 @@ + SCF = xshisen-scores + + LIBS = @LIBS@ +-CODECONV = ./$(exec_name) -KCONV jis ++CODECONV = (nkf -e | sed 's/XSHISEN_VERSION/1.36/') + + all: $(PROGS) + @@ -64,6 +64,9 @@ $(INSTALLD) $$file $(XSHISENLIB)/`basename $$file`; \ done |