diff options
author | perky <perky@FreeBSD.org> | 2003-09-28 03:46:43 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-09-28 03:46:43 +0000 |
commit | bd000b71e7ee1058c3adde702d01107196bdcba2 (patch) | |
tree | 45383e15f20aeb74e25e381480e34102022bb5de /japanese/msdosfs | |
parent | 0c9ac97919a40be4fd395f3c9733e6d0aa71f5aa (diff) | |
download | FreeBSD-ports-bd000b71e7ee1058c3adde702d01107196bdcba2.zip FreeBSD-ports-bd000b71e7ee1058c3adde702d01107196bdcba2.tar.gz |
sysutis/cd9660, japanese/msdosfs and korean/msdosfs is now
obsolete because of kiconv(3) importing of the recent tree.
PR: 57278
Submitted by: Ryuichiro Imura <imura@yu16.org>
Diffstat (limited to 'japanese/msdosfs')
-rw-r--r-- | japanese/msdosfs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/japanese/msdosfs/Makefile b/japanese/msdosfs/Makefile index bb18b4a..75992ca 100644 --- a/japanese/msdosfs/Makefile +++ b/japanese/msdosfs/Makefile @@ -25,11 +25,14 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/msdosfs.ja .if ${OSVERSION} >= 410001 && ${OSVERSION} < 500000 LAST_UPDATED= 20001027 PATCHDIR= ${MASTERDIR}/patches.4 -.elif ${OSVERSION} >= 500016 +.elif ${OSVERSION} >= 500016 && ${OSVERSION} < 501109 # runs only after 9th Feb 2001 world LAST_UPDATED= 20010209 PATCHDIR= ${MASTERDIR}/patches.5 NO_PACKAGE= "to avoid crashing a machine when try to install incorrect version" +.elif ${OSVERSION} >= 501109 +LAST_UPDATED= 20010209 +IGNORE= is obsolete. See mount_msdosfs(8) .else LAST_UPDATED= 20001022 BROKEN= "Supports up-to-date -CURRENT only" |