From owner-cvs-all Sat Nov 23 6:59:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CB8437B401; Sat, 23 Nov 2002 06:59:37 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DAA443E6E; Sat, 23 Nov 2002 06:59:37 -0800 (PST) (envelope-from nork@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gANEuImV066435; Sat, 23 Nov 2002 06:56:18 -0800 (PST) (envelope-from nork@repoman.freebsd.org) Received: (from nork@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gANEuI7S066434; Sat, 23 Nov 2002 06:56:18 -0800 (PST) Message-Id: <200211231456.gANEuI7S066434@repoman.freebsd.org> From: Norikatsu Shigemura Date: Sat, 23 Nov 2002 06:56:18 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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