ports/82820: Update port: chinese/mldonkey-core to sync master port mldonkey 2.5.28.1

Hung-Te Lin piaip at csie.ntu.edu.tw
Thu Jun 30 13:20:17 UTC 2005


>Number:         82820
>Category:       ports
>Synopsis:       Update port: chinese/mldonkey-core to sync master port mldonkey 2.5.28.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 30 13:20:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hung-Te Lin
>Release:        FreeBSD 5.4-CURRENT i386
>Organization:
CSIE.ORG, Taiwan
>Environment:
System: FreeBSD cml4.csie.ntu.edu.tw 5.2-CURRENT FreeBSD 5.2-CURRENT #1: Fri Mar 12 04:59:55 CST 2004 root at cml4.csie.ntu.edu.tw:/usr/obj/usr/src/sys/cml4 i386
>Description:
Update port: chinese/mldonkey-core to sync master port mldonkey 2.5.28.1
>How-To-Repeat:
>Fix:
diff -Nur files/patch-driverControlers.ml.old files/patch-driverControlers.ml.old
--- files/patch-driverControlers.ml.old	Tue Mar 23 16:26:49 2004
+++ files/patch-driverControlers.ml	Thu Jun 30 19:24:13 2005
@@ -1,5 +1,5 @@
---- src/daemon/driver/driverControlers.ml.orig	Sun Mar  7 17:44:13 2004
-+++ src/daemon/driver/driverControlers.ml	Tue Mar 23 11:31:09 2004
+--- src/daemon/driver/driverControlers.ml.orig	Thu Aug 19 15:56:53 2004
++++ src/daemon/driver/driverControlers.ml	Thu Jun 30 19:22:51 2005
 @@ -319,6 +319,7 @@
    }
  
@@ -25,22 +25,24 @@
          TcpBufferedSocket.write_string sock iac_will_naws;
  
          before_telnet_output o sock;
-@@ -602,15 +604,15 @@
+@@ -608,17 +610,17 @@
  let http_add_html_header r = 
    http_add_gen_header r;
    add_reply_header r "Pragma" "no-cache";
--  add_reply_header r "Content-Type" "text/html; charset=iso-8859-1"
-+  add_reply_header r "Content-Type" "text/html; charset=big5"
+-  add_reply_header r "Content-Type" "text/html; charset=iso-8859-1";
++  add_reply_header r "Content-Type" "text/html; charset=big5";
+   add_gzip_headers r
  
  let http_add_css_header r = 
    http_add_gen_header r;
--  add_reply_header r "Content-Type" "text/css; charset=iso-8859-1"
-+  add_reply_header r "Content-Type" "text/css; charset=big5"
+-  add_reply_header r "Content-Type" "text/css; charset=iso-8859-1";
++  add_reply_header r "Content-Type" "text/css; charset=big5";
+   add_gzip_headers r
  
  let http_add_js_header r =
    http_add_gen_header r;
--  add_reply_header  r "Content-Type" "text/javascript; charset=iso-8859-1"
-+  add_reply_header  r "Content-Type" "text/javascript; charset=big5"
+-  add_reply_header  r "Content-Type" "text/javascript; charset=iso-8859-1";
++  add_reply_header  r "Content-Type" "text/javascript; charset=big5";
+   add_gzip_headers r
    
  let any_ip = Ip.of_inet_addr Unix.inet_addr_any
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list