ports/57612: [patch] mark emulators/ia64sim as broken for gcc 3
Mark Linimon
linimon at lonesome.com
Sun Oct 5 19:40:28 UTC 2003
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list