aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-09-28 03:46:43 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-09-28 03:46:43 +0000
commit82fbf5af097d98347aae0cbfbe30eb28299a0e22 (patch)
tree06fd9d784820d05e5cea1929ba4509306b103b52
parent537a93ab729e3738122e96cccad7e5dc452a07a9 (diff)
downloadports-82fbf5af097d98347aae0cbfbe30eb28299a0e22.tar.gz
ports-82fbf5af097d98347aae0cbfbe30eb28299a0e22.zip
Notes
-rw-r--r--japanese/msdosfs/Makefile5
-rw-r--r--korean/msdosfs/Makefile5
-rw-r--r--sysutils/cd9660_unicode/Makefile8
3 files changed, 15 insertions, 3 deletions
diff --git a/japanese/msdosfs/Makefile b/japanese/msdosfs/Makefile
index bb18b4ae7ef0..75992ca78fcf 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"
diff --git a/korean/msdosfs/Makefile b/korean/msdosfs/Makefile
index 885561a0dece..08788eec9bda 100644
--- a/korean/msdosfs/Makefile
+++ b/korean/msdosfs/Makefile
@@ -28,11 +28,14 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/msdosfs.ko
.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"
diff --git a/sysutils/cd9660_unicode/Makefile b/sysutils/cd9660_unicode/Makefile
index 1243f191cb31..eb85fe3807dc 100644
--- a/sysutils/cd9660_unicode/Makefile
+++ b/sysutils/cd9660_unicode/Makefile
@@ -29,6 +29,12 @@ FLAG!= /usr/bin/grep -e cd9660_wchar2char \
BROKEN= "your FreeBSD version is not supported. Please update to the latest version and try again"
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501109
+IGNORE= is obsolete. See mount_cd9660(8)
+.endif
+
pre-everything::
@if [ ! -d /sys -o ! -d ${SRCPREFIX}/sys ]; then \
${ECHO_MSG} "****************************************" ; \
@@ -48,4 +54,4 @@ pre-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>