Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2003 05:07:29 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57275: [patch] mark emulators/dlx as broken except on i386 stable
Message-ID:  <200309271007.h8RA7TUt058127@lonesome.lonesome.com>
Resent-Message-ID: <200309271010.h8RAAF0w013967@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309271007.h8RA7TUt058127>