pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml Updating lang/ocaml to 3.08.4 (PR 31128)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e16b5e58aa71
branches:  trunk
changeset: 498851:e16b5e58aa71
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sun Sep 04 13:57:50 2005 +0000

description:
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:

 lang/ocaml/Makefile.common  |   4 ++--
 lang/ocaml/distinfo         |  10 +++++-----
 lang/ocaml/patches/patch-bv |  10 +++++-----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (52 lines):

diff -r 7965c74ff166 -r e16b5e58aa71 lang/ocaml/Makefile.common
--- a/lang/ocaml/Makefile.common        Sun Sep 04 13:55:53 2005 +0000
+++ b/lang/ocaml/Makefile.common        Sun Sep 04 13:57:50 2005 +0000
@@ -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 -r 7965c74ff166 -r e16b5e58aa71 lang/ocaml/distinfo
--- a/lang/ocaml/distinfo       Sun Sep 04 13:55:53 2005 +0000
+++ b/lang/ocaml/distinfo       Sun Sep 04 13:57:50 2005 +0000
@@ -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-bs) = 680bdf1278a5bea369f7fcec61c91e2905c86b0f
 SHA1 (patch-bt) = be4212ecdf6a8eb8c2d22bdd75b328e938c883b5
 SHA1 (patch-bu) = df80c076248e1ad1ab6eae195bda724ea354a55e
-SHA1 (patch-bv) = 1627a57f513a88f0933c3188acfdf7a822864662
+SHA1 (patch-bv) = 849e8d3b8d16d8f929c4d9357723d1a205dacab0
diff -r 7965c74ff166 -r e16b5e58aa71 lang/ocaml/patches/patch-bv
--- a/lang/ocaml/patches/patch-bv       Sun Sep 04 13:55:53 2005 +0000
+++ b/lang/ocaml/patches/patch-bv       Sun Sep 04 13:57:50 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index