From erik@smluc.org  Sun Apr  2 11:04:15 2006
Return-Path: <erik@smluc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4EB2016A422
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Apr 2006 11:04:15 +0000 (UTC)
	(envelope-from erik@smluc.org)
Received: from phoenix.smluc.org (phoenix.smluc.org [12.28.48.23])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E5B6843D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Apr 2006 11:04:14 +0000 (GMT)
	(envelope-from erik@smluc.org)
Received: by phoenix.smluc.org (Postfix, from userid 1000)
	id 12A991CE82; Fri, 31 Mar 2006 10:59:05 -0600 (CST)
Message-Id: <20060331165905.12A991CE82@phoenix.smluc.org>
Date: Fri, 31 Mar 2006 10:59:05 -0600 (CST)
From: Erik Greenwald <erik@smluc.org>
Reply-To: Erik Greenwald <erik@smluc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: erik@math.missouristate.edu
Subject: lang/metaocaml - tested on amd64
X-Send-Pr-Version: 3.113
X-GNATS-Notify: mainland@apeiron.net

>Number:         95220
>Category:       ports
>Synopsis:       lang/metaocaml - tested on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 02 11:10:17 GMT 2006
>Closed-Date:    Sun Apr 09 01:00:15 GMT 2006
>Last-Modified:  Sun Apr 09 01:00:15 GMT 2006
>Originator:     Erik Greenwald
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:

>Description:

Tested this on amd64, it seems to work with 6.0

$ uname -srp ; metaocamlc -o fib fib.ml && ./fib 10 && metaocamlopt -o fibo fib.ml && ./fibo 10
FreeBSD 6.0-RC1 amd64
55
55
$

>How-To-Repeat:
>Fix:

--- lang-metaocaml.patch begins here ---
Index: lang/metaocaml/Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/metaocaml/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- lang/metaocaml/Makefile	29 Nov 2005 15:02:17 -0000	1.4
+++ lang/metaocaml/Makefile	31 Mar 2006 16:47:22 -0000
@@ -14,7 +14,7 @@
 MAINTAINER=	mainland@apeiron.net
 COMMENT=	The MetaOCaml compiler and programming environment
 
-ONLY_FOR_ARCHS=	i386	# feel free to test on other archs and send a PR
+ONLY_FOR_ARCHS=	i386 amd64	# feel free to test on other archs and send a PR
 
 USE_REINPLACE=	yes
 REINPLACE_ARGS=	-i ""
--- lang-metaocaml.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Apr 2 11:16:10 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95220 

From: Geoffrey Mainland <mainland@apeiron.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/95220: lang/metaocaml - tested on amd64
Date: Sun, 2 Apr 2006 12:06:09 -0400

 Great, thanks for testing on amd64! I approve.
 
 Geoff
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Sun Apr 2 16:28:26 UTC 2006 
State-Changed-Why:  
Maintainer approved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95220 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Sun Apr 9 01:00:09 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=95220 
>Unformatted:
