Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 20:57:59 +0200 (CEST)
From:      Simun Mikecin <numisemis@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        holger@eit.uni-kl.de
Subject:   ports/87530: [fix] games/HeroesOfMightAndMagic: amd64 unsuported
Message-ID:  <20051016185759.61D3C60323@data.home.hr>
Resent-Message-ID: <200510161900.j9GJ0bdC084965@freefall.freebsd.org>

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

>Number:         87530
>Category:       ports
>Synopsis:       [fix] games/HeroesOfMightAndMagic: amd64 unsuported
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 16 19:00:37 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Simun Mikecin
>Release:        FreeBSD 6.0-RC1 amd64
>Organization:
>Environment:
System: FreeBSD data.home.hr 6.0-RC1 FreeBSD 6.0-RC1 #4: Sun Oct 16 16:47:10 CEST 2005 root@:/var/obj/usr/src/sys/DATA amd64


	
>Description:
In the Makefile, amd64 is not listed as one of the supported architectures. If
corrected it runs just fine on amd64.
>How-To-Repeat:
Try on FreeBSD/amd64:
	cd /usr/ports/games/HeroesOfMightAndMagic && make install
>Fix:
--- Makefile.orig	Mon Jun 20 10:29:00 2005
+++ Makefile	Sun Oct 16 20:50:24 2005
@@ -19,7 +19,7 @@
 
 PLIST=		${WRKDIR}/PLIST
 IS_INTERACTIVE=	yes
-ONLY_FOR_ARCHS=	i386
+ONLY_FOR_ARCHS=	i386 amd64
 USE_LINUX=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051016185759.61D3C60323>