Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Mar 2006 10:59:05 -0600 (CST)
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.missouristate.edu
Subject:   ports/95220: lang/metaocaml - tested on amd64
Message-ID:  <20060331165905.12A991CE82@phoenix.smluc.org>
Resent-Message-ID: <200604021110.k32BAHmb017493@freefall.freebsd.org>

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

>Number:         95220
>Category:       ports
>Synopsis:       lang/metaocaml - tested on amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 02 11:10:17 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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