summaryrefslogtreecommitdiff
path: root/lang/ocaml/patches/patch-bt
diff options
context:
space:
mode:
authoradam <adam>2006-01-16 09:41:48 +0000
committeradam <adam>2006-01-16 09:41:48 +0000
commit321db0604b8b75ed74883b5a490dc73c4877a35b (patch)
tree9452d6121e974dec5c53db6ef0c162152b4715c1 /lang/ocaml/patches/patch-bt
parentee9f6d241e6c5ce5cf3edb6814510e5d86690646 (diff)
downloadpkgsrc-321db0604b8b75ed74883b5a490dc73c4877a35b.tar.gz
Changes 3.09.1:
* Bug fixes * New features: - otherlibs/labltk: browser uses menu bars instead of menu buttons Changes 3.09.0: Language features: - Introduction of private row types, for abstracting the row in object and variant types. Type checking: - Polymorphic variants with at most one constructor [< `A of t] are no longer systematically promoted to the exact type [`A of t]. This was more confusing than useful, and created problems with private row types. Native-code compiler (ocamlopt): * Revised implementation of the -pack option (packing of several compilation units into one). The .cmx files that are to be packed with "ocamlopt -pack -o P.cmx" must be compiled with "ocamlopt -for-pack P". In exchange for this additional constraint, ocamlopt -pack is now available on all platforms (no need for binutils). * Fixed wrong evaluation order for arguments to certain inlined functions. * Other (see 'Changes')
Diffstat (limited to 'lang/ocaml/patches/patch-bt')
-rw-r--r--lang/ocaml/patches/patch-bt10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/ocaml/patches/patch-bt b/lang/ocaml/patches/patch-bt
index a7ad90019cd..fe9f5abd94f 100644
--- a/lang/ocaml/patches/patch-bt
+++ b/lang/ocaml/patches/patch-bt
@@ -1,8 +1,8 @@
-$NetBSD: patch-bt,v 1.1 2005/02/04 21:35:51 adrianp Exp $
+$NetBSD: patch-bt,v 1.2 2006/01/16 09:41:48 adam Exp $
---- Makefile.orig 2004-10-15 15:43:57.000000000 +0100
-+++ Makefile 2004-10-15 15:48:30.000000000 +0100
-@@ -232,24 +232,24 @@
+--- Makefile.orig 2005-09-24 18:20:36.000000000 +0200
++++ Makefile
+@@ -232,24 +232,24 @@ opt.opt: checkstack core ocaml opt-core
# Installation
install: FORCE
@@ -40,7 +40,7 @@ $NetBSD: patch-bt,v 1.1 2005/02/04 21:35:51 adrianp Exp $
cd tools; $(MAKE) install
-cd man; $(MAKE) install
for i in $(OTHERLIBRARIES); do \
-@@ -264,16 +264,16 @@
+@@ -265,16 +265,16 @@ install: FORCE
# Installation of the native-code compiler
installopt:
cd asmrun; $(MAKE) install