pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mldonkey Accept ocaml 3.08.4 as suitable for runni...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a046594d3ec5
branches:  trunk
changeset: 498903:a046594d3ec5
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Sep 05 10:37:55 2005 +0000

description:
Accept ocaml 3.08.4 as suitable for running MLdonkey. One can now build
the "mldonkey" and "mldonkey-gui" packages with the latest version of
the "ocaml" package.

diffstat:

 net/mldonkey/distinfo         |   3 ++-
 net/mldonkey/patches/patch-aa |  28 ++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r c590b1c78d70 -r a046594d3ec5 net/mldonkey/distinfo
--- a/net/mldonkey/distinfo     Mon Sep 05 10:14:16 2005 +0000
+++ b/net/mldonkey/distinfo     Mon Sep 05 10:37:55 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.18 2005/07/23 18:47:43 wiz Exp $
+$NetBSD: distinfo,v 1.19 2005/09/05 10:37:55 tron Exp $
 
 SHA1 (mldonkey-2.6.0.tar.bz2) = 47702bf225d0a9b892fe93d7540ca70a7501a2af
 RMD160 (mldonkey-2.6.0.tar.bz2) = 87638cc1ec77f1d465100b424ce6429a172381af
 Size (mldonkey-2.6.0.tar.bz2) = 2622242 bytes
+SHA1 (patch-aa) = 06de73fd10577e442cbea00045611e8967844a39
diff -r c590b1c78d70 -r a046594d3ec5 net/mldonkey/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mldonkey/patches/patch-aa     Mon Sep 05 10:37:55 2005 +0000
@@ -0,0 +1,28 @@
+$NetBSD: patch-aa,v 1.11 2005/09/05 10:37:55 tron Exp $
+
+--- config/configure.orig      2005-07-19 20:58:13.000000000 +0100
++++ config/configure   2005-09-05 11:15:29.000000000 +0100
+@@ -4460,6 +4460,7 @@
+   OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
+   case "$OCAMLVERSION" in
+     "$REQUIRED_OCAML"*) ;;
++    3.08.4) ;;
+     3.08.2*)
+         if test "$system" = "rhapsody"; then
+             case "$OCAMLVERSION" in
+@@ -4504,6 +4505,7 @@
+     REBUILD_OCAML=no
+   case "$OCAMLVERSION" in
+     "$REQUIRED_OCAML"*) ;;
++    3.08.4) ;;
+     3.08.2*)
+         if test "$system" = "rhapsody"; then
+             case "$OCAMLVERSION" in
+@@ -5104,6 +5106,7 @@
+     REBUILD_OCAML=no
+   case "$OCAMLVERSION" in
+     "$REQUIRED_OCAML"*) ;;
++    3.08.4) ;;
+     3.08.2*)
+         if test "$system" = "rhapsody"; then
+             case "$OCAMLVERSION" in



Home | Main Index | Thread Index | Old Index