diff options
author | tonio <tonio> | 2005-09-04 13:57:50 +0000 |
---|---|---|
committer | tonio <tonio> | 2005-09-04 13:57:50 +0000 |
commit | 690199c226fcb8f69a41e37b444758ff75f13788 (patch) | |
tree | fbfc16bb3e7695fe77e75a777101f91baba95712 /lang/ocaml | |
parent | f339c5f1df4ed9ece808bdfb89284ff0fea8329a (diff) | |
download | pkgsrc-690199c226fcb8f69a41e37b444758ff75f13788.tar.gz |
Updating lang/ocaml to 3.08.4 (PR 31128)
This is mainly a bug fix release, fixing code generation under amd64 and some
OO compilation problems, among many others
approved by adam@
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile.common | 4 | ||||
-rw-r--r-- | lang/ocaml/distinfo | 10 | ||||
-rw-r--r-- | lang/ocaml/patches/patch-bv | 10 |
3 files changed, 12 insertions, 12 deletions
diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common index 4301f0dd307..4a8a0aae6d9 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.10 2005/06/14 21:00:41 minskim Exp $ +# $NetBSD: Makefile.common,v 1.11 2005/09/04 13:57:50 tonio Exp $ -DISTNAME= ocaml-3.08.3 +DISTNAME= ocaml-3.08.4 CATEGORIES= lang MASTER_SITES= http://caml.inria.fr/pub/distrib/ocaml-3.08/ EXTRACT_SUFX= .tar.bz2 diff --git a/lang/ocaml/distinfo b/lang/ocaml/distinfo index e292fadf6f8..894e73f0fc7 100644 --- a/lang/ocaml/distinfo +++ b/lang/ocaml/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2005/06/07 00:59:48 minskim Exp $ +$NetBSD: distinfo,v 1.30 2005/09/04 13:57:50 tonio Exp $ -SHA1 (ocaml-3.08.3.tar.bz2) = c31dfbad9317853dd64d4234f46c6d61eb4b8677 -RMD160 (ocaml-3.08.3.tar.bz2) = cf09753d9e61ed5148e59d1b1b923f80d9dd4d01 -Size (ocaml-3.08.3.tar.bz2) = 2055260 bytes +SHA1 (ocaml-3.08.4.tar.bz2) = d9eb54611d24f9e1c33736f12c7ba87412057cbb +RMD160 (ocaml-3.08.4.tar.bz2) = 448ed9af56cacb9c32208d064e1c9732a2086bd2 +Size (ocaml-3.08.4.tar.bz2) = 2054019 bytes SHA1 (patch-aa) = 3f8945cac58be358ef4e3e15b6fc2d1ddf43d8be SHA1 (patch-ab) = 66e50b0a601aa7c71655672685a48d04d8623230 SHA1 (patch-ac) = b8920fe365e02d2db3fee53afdce368af98941e3 @@ -44,4 +44,4 @@ SHA1 (patch-br) = d91f952083102dff8d161056f4c2895063d38b8d SHA1 (patch-bs) = 680bdf1278a5bea369f7fcec61c91e2905c86b0f SHA1 (patch-bt) = be4212ecdf6a8eb8c2d22bdd75b328e938c883b5 SHA1 (patch-bu) = df80c076248e1ad1ab6eae195bda724ea354a55e -SHA1 (patch-bv) = 1627a57f513a88f0933c3188acfdf7a822864662 +SHA1 (patch-bv) = 849e8d3b8d16d8f929c4d9357723d1a205dacab0 diff --git a/lang/ocaml/patches/patch-bv b/lang/ocaml/patches/patch-bv index c65525d020a..d2d55625181 100644 --- a/lang/ocaml/patches/patch-bv +++ b/lang/ocaml/patches/patch-bv @@ -1,9 +1,9 @@ -$NetBSD: patch-bv,v 1.1 2005/02/04 21:35:51 adrianp Exp $ +$NetBSD: patch-bv,v 1.2 2005/09/04 13:57:51 tonio Exp $ ---- camlp4/compile/Makefile.orig 2004-10-15 15:53:25.000000000 +0100 -+++ camlp4/compile/Makefile 2004-10-15 15:55:06.000000000 +0100 -@@ -29,8 +29,8 @@ - OTOP=$(OTOP) EXE=$(EXE) ./compile.sh $(COMP_OPT) $(SRC) > $D_fast.ml +--- camlp4/compile/Makefile.orig 2005-09-03 16:16:48.000000000 +0200 ++++ camlp4/compile/Makefile 2005-09-03 16:18:35.000000000 +0200 +@@ -30,8 +30,8 @@ + OTOP=$(OTOP) EXE=$(EXE) ./compile.sh $(COMP_OPT) $(SRC) >> $D_fast.ml install: - if test -f camlp4$D.fast.opt; then cp camlp4$D.fast.opt $(BINDIR)/camlp4$D.opt$(EXE); fi |