Can ports/chinese/big5fs be obsolete after 501109?

R. Imura imura at ryu16.org
Fri Dec 5 21:45:01 PST 2003


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 <bsd.port.pre.mk>
 
-.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


More information about the freebsd-i18n mailing list