Fonts are better but a little smaller than when running with 8.4.
This can be adjusted with the -size option in the patch.


Stu



Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/exmh2/Makefile,v
retrieving revision 1.31
diff -u -p -r1.31 Makefile
--- Makefile    19 Nov 2010 07:23:06 -0000      1.31
+++ Makefile    3 Feb 2013 12:07:27 -0000
@@ -3,7 +3,7 @@
 COMMENT=               Tcl/Tk interface to the MH mail system

 DISTNAME=              exmh-2.7.2
-REVISION =             0
+REVISION =             1
 CATEGORIES=            mail

 HOMEPAGE=              http://www.beedub.com/exmh/
@@ -20,9 +20,6 @@ MASTER_SITES=         ftp://ftp.funet.fi/pub/la
                        ftp://ftp.tcl.tk/pub/tcl/exmh/

 MODULES=               x11/tk
-# XXX broken fonts with 8.5
-MODTCL_VERSION=                8.4
-MODTK_VERSION=         8.4
 BUILD_DEPENDS=         ${MODTCL_RUN_DEPENDS}
 RUN_DEPENDS=           lang/expect\
                        mail/nmh\
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/exmh2/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    5 Apr 2007 16:20:01 -0000       1.6
+++ distinfo    3 Feb 2013 12:07:27 -0000
@@ -1,5 +1,2 @@
-MD5 (exmh-2.7.2.tar.gz) = /bfG/ybQQp6pUFkKNvE2nw==
-RMD160 (exmh-2.7.2.tar.gz) = /Q2GiTBM223LzTQexbpfj1svlxI=
-SHA1 (exmh-2.7.2.tar.gz) = Do4Rwpx+G5Nx1acrTLK/YIXyDt8=
 SHA256 (exmh-2.7.2.tar.gz) = 9FM5UL1shDQn/K4o4JRkVMlOtHdF8gJWuEfbpUC8Xz4=
 SIZE (exmh-2.7.2.tar.gz) = 1081601
Index: files/configure
===================================================================
RCS file: /cvs/ports/mail/exmh2/files/configure,v
retrieving revision 1.2
diff -u -p -r1.2 configure
--- files/configure     13 Mar 2009 15:17:02 -0000      1.2
+++ files/configure     3 Feb 2013 12:07:27 -0000
@@ -12,8 +12,8 @@ my $domain = "";

 my $prefix = exists $ENV{"PREFIX"} ? $ENV{"PREFIX"} : "/usr/local";
 my $localbase = exists $ENV{"LOCALBASE"} ? $ENV{"LOCALBASE"} : "/usr/local";
-my $modtcl_bin = exists $ENV{"MODTCL_BIN"} ? $ENV{"MODTCL_BIN"} : 
"$localbase/bin/tclsh.4";
-my $modtk_bin = exists $ENV{"MODTK_BIN"} ? $ENV{"MODTK_BIN"} : 
"$localbase/bin/wish8.4";
+my $modtcl_bin = exists $ENV{"MODTCL_BIN"} ? $ENV{"MODTCL_BIN"} : 
"$localbase/bin/tclsh8.5";
+my $modtk_bin = exists $ENV{"MODTK_BIN"} ? $ENV{"MODTK_BIN"} : 
"$localbase/bin/wish8.5";
 my $config = "
 # Saved state from exmh.install
 # Mon Mar 14 10:59:18 MST 2005
Index: patches/patch-exmh_MASTER
===================================================================
RCS file: patches/patch-exmh_MASTER
diff -N patches/patch-exmh_MASTER
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-exmh_MASTER   3 Feb 2013 12:07:27 -0000
@@ -0,0 +1,14 @@
+$OpenBSD$
+--- exmh.MASTER.orig   Mon Jun 14 11:24:58 2004
++++ exmh.MASTER        Sat Feb  2 18:05:56 2013
+@@ -28,6 +28,10 @@ if {$tcl_version < 8.0} {
+ # appear all alone.
+ wm withdraw .
+
++if {[package vsatisfies [package present Tcl] 8.5]} {
++    font create fixed {*}[dict merge [font configure TkFixedFont] [dict 
create -size -10]]
++}
++
+ proc auto_path_update { path } {
+     # Add library directories to the auto_path,
+     # ensuring that later paths have precedence

Reply via email to