From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 2 04:10:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0F9E16A406 for ; Tue, 2 May 2006 04:10:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F3143D49 for ; Tue, 2 May 2006 04:10:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k424AK6D023077 for ; Tue, 2 May 2006 04:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k424AKLi023076; Tue, 2 May 2006 04:10:20 GMT (envelope-from gnats) Date: Tue, 2 May 2006 04:10:20 GMT Message-Id: <200605020410.k424AKLi023076@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Tsurutani Naoki Cc: Subject: Re: ports/95619: japanese manpage of pdumpfs is wrong X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 May 2006 04:10:21 -0000 The following reply was made to PR ports/95619; it has been noted by GNATS. From: Tsurutani Naoki To: bug-followup@FreeBSD.org, Volker Stolz Cc: Subject: Re: ports/95619: japanese manpage of pdumpfs is wrong Date: Tue, 02 May 2006 13:08:43 +0900 Here is a new patch: --- sysutils/pdumpfs/Makefile.orig Fri Nov 18 04:31:57 2005 +++ sysutils/pdumpfs/Makefile Tue May 2 12:57:12 2006 @@ -25,6 +25,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/pdumpfs ${PREFIX}/sbin/ ${INSTALL_MAN} ${WRKSRC}/man/man8/pdumpfs.8 ${PREFIX}/man/man8/ + ${RUBY} -ni -r nkf -e 'puts NKF.nkf("-e",$$_)' ${WRKSRC}/man/ja/man8/pdumpfs.8 ${INSTALL_MAN} ${WRKSRC}/man/ja/man8/pdumpfs.8 ${PREFIX}/man/ja/man8/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} New fix does not depend on any other new ports nor use any new variable.