Date: Sat, 23 Nov 2002 06:56:18 -0800 (PST) From: Norikatsu Shigemura <nork@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/games/xshisen Makefile pkg-plist ports/games/xshisen/files patch-aa patch-ac Message-ID: <200211231456.gANEuI7S066434@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nork 2002/11/23 06:56:18 PST Modified files: games/xshisen Makefile pkg-plist games/xshisen/files patch-aa patch-ac Log: 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) Revision Changes Path 1.18 +17 -4 ports/games/xshisen/Makefile 1.5 +0 -9 ports/games/xshisen/files/patch-aa 1.2 +10 -1 ports/games/xshisen/files/patch-ac 1.6 +5 -3 ports/games/xshisen/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211231456.gANEuI7S066434>