summaryrefslogtreecommitdiff
path: root/lang/smlnj/patches/patch-aa
blob: e0aa774c045fa514b021f4593662ce78a8671945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
$NetBSD: patch-aa,v 1.6 2010/02/07 03:14:36 asau Exp $

--- config/targets.orig	2010-02-03 19:40:28.000000000 +0300
+++ config/targets	2010-02-07 05:56:52.000000000 +0300
@@ -91,7 +91,7 @@
 
 # build ML-Burg
 #
-#request ml-burg
+request ml-burg
 
 # pre-compile and install the remaining components of the SML/NJ library
 # (everything except smlnj-lib.cm, aka Util, itself)
@@ -100,7 +100,7 @@
 
 # pre-compile and install CM "portable graph" utility library
 #
-#request pgraph-util
+request pgraph-util
 
 # pre-compile and install "Trace-Debug-Profile" utility library
 # (provides simple back-trace- and coverage facilities)
@@ -120,7 +120,7 @@
 # pre-compile and install eXene, which is a library for X-Windows programming.
 # EXene requires CML.
 #
-#request eXene
+request eXene
 
 # pre-compile (certain) parts of MLRISC that are not already part of the SML/NJ
 # compiler itself
@@ -130,7 +130,7 @@
 # pre-compile and install the C-Kit, which is a library for parsing and
 # type-checking C programs
 #
-#request ckit
+request ckit
 
 # pre-compile and install the ML-NLFFI Library, which is the core of
 # a new foreign function interface (where "foreign" functions are
@@ -140,7 +140,7 @@
 # This preview release currently works under X86/Linux, Sparc/Solaris,
 # PPC/MacOSX, and X86/Win32.
 #
-#request ml-nlffi-lib
+request ml-nlffi-lib
 
 # build ML-NLFFI-Gen, a program generator tool used in conjunction with
 # the new "NLFFI" foreign function interface.  The tool generates ML
@@ -149,13 +149,13 @@
 # This preview release currently works under X86/Linux, Sparc/Solaris,
 # PPC/MacOSX, and X86/Win32.
 #
-#request ml-nlffigen
+request ml-nlffigen
 
 # pre-compile and install the MLRISC Tools library.
 # This library is for parsing and pretty printing SML code.
 # It's used by various MLRISC code generator generator.
 #
-#request mlrisc-tools
+request mlrisc-tools
 
 # Build and install the 'nowhere' program translator.
 # This tool translates programs with conditional patterns (where clauses) 
@@ -163,11 +163,11 @@
 # (bad) documentation.
 # (Requires the mlrisc-tools library!)
 #
-#request nowhere
+request nowhere
 
 # Build and install 'heap2asm' - an experimental component of
 # a new facility for producing true stand-alone executables.
-#request heap2asm
+request heap2asm
 
 # Note: autoloading is always enabled.
 #   In order to customize what is being pre-registered for autoloading