diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-26 10:53:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-26 10:53:46 +0000 |
commit | 951ca21183888adb586411b4fc847fd8e3eb7222 (patch) | |
tree | 392cc8fbb38279381f828e4b2ae54465e2bfefeb /net/mldonkey | |
parent | 40e0dc4e0731f9c16e02c8d2ebdbcf065cbfa4a7 (diff) | |
download | pkgsrc-951ca21183888adb586411b4fc847fd8e3eb7222.tar.gz |
Remove now unneeded patches (were from upstream and are now included in
3.0.7).
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/patches/patch-aa | 21 | ||||
-rw-r--r-- | net/mldonkey/patches/patch-ab | 23 |
2 files changed, 0 insertions, 44 deletions
diff --git a/net/mldonkey/patches/patch-aa b/net/mldonkey/patches/patch-aa deleted file mode 100644 index 8cac453c553..00000000000 --- a/net/mldonkey/patches/patch-aa +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aa,v 1.20 2010/08/28 21:35:00 wiz Exp $ - -From upstream CVS, fixing compilation with ocaml-3.12. - ---- src/gtk2/gui/guiHtml.ml.orig 2006-05-19 23:43:54.000000000 +0000 -+++ src/gtk2/gui/guiHtml.ml -@@ -50,9 +50,13 @@ let user_agent = - - let make_request url = - let module H = Http_client in -+ let auth = match !!O.gtk_connection_http_proxy_login with -+ | "" -> None -+ | _ -> Some (!!O.gtk_connection_http_proxy_login, !!O.gtk_connection_http_proxy_password) -+ in - let proxy = - if !!O.gtk_connection_http_use_proxy -- then Some (!!O.gtk_connection_http_proxy_server, !!O.gtk_connection_http_proxy_port) -+ then Some (!!O.gtk_connection_http_proxy_server, !!O.gtk_connection_http_proxy_port, auth) - else None - in - let r = { diff --git a/net/mldonkey/patches/patch-ab b/net/mldonkey/patches/patch-ab deleted file mode 100644 index 92bab4b5f9c..00000000000 --- a/net/mldonkey/patches/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2010/08/28 21:35:00 wiz Exp $ - -From upstream CVS, fixing compilation with ocaml-3.12. - ---- src/gtk2/gui/guiOptions.ml.orig 2007-07-01 13:00:11.000000000 +0000 -+++ src/gtk2/gui/guiOptions.ml -@@ -166,6 +166,16 @@ let gtk_connection_http_use_proxy = defi - "Direct TCP connections to HTTP proxy (the proxy should support CONNECT)" - bool_option false - -+let gtk_connection_http_proxy_login = define_option current_section -+ ["gtk_connection_http_proxy_login"] -+ "HTTP proxy login (leave empty if proxy doesn't require authentication)" -+ string_option "" -+ -+let gtk_connection_http_proxy_password = define_option current_section -+ ["gtk_connection_http_proxy_password"] -+ "HTTP proxy password" -+ string_option "" -+ - (* {Client} *) - - let gtk_client_login = define_option current_section |