summaryrefslogtreecommitdiff
path: root/lang/moscow_ml/patches/patch-ad
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2000-04-05 08:44:59 +0000
committerjdolecek <jdolecek@pkgsrc.org>2000-04-05 08:44:59 +0000
commit9fe36dec5de179e47440f92345a8f3e111188aa5 (patch)
tree818d6fe556a6fd3bc5b4980aa4fa75c275e28d63 /lang/moscow_ml/patches/patch-ad
parent4b1b531b17d951596120ad96dbfd5219faf0939d (diff)
downloadpkgsrc-9fe36dec5de179e47440f92345a8f3e111188aa5.tar.gz
Update to moscow_ml-1.44. Changes in 1.44 (from pkg README):
* Access to GNU gdbm persistent hashtables (structures Gdbm, Polygdbm) * Interface to the PostgreSQL database server (structure Postgres) * Interface to the MySQL database server (structure Mysql) * Interface to POSIX 1003.2 regular expressions (structure Regex) * Interface to sockets (structure Socket) * Faster bytecode execution (when compiled with GCC or egcs) * Registration of ML and C functions simplify callbacks Apparently the NetBSD patches were also pulled up. Since the distfile on the original site was updated without version indication, this also fixes kern/9783.
Diffstat (limited to 'lang/moscow_ml/patches/patch-ad')
-rw-r--r--lang/moscow_ml/patches/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/moscow_ml/patches/patch-ad b/lang/moscow_ml/patches/patch-ad
deleted file mode 100644
index 4a0d446e6f3..00000000000
--- a/lang/moscow_ml/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.3 1998/12/04 11:09:46 frueauf Exp $
-
---- lex/Makefile.orig Mon Apr 6 15:01:22 1998
-+++ lex/Makefile Thu Dec 3 03:21:13 1998
-@@ -34,7 +34,8 @@
- rm -f Makefile.bak
-
- install:
-- cat $(LIBDIR)/header mosmllex > $(BINDIR)/mosmllex
-+ cat $(LIBDIR)/header mosmllex > mosmllex.bin
-+ ${INSTALL_SCRIPT} mosmllex.bin $(BINDIR)/mosmllex
- chmod a+x $(BINDIR)/mosmllex
-
- Grammar.sml Grammar.sig: Grammar.grm