diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2003-06-08 01:18:50 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2003-06-08 01:18:50 +0000 |
commit | 38d5c464efdfb905fce644557de1136ec3493d4e (patch) | |
tree | 0d2fa47e24edf9d50e3dc911e81e0ccbfc36a76b /mail/exmh2 | |
parent | 3988dfe54d979a4ed74ae385f3e7821dbd476849 (diff) | |
download | ports-38d5c464efdfb905fce644557de1136ec3493d4e.tar.gz ports-38d5c464efdfb905fce644557de1136ec3493d4e.zip |
Notes
Diffstat (limited to 'mail/exmh2')
-rw-r--r-- | mail/exmh2/Makefile | 2 | ||||
-rw-r--r-- | mail/exmh2/files/patch-thread.tcl | 20 | ||||
-rw-r--r-- | mail/exmh2/scripts/build | 19 |
3 files changed, 25 insertions, 16 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 1c8a5b493625..72ebba225ca8 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -8,7 +8,7 @@ # "+=" and "?=" lines are for sharing this Makefile with japanese/exmh2. PORTNAME= exmh PORTVERSION= 2.6.3 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES+= mail tk83 MASTER_SITES= ftp://ftp.tcl.tk/pub/tcl/%SUBDIR%/ MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE} diff --git a/mail/exmh2/files/patch-thread.tcl b/mail/exmh2/files/patch-thread.tcl new file mode 100644 index 000000000000..06c25b7e2b32 --- /dev/null +++ b/mail/exmh2/files/patch-thread.tcl @@ -0,0 +1,20 @@ +Index: lib/thread.tcl +=================================================================== +RCS file: /cvsroot/exmh/exmh/lib/thread.tcl,v +retrieving revision 1.8 +retrieving revision 1.9 +diff -u -r1.8 -r1.9 +--- lib/thread.tcl 18 Feb 2003 06:50:43 -0000 1.8 ++++ lib/thread.tcl 8 Apr 2003 17:44:37 -0000 1.9 +@@ -251,8 +251,9 @@ + Exmh_Status "folder incorrectly threaded. line number mismatch" warn + } + +- Seq_Forget $folder $mhProfile(unseen-sequence) +- Ftoc_ShowSequence $mhProfile(unseen-sequence) ++# Seq_Forget $folder $mhProfile(unseen-sequence) ++# Ftoc_ShowSequence $mhProfile(unseen-sequence) ++ Ftoc_ShowSequences + + if {$curmsg != {}} { + set msg(id) $curmsg diff --git a/mail/exmh2/scripts/build b/mail/exmh2/scripts/build index 97cef606e08f..87b5cead32da 100644 --- a/mail/exmh2/scripts/build +++ b/mail/exmh2/scripts/build @@ -40,21 +40,10 @@ if [ -d ${PREFIX}/share/faces ]; then fi fi -if [ -f ${PREFIX}/bin/gpg ]; then - GPG=${PREFIX}/bin #bindir -fi - -if [ -f ${PREFIX}/bin/pgp ]; then - PGP=${PREFIX}/bin #bindir -fi - -if [ -f ${PREFIX}/bin/pgp5 ]; then - PGP5=${PREFIX}/bin #bindir -fi - -if [ -f ${PREFIX}/bin/pgp ]; then - PGP6=${PREFIX}/bin #bindir -fi +GPG=${PREFIX}/bin #bindir +PGP=${PREFIX}/bin #bindir +PGP5=${PREFIX}/bin #bindir +PGP6=${PREFIX}/bin #bindir if [ -f ${PREFIX}/bin/glimpse ]; then GLIMPSE=${PREFIX}/bin #bindir |