From owner-svn-ports-all@freebsd.org Tue May 16 12:27:44 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CEF01D70E06; Tue, 16 May 2017 12:27:44 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F1D7127A; Tue, 16 May 2017 12:27:44 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4GCRh8S004745; Tue, 16 May 2017 12:27:43 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4GCRhxl004744; Tue, 16 May 2017 12:27:43 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201705161227.v4GCRhxl004744@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Tue, 16 May 2017 12:27:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440997 - head/games/wesnoth X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2017 12:27:44 -0000 Author: tz Date: Tue May 16 12:27:43 2017 New Revision: 440997 URL: https://svnweb.freebsd.org/changeset/ports/440997 Log: games/wesnoth: add pkg-message for charset information Wesnoth assumes an UTF-8 charset by default. Using another one will result in a crash of Wesnoth. Since the charset depends on the env, the user needs to take care itself. PR: 216500 Submitted by: mzs_47@yahoo.co.in Added: head/games/wesnoth/pkg-message (contents, props changed) Added: head/games/wesnoth/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wesnoth/pkg-message Tue May 16 12:27:43 2017 (r440997) @@ -0,0 +1,5 @@ +Wesnoth assumes an UTF-8 charset by default. Using another charset +will result in a crash. To avoid this situation set the charset +before starting wesnoth: + +env LANG=en_US.UTF-8 wesnoth