From owner-cvs-all@FreeBSD.ORG Wed Dec 10 08:44:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 876A61065677; Wed, 10 Dec 2008 08:44:24 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 71BE68FC19; Wed, 10 Dec 2008 08:44:24 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBA8iO9L001980; Wed, 10 Dec 2008 08:44:24 GMT (envelope-from stefan@repoman.freebsd.org) Received: (from stefan@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBA8iOOm001979; Wed, 10 Dec 2008 08:44:24 GMT (envelope-from stefan) Message-Id: <200812100844.mBA8iOOm001979@repoman.freebsd.org> From: Stefan Walter Date: Wed, 10 Dec 2008 08:44:24 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/mlton Makefile distinfo pkg-plist ports/lang/mlton/files add-local-cross ml.grm.sig ml.grm.sml ml.lex.sml mlb.grm.sig mlb.grm.sml mlb.lex.sml patch-Makefile patch-bin-mlton_script patch-runtime-Makefile patch-runtime-cenv.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2008 08:44:24 -0000 stefan 2008-12-10 08:44:24 UTC FreeBSD ports repository Modified files: lang/mlton Makefile distinfo pkg-plist Added files: lang/mlton/files add-local-cross ml.grm.sig ml.grm.sml ml.lex.sml mlb.grm.sig mlb.grm.sml mlb.lex.sml patch-Makefile patch-bin-mlton_script patch-runtime-Makefile patch-runtime-cenv.h patch-runtime-mingw.c patch-runtime-mingw.h upgrade-basis.sml yacc.grm.sig yacc.grm.sml yacc.lex.sml Log: This patch adds three features to the lang/mlton port: * Support for FreeBSD 6.x * Support for compilation with SML/NJ * Cross-compilation with mingw32 PR: 124061 Submitted by: Timothy Bourke Approved by: maintainer Revision Changes Path 1.18 +56 -10 ports/lang/mlton/Makefile 1.7 +6 -3 ports/lang/mlton/distinfo 1.1 +197 -0 ports/lang/mlton/files/add-local-cross (new) 1.1 +88 -0 ports/lang/mlton/files/ml.grm.sig (new) 1.1 +5497 -0 ports/lang/mlton/files/ml.grm.sml (new) 1.1 +5660 -0 ports/lang/mlton/files/ml.lex.sml (new) 1.1 +32 -0 ports/lang/mlton/files/mlb.grm.sig (new) 1.1 +894 -0 ports/lang/mlton/files/mlb.grm.sml (new) 1.1 +1854 -0 ports/lang/mlton/files/mlb.lex.sml (new) 1.1 +22 -0 ports/lang/mlton/files/patch-Makefile (new) 1.1 +18 -0 ports/lang/mlton/files/patch-bin-mlton_script (new) 1.1 +84 -0 ports/lang/mlton/files/patch-runtime-Makefile (new) 1.1 +11 -0 ports/lang/mlton/files/patch-runtime-cenv.h (new) 1.1 +43 -0 ports/lang/mlton/files/patch-runtime-mingw.c (new) 1.1 +20 -0 ports/lang/mlton/files/patch-runtime-mingw.h (new) 1.1 +68 -0 ports/lang/mlton/files/upgrade-basis.sml (new) 1.1 +54 -0 ports/lang/mlton/files/yacc.grm.sig (new) 1.1 +1053 -0 ports/lang/mlton/files/yacc.grm.sml (new) 1.1 +901 -0 ports/lang/mlton/files/yacc.lex.sml (new) 1.6 +10 -0 ports/lang/mlton/pkg-plist