pkgsrc-Bugs archive

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

pkg/31128: update ocaml to 3.08.4 (patch)



>Number:         31128
>Category:       pkg
>Synopsis:       patch to update lang/ocaml to 3.08.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Sep 03 14:43:00 +0000 2005
>Originator:     Antoine Reilles
>Release:        NetBSD 3.99.8
>Organization:
        
>Environment:
        
        
System: NetBSD arcelot.loria.fr 3.99.8 NetBSD 3.99.8 (GENERIC) #1: Tue Aug 30 
15:08:37 CEST 2005 
tonio%arcelot.loria.fr@localhost:/usr/obj/sys/arch/i386/compile/GENERIC i386
Architecture: i386
Machine: i386
>Description:
ocaml 3.08.4 has been released two weeks ago.
this release contains many bugfixes for the standard library and also fixes
code generation on amd64

Here is a simple patch for this version, i only had to reapply manually one
patch
>How-To-Repeat:
        apply the patch, make install
>Fix:
Index: Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/lang/ocaml/Makefile.common,v
retrieving revision 1.10
diff -u -r1.10 Makefile.common
--- Makefile.common     14 Jun 2005 21:00:41 -0000      1.10
+++ Makefile.common     3 Sep 2005 14:36:41 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile.common,v 1.10 2005/06/14 21:00:41 minskim 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
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/ocaml/distinfo,v
retrieving revision 1.29
diff -u -r1.29 distinfo
--- distinfo    7 Jun 2005 00:59:48 -0000       1.29
+++ distinfo    3 Sep 2005 14:36:41 -0000
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.29 2005/06/07 00:59:48 minskim 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
Index: patches/patch-bv
===================================================================
RCS file: /cvsroot/pkgsrc/lang/ocaml/patches/patch-bv,v
retrieving revision 1.1
diff -u -r1.1 patch-bv
--- patches/patch-bv    4 Feb 2005 21:35:51 -0000       1.1
+++ patches/patch-bv    3 Sep 2005 14:36:41 -0000
@@ -1,9 +1,9 @@
 $NetBSD: patch-bv,v 1.1 2005/02/04 21:35:51 adrianp 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

>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index