ports/57275: [patch] mark emulators/dlx as broken except on i386 stable

Mark Linimon linimon at lonesome.com
Sat Sep 27 10:10:17 UTC 2003


>Number:         57275
>Category:       ports
>Synopsis:       [patch] mark emulators/dlx as broken except on i386 stable
>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 03:10:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
	Per bento, this port only seems to build on i386 stable.
	Mark it so.

	The distfile dates from 1991 (!) so it may well be time to
	let it go unless someone wants to step up to maintain it.
>How-To-Repeat:
	(bento logs)
>Fix:

--- dlx/Makefile.dist	Sat May 10 09:49:04 2003
+++ dlx/Makefile	Sat Sep 27 05:03:31 2003
@@ -16,8 +16,14 @@
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Assembler for Hennessy and Patterson's DLX architecture
 
-.if ${MACHINE_ARCH} == alpha
-BROKEN=		will not build on alpha
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != i386
+BROKEN=		will not build on ${ARCH}
+.endif
+
+.if ${OSVERSION} > 500000
+BROKEN=		does not build on -current
 .endif
 
 MAN1=		dlxcc.1
@@ -40,4 +46,4 @@
 	@${INSTALL_DATA} ${WRKSRC}/dlxsim/doc/* ${DOCSDIR}
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list