ports/57278: sysutils/cd9660, {japanese,korean}/msdosfs obsolete in -current

Ryuichiro Imura imura at ryu16.org
Sat Sep 27 11:30:21 UTC 2003


>Number:         57278
>Category:       ports
>Synopsis:       sysutils/cd9660, {japanese,korean}/msdosfs obsolete in -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 27 04:30:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Ryuichiro Imura
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:


>Description:

Because of kiconv(3) import to the tree,
sysutils/cd9660, japanese/msdosfs, korean/msdosfs will be
no longer used, if OSVERSION > 501109.


>How-To-Repeat:
>Fix:


Index: japanese/msdosfs/Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/msdosfs/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- japanese/msdosfs/Makefile	27 Sep 2003 00:50:06 -0000	1.12
+++ japanese/msdosfs/Makefile	27 Sep 2003 11:05:25 -0000
@@ -25,11 +25,14 @@
 .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
+BROKEN=		"See mount_msdosfs(8). It's already in the tree"
 .else
 LAST_UPDATED=	20001022
 BROKEN=		"Supports up-to-date -CURRENT only"
Index: korean/msdosfs/Makefile
===================================================================
RCS file: /home/ncvs/ports/korean/msdosfs/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- korean/msdosfs/Makefile	7 Mar 2003 06:05:16 -0000	1.3
+++ korean/msdosfs/Makefile	27 Sep 2003 11:07:05 -0000
@@ -28,11 +28,14 @@
 .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
+BROKEN=		"See mount_msdosfs(8). It's already in the tree"
 .else
 LAST_UPDATED=	20001022
 BROKEN=		"Supports up-to-date -CURRENT only"
Index: sysutils/cd9660_unicode/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/cd9660_unicode/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- sysutils/cd9660_unicode/Makefile	27 Sep 2003 01:01:06 -0000	1.7
+++ sysutils/cd9660_unicode/Makefile	27 Sep 2003 11:10:44 -0000
@@ -29,6 +29,12 @@
 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
+BROKEN=		"See mount_cd9660(8). It's already in the tree"
+.endif
+
 pre-everything::
 	@if [ ! -d /sys -o ! -d ${SRCPREFIX}/sys ]; then \
 		${ECHO_MSG} "****************************************" ; \
@@ -48,4 +54,4 @@
 post-install:
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list