pkgsrc/lang/moscow_ml/patches/patch-ab
tron 70d66fb13d Update "moscow_ml" package to version 2.00. Changes since version 1.44:
This is file README for Moscow ML 2.00 for Linux/Unix (June 2000)
- The full SML Modules language (structures, signatures, and functors)
  is now supported, thanks to Claudio Russo.  Also, several extensions
  to the SML Modules language are provided:
- higher-order functors: functors may be defined within structures
  and functors
- first-class modules: structures and functors may be packed and
  then handled as Core language values, which may then be unpacked
  as structures or functors again
- recursive modules: signatures and structures may be recursively
  defined
- Value polymorphism has become friendlier: non-generalizable free
  type variables are left free, and become instantiated (once only)
  when the bound variable is used
- Added facilities for creating and communicating with subprocesses
  (structure Unix and Signal from SML Basis Library).
- Added facilities for efficient functional generation of HTML code
  (structure Msp); also supports the writing of ML Server Page
  scripts.
- Added facilities setting and accessing `cookies' in CGI scripts
  (structure Mosmlcookie), thanks to Hans Molin, Uppsala, Sweden.
- The Gdimage structure now produces PNG images (using Thomas
  Boutell's gd library).
2000-08-23 21:57:58 +00:00

13 lines
392 B
Text

$NetBSD: patch-ab,v 1.5 2000/08/23 21:57:58 tron Exp $
--- Makefile.orig Tue Jul 18 16:16:44 2000
+++ Makefile Wed Aug 23 23:43:08 2000
@@ -58,7 +58,7 @@
cd compiler; make install
cd toolssrc; make install
cd lex; make install
- (cd $(INCDIR)/..; rm -f config; ln -s include config)
+ (cd $(INCDIR); rm -f config; ln -s . config)
cd doc; make install
# Remove all generated files