diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-21 22:54:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-21 22:54:38 +0000 |
commit | 452db341150bd2edfb9a4722b568345fb6345fe7 (patch) | |
tree | 6ac5a634c59eb6a42cecec8931dae4a8bf19b2bb /lang/smlnj/patches/patch-aa | |
parent | e9602f1ccb8a58e8f7232574df0e77961633c132 (diff) | |
download | pkgsrc-452db341150bd2edfb9a4722b568345fb6345fe7.tar.gz |
Update to 110.42, from Christopher Richards in connection with PR 18678.
Changes:
A number of small, but important bug fixes.
Diffstat (limited to 'lang/smlnj/patches/patch-aa')
-rw-r--r-- | lang/smlnj/patches/patch-aa | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/lang/smlnj/patches/patch-aa b/lang/smlnj/patches/patch-aa index bb747d47cf7..0b1cf7ffa9b 100644 --- a/lang/smlnj/patches/patch-aa +++ b/lang/smlnj/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1.1.1 2003/03/21 22:20:56 wiz Exp $ +$NetBSD: patch-aa,v 1.2 2003/03/21 22:54:39 wiz Exp $ ---- config/targets.orig Fri Feb 22 21:42:15 2002 +--- config/targets.orig Thu Oct 10 12:02:10 2002 +++ config/targets @@ -41,7 +41,7 @@ request ml-lex @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/03/21 22:20:56 wiz Exp $ # pre-compile and install the remaining components of the SML/NJ library # (everything except smlnj-lib.cm, aka Util, itself) -@@ -50,27 +50,27 @@ request smlnj-lib +@@ -50,7 +50,7 @@ request smlnj-lib # pre-compile and install CM "portable graph" utility library # @@ -20,16 +20,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/03/21 22:20:56 wiz Exp $ # pre-compile and install Concurrent ML, which is a library for message-passing # concurrency. - # --#request cml -+request cml - - # pre-compile and install the CML Library, which provides some useful CML - # modules. - # --#request cml-lib -+request cml-lib - +@@ -65,12 +65,12 @@ request cml-lib # pre-compile and install eXene, which is a library for X-Windows programming. # EXene requires CML. # @@ -44,7 +35,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/03/21 22:20:56 wiz Exp $ # pre-compile and install the ML-NLFFI Library, which is the core of # a new foreign function interface (where "foreign" functions are -@@ -79,7 +79,7 @@ request smlnj-lib +@@ -79,7 +79,7 @@ request cml-lib # the new FFI. # This preview release currently works only under X86/Linux. # @@ -53,7 +44,7 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/03/21 22:20:56 wiz Exp $ # build ML-NLFFI-Gen, a program generator tool used in conjunction with # the new "NLFFI" foreign function interface. The tool generates ML -@@ -87,13 +87,13 @@ request smlnj-lib +@@ -87,13 +87,13 @@ request cml-lib # (Requires ckit!) # This preview release currently works only under X86/Linux. # @@ -69,17 +60,12 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/03/21 22:20:56 wiz Exp $ # Build and install the 'nowhere' program translator. # This tool translates programs with conditional patterns (where clauses) -@@ -101,11 +101,11 @@ request smlnj-lib +@@ -101,7 +101,7 @@ request cml-lib # (bad) documentation. # (Requires the mlrisc-tools library!) # -#request nowhere +request nowhere - # unpack and install the documentation directory. - # --#request doc -+request doc - # Note: autoloading is always enabled. # In order to customize what is being pre-registered for autoloading |