Date: Mon, 6 Feb 2006 14:57:11 +0900 (JST) From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92877: version string is wrong in japanese/less Message-ID: <200602060557.k165vB6w067747@polymer3.scphys.kyoto-u.ac.jp> Resent-Message-ID: <200602060600.k1660KkR063816@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 92877 >Category: ports >Synopsis: version string is wrong in japanese/less >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 06 06:00:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD polymer3.scphys.kyoto-u.ac.jp 5.4-STABLE FreeBSD 5.4-STABLE #16: Wed Jan 18 18:03:11 JST 2006 turutani@polymer3.scphys.kyoto-u.ac.jp:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: version string in japanese/less is wrong. >How-To-Repeat: % ls /var/db/pkg/ | grep less ja-less+iso-382.258 % jless -V less 358+iso254+regex_cs-lwp9k+gtags Copyright (C) 2002 Mark Nudelman less comes with NO WARRANTY, to the extent permitted by law. For information about the terms of redistribution, see the file named README in the less distribution. Homepage: http://www.greenwoodsoftware.com/less Japanized part of Less Copyright (c) 1994-2005 Kazushi (Jam) Marukawa % >Fix: fix files/patch-cc as following: --- /usr/ports/japanese/less/files/patch-ac.orig Sun Dec 31 07:01:57 2000 +++ /usr/ports/japanese/less/files/patch-ac Mon Feb 6 12:47:57 2006 @@ -4,5 +4,5 @@ in search.c. */ --char version[] = "358+iso254"; -+char version[] = "358+iso254+regex_cs-lwp9k+gtags"; +-char version[] = "382+iso258"; ++char version[] = "382+iso258+regex_cs-lwp9k"; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602060557.k165vB6w067747>