Date: Wed, 24 Nov 2004 11:08:49 -0700 From: "Greg J." <xcas@cox.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/74325: [MAINTAINER] emulators/fceu: Mark broken on Sparc64 - reported by Kris Kennaway Message-ID: <1101319729.0@casper.bsd-unix.org> Resent-Message-ID: <200411241810.iAOIAC2r027775@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 74325 >Category: ports >Synopsis: [MAINTAINER] emulators/fceu: Mark broken on Sparc64 - reported by Kris Kennaway >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 24 18:10:12 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Greg J. >Release: FreeBSD 5.3-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD 5.3-RELEASE-p1 #0: Wed Nov 24 09:57:00 MST 2004 root@casper.bsd-unix.org:/usr/obj/usr/src/sys/CASX32 >Description: Mark broken on Sparc64 - reported by Kris Kennaway. >How-To-Repeat: >Fix: --- fceu.diff begins here --- --- emulators/fceu/Makefile.orig Wed Nov 24 10:46:21 2004 +++ emulators/fceu/Makefile Wed Nov 24 10:59:28 2004 @@ -9,7 +9,6 @@ PORTVERSION= 0.98.12 CATEGORIES= emulators MASTER_SITES= http://fceultra.sourceforge.net/releases/ -MASTER_SITE_SUBDIR= fceultra DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= xcas@cox.net @@ -32,6 +31,10 @@ TECHPPUDOCS= "2C02_technical_operation.TXT" loopy1.txt loopy2.txt .include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not compile on sparc64" +.endif pre-everything:: .if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL) --- fceu.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1101319729.0>