summaryrefslogtreecommitdiff
path: root/net/mldonkey
diff options
context:
space:
mode:
authorasau <asau>2010-08-18 19:59:03 +0000
committerasau <asau>2010-08-18 19:59:03 +0000
commit22b81c527a1867c965e5f00d7e2e20a21fb5264a (patch)
tree45e726d45906e751aca75d354fbae0f96c933404 /net/mldonkey
parent114716db52f7e928eee9e70d9f4289a2738b26e2 (diff)
downloadpkgsrc-22b81c527a1867c965e5f00d7e2e20a21fb5264a.tar.gz
Accept O'Caml 3.12.* as well.
Diffstat (limited to 'net/mldonkey')
-rw-r--r--net/mldonkey/distinfo4
-rw-r--r--net/mldonkey/patches/patch-aa21
2 files changed, 17 insertions, 8 deletions
diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo
index e6899127738..4581d2429db 100644
--- a/net/mldonkey/distinfo
+++ b/net/mldonkey/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2010/04/23 10:53:27 wiz Exp $
+$NetBSD: distinfo,v 1.52 2010/08/18 19:59:03 asau Exp $
SHA1 (mldonkey-3.0.1.tar.bz2) = f538245be05e6fc667dd596c1136fd0f64d845b8
RMD160 (mldonkey-3.0.1.tar.bz2) = d16a87200bfb2a930b45afb86277b4f03c8da9de
Size (mldonkey-3.0.1.tar.bz2) = 2722659 bytes
-SHA1 (patch-aa) = a6d1718ffbda45f050e72d20e9e06c395be96f4a
+SHA1 (patch-aa) = 1239c7e24f3ff678667a9a2ed8ed14577838acd7
diff --git a/net/mldonkey/patches/patch-aa b/net/mldonkey/patches/patch-aa
index 7189b3159bf..76bd601e0ba 100644
--- a/net/mldonkey/patches/patch-aa
+++ b/net/mldonkey/patches/patch-aa
@@ -1,15 +1,24 @@
-$NetBSD: patch-aa,v 1.18 2010/04/23 10:53:28 wiz Exp $
+$NetBSD: patch-aa,v 1.19 2010/08/18 19:59:03 asau Exp $
-Ensure mldonkey accepts ocaml 3.11.1
+Ensure mldonkey accepts ocaml 3.11.* and 3.12.*
---- config/configure.orig 2009-10-23 05:55:40.000000000 +0000
-+++ config/configure
-@@ -4784,7 +4784,7 @@ if test -z "$OCAMLC" || test -z "$CAM
+--- config/configure.orig 2009-10-23 09:55:40.000000000 +0400
++++ config/configure 2010-08-18 23:57:43.000000000 +0400
+@@ -4784,7 +4784,7 @@
else
OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
case "$OCAMLVERSION" in
- "$REQUIRED_OCAML"*|3.11.0*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
-+ "$REQUIRED_OCAML"*|3.11.*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
++ "$REQUIRED_OCAML"*|3.12.*|3.11.*|3.10.*|3.09.*|3.08.4*|3.08.3*) ;;
*)
echo "Need build"
BUILD_OCAML=yes
+@@ -5263,7 +5263,7 @@
+ OCAMLLIB=`$OCAMLC -where`
+ REBUILD_OCAML=no
+ case "$OCAMLVERSION" in
+- 3.10*|3.11*)
++ 3.10*|3.11*|3.12.*)
+ if test "$GUI" = "oldgui"; then
+ OLDGUI_NO_310=yes
+ GUI=no