summaryrefslogtreecommitdiff
path: root/lang/moscow_ml/patches/patch-ac
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-04 11:09:46 +0000
committerfrueauf <frueauf>1998-12-04 11:09:46 +0000
commit418c39d745328dc1d3855f189d23c6f3076d3a51 (patch)
treef92595d3aebc27ee19cc77ed15fb43d0340d5633 /lang/moscow_ml/patches/patch-ac
parent0f2f976c6fea8bbbb3b6972c4ad7dda6bf535823 (diff)
downloadpkgsrc-418c39d745328dc1d3855f189d23c6f3076d3a51.tar.gz
Update moscow_ml to 1.43, provided in pr 6527 by Johnny C. Lam with
some refining by myself. New in version 1.43 of Moscow ML: * Arrays of weak pointers (structure Weak). * Dynamic linking of external functions under Linux and Solaris * Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm) * The load paths can be set from the interactive system. * The interactive system's prompts and responses can be turned off (option -quietdec, variable Meta.quietdec). * Prettyprinters can be installed also on base types and abstract types. * Mosmllex now supports abbreviations for regular expressions.
Diffstat (limited to 'lang/moscow_ml/patches/patch-ac')
-rw-r--r--lang/moscow_ml/patches/patch-ac15
1 files changed, 7 insertions, 8 deletions
diff --git a/lang/moscow_ml/patches/patch-ac b/lang/moscow_ml/patches/patch-ac
index 4cbbea6d73d..274c22a2c29 100644
--- a/lang/moscow_ml/patches/patch-ac
+++ b/lang/moscow_ml/patches/patch-ac
@@ -1,19 +1,18 @@
-$NetBSD: patch-ac,v 1.2 1998/08/07 11:09:20 agc Exp $
+$NetBSD: patch-ac,v 1.3 1998/12/04 11:09:46 frueauf Exp $
---- launch/Makefile.orig Mon Jul 7 04:38:39 1997
-+++ launch/Makefile Tue Feb 17 00:04:36 1998
-@@ -14,12 +14,11 @@
+--- launch/Makefile.orig Mon Jul 7 03:38:39 1997
++++ launch/Makefile Thu Dec 3 03:19:54 1998
+@@ -14,11 +14,11 @@
chmod a+x /tmp/testscr
sh -c 'if sh -c /tmp/testscr 2>/dev/null; \
then echo "#!$(BINDIR)/camlrunm" > $(LIBDIR)/header; \
- else cp camlexec $(LIBDIR)/header; \
-+ else ${BSD_INSTALL_PROGRAM} camlexec $(LIBDIR)/header; \
++ else ${INSTALL_PROGRAM} camlexec $(LIBDIR)/header; \
fi'
rm -f /tmp/testscr
for script in mosml mosmlc; do \
- cp $$script $(BINDIR)/$$script; \
-- chmod a+x $(BINDIR)/$$script; \
-+ ${BSD_INSTALL_SCRIPT} $$script $(BINDIR)/$$script; \
++ ${INSTALL_SCRIPT} $$script $(BINDIR)/$$script; \
+ chmod a+x $(BINDIR)/$$script; \
done
- mosmlc: mosmlc.tpl