Move it to Tcl/Tk 8.5 too; no problems noticed and the fonts are
much better. OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/impress/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile 19 Nov 2010 07:23:11 -0000 1.11
+++ Makefile 1 Feb 2013 10:15:59 -0000
@@ -5,6 +5,7 @@ COMMENT= publishing and presentation too
VERSION= 1.1b9
DISTNAME= impress-${VERSION}
DISTFILES= imp${VERSION}.tar.gz
+REVISION= 0
CATEGORIES= misc
MASTER_SITES= ${HOMEPAGE}
@@ -18,8 +19,12 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
-RUN_DEPENDS= x11/tk/8.4
+MODULES= x11/tk
+RUN_DEPENDS= ${MODTK_RUN_DEPENDS}
NO_REGRESS= Yes
+
+pre-configure:
+ @${MODTCL_WISH_ADJ} ${WRKSRC}/src/impress.tcl
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/misc/impress/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo 5 Apr 2007 17:41:07 -0000 1.3
+++ distinfo 1 Feb 2013 10:15:59 -0000
@@ -1,5 +1,2 @@
-MD5 (imp1.1b9.tar.gz) = RvCfJu0Db17EkWkzkChd7A==
-RMD160 (imp1.1b9.tar.gz) = Lw1J2QuqHJLt9WS/FjFHZ5xMuvQ=
-SHA1 (imp1.1b9.tar.gz) = c9POadLTGvC45r+zgl680vUZAkw=
SHA256 (imp1.1b9.tar.gz) = PnOoaPDPXrPSHRKkChQPI0XNmdV1yNxyWVR+lbmRrbE=
SIZE (imp1.1b9.tar.gz) = 1334533
Index: patches/patch-src_impress_tcl
===================================================================
RCS file: patches/patch-src_impress_tcl
diff -N patches/patch-src_impress_tcl
--- patches/patch-src_impress_tcl 27 Dec 2003 23:37:02 -0000 1.2
+++ /dev/null 1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
---- src/impress.tcl.orig Fri Jun 29 10:21:58 2001
-+++ src/impress.tcl Fri Jun 29 10:22:10 2001
-@@ -19,7 +19,7 @@
- # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- #
- # restart trick \
--exec wish "$0" "$@"
-+exec wish8.4 "$0" "$@"
-
- option add *Radiobutton*borderWidth 1
- option add *Button*borderWidth 1