Bug 116589 - games/hex-a-hop port doesn't compile on 64bit systems
Summary: games/hex-a-hop port doesn't compile on 64bit systems
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 01:30 UTC by Jamie Jones
Modified: 2014-06-16 04:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jamie Jones 2007-09-24 01:30:01 UTC
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.

Fix: 

-- 
-=-=-=-  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--eJ8pGPYFubR7NVqZ6mbEy8CbVSoGBhXwkEdTETg7QBXLJDVI
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
How-To-Repeat: 
try to compile on sparc64/amd64
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-28 13:32:55 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-09-28 13:33:12 UTC
edwin       2007-09-28 12:32:50 UTC

  FreeBSD ports repository

  Modified files:
    games/hex-a-hop      Makefile 
  Log:
  games/hex-a-hop port doesn't compile on 64bit systems
  
          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.
  
  PR:             ports/116589
  Submitted by:   Jamie Jones <jamie@bishopston.net>
  
  Revision  Changes    Path
  1.5       +4 -1      ports/games/hex-a-hop/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"