Make misc/cbb work good enough with Tcl/Tk 8.5.
The fonts are a bit wonky.
I tried the latest version but it's kinda borked.
Thanks to sthen@ for his diff and hunting skills.
I put myself as maintainer so as to provide an ear
for the vast number of cbb users into which they
can shout their complaints.

Stu


Index: Makefile
===================================================================
RCS file: /cvs/ports/misc/cbb/Makefile,v
retrieving revision 1.32
diff -u -p -r1.32 Makefile
--- Makefile    19 Nov 2010 07:23:11 -0000      1.32
+++ Makefile    1 May 2012 10:02:13 -0000
@@ -3,9 +3,10 @@
 COMMENT=       checkbook balancing tool

 DISTNAME=      cbb-0.73
-REVISION=      5
+REVISION=      6
 CATEGORIES=    misc
-HOMEPAGE=      http://www.fifi.org/doc/cbb/html/
+HOMEPAGE=      http://gna.org/projects/cbb/
+MAINTAINER=    Stuart Cassoff <s...@users.sourceforge.net>

 # GPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -16,11 +17,11 @@ PERMIT_DISTFILES_FTP=       Yes
 MASTER_SITES=  ${MASTER_SITE_BACKUP}

 MODULES=       x11/tk
-MODTK_VERSION= 8.4

 RUN_DEPENDS=   misc/plan \
                ${MODTK_RUN_DEPENDS}

+FAKE_FLAGS=    MODTK_BIN=${MODTK_BIN}
 NO_BUILD=      Yes
 NO_REGRESS=    Yes
 PKG_ARCH=      *
Index: patches/patch-Makefile
===================================================================
RCS file: /cvs/ports/misc/cbb/patches/patch-Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 patch-Makefile
--- patches/patch-Makefile      30 Jul 2007 15:30:27 -0000      1.1
+++ patches/patch-Makefile      1 May 2012 10:02:13 -0000
@@ -16,7 +16,7 @@ $OpenBSD: patch-Makefile,v 1.1 2007/07/3
 -      $(PERL) install.pl
 +      $(PERL) install.pl --prefix ${TRUEPREFIX} --libdir 
${TRUEPREFIX}/share/cbb  \
 +              --destdir ${PREFIX} --perlpath /usr/bin/perl \
-+              --wishpath ${LOCALBASE}/bin/wish8.4
++              --wishpath ${MODTK_BIN}

  docs/cbb-man.dvi: docs/cbb-man.tex
        (cd docs; \

Reply via email to