ports/87530: [fix] games/HeroesOfMightAndMagic: amd64 unsuported

Simun Mikecin numisemis at yahoo.com
Sun Oct 16 19:00:38 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list