diff options
author | tron <tron@pkgsrc.org> | 2005-09-05 10:37:55 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-09-05 10:37:55 +0000 |
commit | a76a1736b80c0c575574790359bcba27cb4f36b3 (patch) | |
tree | 7ce588c05af47c6bcc8b75b02f340109b1cdb56f /net/mldonkey | |
parent | a8bee568e6ae3262686516f884dcfca4578c52cf (diff) | |
download | pkgsrc-a76a1736b80c0c575574790359bcba27cb4f36b3.tar.gz |
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 (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/distinfo | 3 | ||||
-rw-r--r-- | net/mldonkey/patches/patch-aa | 28 |
2 files changed, 30 insertions, 1 deletions
diff --git a/net/mldonkey/distinfo b/net/mldonkey/distinfo index dc36c576535..2a6a9078d4e 100644 --- a/net/mldonkey/distinfo +++ b/net/mldonkey/distinfo @@ -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 --git a/net/mldonkey/patches/patch-aa b/net/mldonkey/patches/patch-aa new file mode 100644 index 00000000000..cd74295293c --- /dev/null +++ b/net/mldonkey/patches/patch-aa @@ -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 |