Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2003 14:37:16 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57612: [patch] mark emulators/ia64sim as broken for gcc 3
Message-ID:  <200310051937.h95JbGFR013127@lonesome.lonesome.com>
Resent-Message-ID: <200310051940.h95JeOZx075557@freefall.freebsd.org>

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

>Number:         57612
>Category:       ports
>Synopsis:       [patch] mark emulators/ia64sim as broken for gcc 3
>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:   Sun Oct 05 12:40:24 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 logs, this port does not seem to build with gcc3.
	Mark it so.
>How-To-Repeat:
	make install (5.X)
>Fix:

--- ia64sim/Makefile.dist	Thu Feb 20 11:21:48 2003
+++ ia64sim/Makefile	Sun Oct  5 14:32:12 2003
@@ -17,6 +17,12 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	IA64 simulator (Intel(R) Architecture 64)
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN=		"does not build with latest gcc"
+.endif
+
 EXTRACT_BEFORE_ARGS=	-qLa
 WRKSRC=		${WRKDIR}/home/chuck/ia64simcc
 USE_ZIP=	yes
@@ -34,4 +40,4 @@
 	${INSTALL_DATA} ${WRKSRC}/doc/ia64user.txt ${WRKSRC}/readme ${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?200310051937.h95JbGFR013127>