ports/53470: [patch][non-maintainer] set ONLY_FOR_ARCHS on sysutils/dump9660

Mark Linimon linimon at lonesome.com
Wed Jun 18 23:30:19 UTC 2003


>Number:         53470
>Category:       ports
>Synopsis:       [patch][non-maintainer] set ONLY_FOR_ARCHS on sysutils/dump9660
>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:   Wed Jun 18 16:30:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	Per Fenner's report, this port no longer fetches from its
	main website, which seems to have shut down (the author
	has graduated from the university).  I have sent email
	to the maintainer asking about a new site (Google did
	not find one).

	Further, although the port has the _capability_ of being
	made on PPC, currently it only works on i386.  There is
	no reason to let anyone thing elsewise unless someone
	wants to update the port.
>How-To-Repeat:
	make install (non-i386)
>Fix:

--- dump9660/Makefile.dist	Wed Jun 18 18:26:50 2003
+++ dump9660/Makefile	Wed Jun 18 18:26:26 2003
@@ -8,12 +8,18 @@
 PORTNAME=	dump9660
 PORTVERSION=	1.0
 CATEGORIES=	sysutils
-MASTER_SITES=	http://www.eecs.harvard.edu/~wkj/Software/dump9660/
+# site is shut down as of 06/18/2003; no replacement yet found.
+# email sent to maintainer.
+#MASTER_SITES=	http://www.eecs.harvard.edu/~wkj/Software/dump9660/
 DISTNAME=	dump9660
 EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	dump9660-port at eecs.harvard.edu
 COMMENT=	Create an ISO 9660 image, possibly incrementally
+
+# this port seems to require a .s file; there are only ones for
+# i386 and mips, and even the latter is not integrated correctly.
+ONLY_FOR_ARCHS=	i386
 
 MAN8=		mk9660.8
 MAN5=		proto.5
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list