pkgsrc-wip/smlnj-current/patches/patch-aa
Vesa Norrman 914a8b4a24 update to 110.57. what's new?
110.57: Bug fixes and minor feature enhancements.
110.56: Bug fixes and minor feature enhancements.
110.55: Bugfixes and minor feature enhancements.
110.54: Important bugfixes and minor feature enhancements.
110.53: Bugfixes and minor feature improvements.
110.52: Minor additions and improvements to library code; bug fixes.
2005-12-26 18:00:42 +00:00

65 lines
1.9 KiB
Text

$NetBSD: patch-aa,v 1.3 2005/12/26 18:00:42 pulahti Exp $
--- config/targets.orig 2005-05-06 02:47:17.000000000 +0000
+++ config/targets 2005-12-24 21:32:49.000000000 +0000
@@ -39,7 +39,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)
@@ -48,7 +48,7 @@
# pre-compile and install CM "portable graph" utility library
#
-#request pgraph-util
+request pgraph-util
# pre-compile and install Concurrent ML, which is a library for message-passing
# concurrency.
@@ -63,7 +63,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
@@ -83,7 +83,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
@@ -92,13 +92,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)
@@ -106,7 +106,7 @@
# (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.