Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2005 23:50:06 GMT
From:      "Kevin Oberman" <oberman@es.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/80715: exmh port is out-of-date
Message-ID:  <200505062350.j46No6uj063344@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/80715; it has been noted by GNATS.

From: "Kevin Oberman" <oberman@es.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/80715: exmh port is out-of-date
Date: Fri, 06 May 2005 16:41:39 -0700

 I missed two patches. Sorry! (If this does not make it before the commit,
 please add as a PORT_REVISION as two important features are broken
 without it.
 -- 
 R. Kevin Oberman, Network Engineer
 Energy Sciences Network (ESnet)
 Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
 E-mail: oberman@es.net			Phone: +1 510 486-8634
 
 --- /dev/null   Fri May  6 16:33:38 2005
 +++ /usr/ports/mail/exmh2/files/patch-lib-quote.tcl     Fri May  6 16:33:14 2005@@ -0,0 +1,11 @@
 +--- lib/quote.tcl.orig Fri May  6 16:30:04 2005
 ++++ lib/quote.tcl      Fri May  6 16:30:44 2005
 +@@ -23,7 +23,7 @@
 +       return;
 +     } else {
 +       if {$quote(symlink)} {
 +-          if [catch {file link -symbolic $mhProfile(path)/$folder/$msg $quote(filename)} err] {
 ++          if [catch {exec ln -s $mhProfile(path)/$folder/$msg $quote(filename)} err] {
 +               Exmh_Debug "Quote_MakeFile: $err"
 +           }
 +       } else {
 --- /dev/null   Fri May  6 16:37:31 2005
 +++ /usr/ports/mail/exmh2/files/patch-lib-uri.tcl       Fri May  6 16:32:53 2005@@ -0,0 +1,13 @@
 +--- lib/uri.tcl.orig   Fri May  6 16:31:05 2005
 ++++ lib/uri.tcl        Fri May  6 16:31:56 2005
 +@@ -174,8 +174,8 @@
 +     global mimeHdr mime
 +     set fileName $mimeHdr($part,file)
 +     File_Delete [Env_Tmp]/exmh.[pid].html
 +-    if [catch {file link -hard $fileName [Env_Tmp]/exmh.[pid].html}] {
 +-      file copy $fileName [Env_Tmp]/exmh.[pid].html
 ++    if [catch {exec ln $fileName [Env_Tmp]/exmh.[pid].html}] {
 ++      exec cp $fileName [Env_Tmp]/exmh.[pid].html
 +     }
 +     set fileName [Env_Tmp]/exmh.[pid].html
 +     Exmh_Status "HTML Load $fileName"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505062350.j46No6uj063344>