Bug 80715 - exmh port is out-of-date
Summary: exmh port is out-of-date
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 23:40 UTC by Kevin Oberman
Modified: 2005-05-24 23:13 UTC (History)
0 users

See Also:


Attachments
file.diff (156 bytes, patch)
2005-05-06 23:40 UTC, Kevin Oberman
no flags Details | Diff
file.diff (348 bytes, patch)
2005-05-06 23:40 UTC, Kevin Oberman
no flags Details | Diff
file.diff (1.72 KB, patch)
2005-05-06 23:40 UTC, Kevin Oberman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Oberman 2005-05-06 23:40:01 UTC
mail/exmh2 is several months out-of-date. The newest version,
exmh-2.7.2 provides some new features and significant performance
enhancement.

Fix: # "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2.
 PORTNAME=      exmh
-PORTVERSION=   2.7.0
+PORTVERSION=   2.7.2
 CATEGORIES+=   mail tk84
 MASTER_SITES=  ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/
 MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE}
How-To-Repeat: N/A
Comment 1 Kevin Oberman 2005-05-07 00:41:39 UTC
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"
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-24 23:13:46 UTC
State Changed
From-To: open->closed

Committed, thanks!