Date: Wed, 4 Apr 2007 00:55:29 -0300 From: "Marcelo Araujo (araujo@bsdmail.org)" <araujo@bsdmail.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Cc: pav@FreeBSD.org Subject: ports/111214: [Update] games/deal BROKEN on sparc64 Message-ID: <1175658929.31856@island.freebsd.org> Resent-Message-ID: <200704040400.l3440D8n037401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 111214 >Category: ports >Synopsis: [Update] games/deal BROKEN on sparc64 >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: Wed Apr 04 04:00:13 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Marcelo Araujo (araujo@bsdmail.org) >Release: FreeBSD 6.2-RELEASE i386 >Organization: FreeBSD >Environment: System: FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC >Description: - alert fixed for BROKEN package in sparc64 >How-To-Repeat: >Fix: --- deal.diff begins here --- ? deal.patch Index: Makefile =================================================================== RCS file: /home/ncvs/ports/games/deal/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 23 Aug 2006 13:29:36 -0000 1.10 +++ Makefile 4 Apr 2007 03:51:29 -0000 @@ -10,7 +10,7 @@ CATEGORIES= games MASTER_SITES= http://catb.org/~esr/deal/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= A calculator for card-draw probabilities ALL_TARGET= deal @@ -27,8 +27,8 @@ .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" -BROKEN= Does not compile on ia64 +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64 and sparc64 .endif .include <bsd.port.post.mk> --- deal.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?1175658929.31856>