6c9f63d856
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)
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
bin/xshisen
|
|
lib/X11/xshisen/xshisen-scores
|
|
lib/X11/xshisen/chun.xpm
|
|
lib/X11/xshisen/haku.xpm
|
|
lib/X11/xshisen/hana.xpm
|
|
lib/X11/xshisen/hatsu.xpm
|
|
lib/X11/xshisen/hishi.xpm
|
|
lib/X11/xshisen/m1.xpm
|
|
lib/X11/xshisen/m2.xpm
|
|
lib/X11/xshisen/m3.xpm
|
|
lib/X11/xshisen/m4.xpm
|
|
lib/X11/xshisen/m5.xpm
|
|
lib/X11/xshisen/m6.xpm
|
|
lib/X11/xshisen/m7.xpm
|
|
lib/X11/xshisen/m8.xpm
|
|
lib/X11/xshisen/m9.xpm
|
|
lib/X11/xshisen/nan.xpm
|
|
lib/X11/xshisen/p1.xpm
|
|
lib/X11/xshisen/p2.xpm
|
|
lib/X11/xshisen/p3.xpm
|
|
lib/X11/xshisen/p4.xpm
|
|
lib/X11/xshisen/p5.xpm
|
|
lib/X11/xshisen/p6.xpm
|
|
lib/X11/xshisen/p7.xpm
|
|
lib/X11/xshisen/p8.xpm
|
|
lib/X11/xshisen/p9.xpm
|
|
lib/X11/xshisen/pei.xpm
|
|
lib/X11/xshisen/s1.xpm
|
|
lib/X11/xshisen/s2.xpm
|
|
lib/X11/xshisen/s3.xpm
|
|
lib/X11/xshisen/s4.xpm
|
|
lib/X11/xshisen/s5.xpm
|
|
lib/X11/xshisen/s6.xpm
|
|
lib/X11/xshisen/s7.xpm
|
|
lib/X11/xshisen/s8.xpm
|
|
lib/X11/xshisen/s9.xpm
|
|
lib/X11/xshisen/sha.xpm
|
|
lib/X11/xshisen/ton.xpm
|
|
lib/X11/app-defaults/XShisen
|
|
lib/X11/ja_JP.eucJP/app-defaults/XShisen
|
|
@unexec rmdir %D/lib/X11/ja_JP.eucJP/app-defaults 2>/dev/null || true
|
|
@unexec rmdir %D/lib/X11/ja_JP.eucJP 2>/dev/null || true
|
|
@dirrm lib/X11/xshisen
|
|
@exec [ -d %D/lib/X11/ja_JP.EUC/ -a -d %D/lib/X11/ja_JP.EUC/app-defaults ] && ln -s %D/lib/X11/ja_JP.eucJP/app-defaults/XShisen %D/lib/X11/ja_JP.EUC/app-defaults || true
|
|
@unexec rm %D/lib/X11/ja_JP.EUC/app-defaults/XShisen 2>/dev/null || true
|