From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 24 00:30:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B29316A41A for ; Mon, 24 Sep 2007 00:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F0DAA13C48E for ; Mon, 24 Sep 2007 00:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8O0U1hM022635 for ; Mon, 24 Sep 2007 00:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8O0U1Xd022634; Mon, 24 Sep 2007 00:30:01 GMT (envelope-from gnats) Resent-Date: Mon, 24 Sep 2007 00:30:01 GMT Resent-Message-Id: <200709240030.l8O0U1Xd022634@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jamie Jones Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48B6816A555 for ; Mon, 24 Sep 2007 00:29:01 +0000 (UTC) (envelope-from jamie@thompson.bishopston.net) Received: from pacha.mail.bishopston.net (pacha.mail.bishopston.net [IPv6:2001:5c0:877d::3]) by mx1.freebsd.org (Postfix) with ESMTP id B390A13C4BB for ; Mon, 24 Sep 2007 00:29:00 +0000 (UTC) (envelope-from jamie@thompson.bishopston.net) Received: from tiffany.bishopston.net (tiffany.bishopston.net [IPv6:2001:618:400:1bd5::1] (may be forged)) by catflap.bishopston.net (8.14.1/8.14.1) with ESMTP id l8O0SsXI086675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 24 Sep 2007 01:28:55 +0100 (BST) (envelope-from jamie@thompson.bishopston.net) Received: from thompson.bishopston.net (thompson.bishopston.net [IPv6:2001:618:400:1bd5::100]) by tiffany.bishopston.net (8.14.0/8.12.3) with ESMTP id l8O0SiYY008663 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 24 Sep 2007 01:28:44 +0100 (BST) (envelope-from jamie@thompson.bishopston.net) Received: from thompson.bishopston.net (localhost [IPv6:::1]) by thompson.bishopston.net (8.14.1/8.12.3) with ESMTP id l8O0SiEx007061 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 24 Sep 2007 01:28:44 +0100 (BST) (envelope-from jamie@thompson.bishopston.net) Received: (from jamie@localhost) by thompson.bishopston.net (8.14.1/8.12.9/Submit) id l8O0SiXr007060; Mon, 24 Sep 2007 01:28:44 +0100 (BST) (envelope-from jamie) Message-Id: <200709240028.l8O0SiXr007060@thompson.bishopston.net> Date: Mon, 24 Sep 2007 01:28:44 +0100 (BST) From: Jamie Jones To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/116589: games/hex-a-hop port doesn't compile on 64bit systems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jamie Jones List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 00:30:02 -0000 >Number: 116589 >Category: ports >Synopsis: games/hex-a-hop port doesn't compile on 64bit systems >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Sep 24 00:30:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jamie Jones >Release: FreeBSD 7.0-CURRENT i386 >Organization: department of NEVER submit a PR when drunk. >Environment: System: FreeBSD thompson.bishopston.net 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Sep 23 16:20:37 BST 2007 root@thompson.bishopston.net:/usr/obj/usr/src/sys/THOMPSON i386 >Description: doesn't compile on 64bit systems, and I have no access to such systems to fix. any help/offers greatfully accepted, but that witholding, need to mark this as i386 only. >How-To-Repeat: try to compile on sparc64/amd64 >Fix: --- Makefile.o 2007-09-23 22:52:29.000000000 +0100 +++ Makefile 2007-09-23 22:56:38.000000000 +0100 @@ -16,6 +16,9 @@ MAINTAINER= jamie@bishopston.net COMMENT= A puzzle game based on hexagonal tiles +NOT_FOR_ARCHS= amd64 sparc64 +NOT_FOR_ARCHS_REASON_amd64= Probably an easy fix, but I've no access to an amd64 machine. Offers of help appreciated! +NOT_FOR_ARCHS_REASON_sparc64= Probably an easy fix, but I've no access to a sparc64 machine. Offers of help appreciated! USE_SDL= sdl MAKEFILE= Makefile.FreeBSD -- -=-=-=- Virus Scanned by "pacha.mail.bishopston.net" using ClamAv -=-=-=- Database Last Checked: Mon Sep 24 00:38:01 BST 2007 - http://www.clamav.net/ Database Updated : Mon Sep 24 00:38:01 BST 2007 - 155991 viruses scanned >Release-Note: >Audit-Trail: >Unformatted: