From owner-svn-ports-all@FreeBSD.ORG Tue May 5 09:41:08 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56986D88; Tue, 5 May 2015 09:41:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2B2061698; Tue, 5 May 2015 09:41:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t459f8NC070641; Tue, 5 May 2015 09:41:08 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t459f8l1070640; Tue, 5 May 2015 09:41:08 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201505050941.t459f8l1070640@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 5 May 2015 09:41:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385452 - head/games/oneko/files 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.20 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, 05 May 2015 09:41:08 -0000 Author: jbeich Date: Tue May 5 09:41:07 2015 New Revision: 385452 URL: https://svnweb.freebsd.org/changeset/ports/385452 Log: games/oneko: unbreak install if locale-specific app-defaults dir exists configure tries to autodetect existing japanese app-defaults and if finds installs there without updating pkg-plist. A quick search turns up the following ports can cause the issue if installed beforehand. deskutils/xcalendar/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/XCalendar games/xshisen/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/XShisen japanese/tgif/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/Tgif.sample x11-clocks/emiclock/pkg-plist:lib/X11/ja_JP.EUC/app-defaults/EmiClock x11-clocks/emiclock/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/EmiClock x11-fonts/nexfontsel/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/NeXFontSel x11/xmascot/pkg-plist:lib/X11/ja_JP.EUC/app-defaults/XMascot x11/xmascot/pkg-plist:lib/X11/ja_JP.eucJP/app-defaults/XMascot PR: 199493 Submitted by: turutani@scphys.kyoto-u.ac.jp Approved by: maintainer timeout (2 weeks + 4 days) Added: head/games/oneko/files/patch-configure (contents, props changed) Added: head/games/oneko/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/oneko/files/patch-configure Tue May 5 09:41:07 2015 (r385452) @@ -0,0 +1,23 @@ +--- configure.orig 1998-05-27 17:00:37 UTC ++++ configure +@@ -3509,20 +3509,6 @@ mandir=`eval "echo $mandir"` + localedir=$exec_prefix + test "$exec_prefix" = "NONE" && localedir=$prefix + +-for dir in ja_JP ja_JP.AJEC ja_JP.EUC ja_JP.ujis ja_JP.eucJP ja japan japanese \ +- Japanese-EUC japanese.euc ; do +- if test "$dir" != ""; then +- if test -d "$localedir/lib/X11/$dir/app-defaults"; then +- locale=$dir +- break +- else +- if test -d "$mandir/$dir"; then +- locale=$dir +- break +- fi +- fi +- fi +-done + test "$locale" = "" && locale="ja" + + test "$with_pop" = "yes" -o "$with_pop" = "" && cat >> confdefs.h <<\EOF