From owner-freebsd-i18n@FreeBSD.ORG Fri Dec 5 21:45:01 2003 Return-Path: Delivered-To: freebsd-i18n@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D42D16A4CE; Fri, 5 Dec 2003 21:45:01 -0800 (PST) Received: from mail.ryu16.org (YahooBB219005044050.bbtec.net [219.5.44.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C02843FD7; Fri, 5 Dec 2003 21:44:59 -0800 (PST) (envelope-from imura@ryu16.org) Received: from redeye.xt.ryu16.org (localhost [127.0.0.1]) by mail.ryu16.org (8.12.9p1/8.12.9) with ESMTP id hB65iumh056523; Sat, 6 Dec 2003 14:44:56 +0900 (JST) (envelope-from imura@redeye.xt.ryu16.org) Received: (from imura@localhost) by redeye.xt.ryu16.org (8.12.9p1/8.12.9/Submit) id hB65it7Y056522; Sat, 6 Dec 2003 14:44:55 +0900 (JST) (envelope-from imura) Date: Sat, 6 Dec 2003 14:44:55 +0900 From: "R. Imura" To: ports@freebsd.org Message-ID: <20031206054455.GA89116%imura@ryu16.org> References: <20031204230850.GC28062%imura@ryu16.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031204230850.GC28062%imura@ryu16.org> User-Agent: Mutt/1.4.1i-ja.1 cc: statue@freebsd.sinica.edu.tw cc: i18n@freebsd.org Subject: Re: Can ports/chinese/big5fs be obsolete after 501109? X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2003 05:45:01 -0000 On Fri, Dec 05, 2003 at 08:08:50AM +0900, R. Imura wrote: > Hi all, > > Can chinese/big5fs be also obsolete? I found "FreeBSD Chinese HOWTO" (it's very interesting), and It says we can use big5 file systems without chinese/big5fs in -current. I believe this port can be obsolete. (*) FreeBSD Chinese HOWTO http://freebsd.sinica.edu.tw/zh-tut/index.html I refined a patch. - R. Imura Index: chinese/big5fs/Makefile =================================================================== RCS file: /home/ncvs/ports/chinese/big5fs/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- chinese/big5fs/Makefile 21 Nov 2003 03:09:40 -0000 1.11 +++ chinese/big5fs/Makefile 6 Dec 2003 05:24:49 -0000 @@ -23,12 +23,14 @@ .include -.if ${OSVERSION} >= 500000 +.if ${OSVERSION} >= 500000 && ${OSVERSION} < 501109 MSDOSFSDIR= ${SYSDIR}/fs/msdosfs MSDOSFSKO= msdosfs.ko MSDOSFSKODIR= ${SYSDIR}/modules/msdosfs NTFSDIR= ${SYSDIR}/fs/ntfs NTFSPATCH= ntfs_big5.diff.5 +.elif ${OSVERSION} >= 501109 +IGNORE= is obsolete. See mount_cd9660(8), mount_msdosfs(8) or mount_ntfs(8) .else MSDOSFSDIR= ${SYSDIR}/msdosfs MSDOSFSKO= msdos.ko