Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 1998 21:37:46 -0600 (CST)
From:      Glenn Johnson <gljohns@bellsouth.net>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/8977: change ports/deskutils/cbb to use tcl/tk 8.0
Message-ID:  <199812060337.VAA07987@gforce.johnson.home>

next in thread | raw e-mail | index | archive | help

>Number:         8977
>Category:       ports
>Synopsis:       change ports/deskutils/cbb to use tcl/tk 8.0
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec  5 19:40:00 PST 1998
>Last-Modified:
>Originator:     Glenn Johnson <gljohns@bellsouth.net>
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

	ports/deskutils/cbb uses tk4.2. I have been using it with tcl/tk 8.0
without any problems. I am enclosing the diff to the port to have it use 
tcl/tk 8.0 instead.

>How-To-Repeat:

	

>Fix:
	
	Apply the following diff to ports/deskutils/cbb; then remove the *.orig
files from the cbb port tree.

diff -ruN cbb.bak/Makefile cbb/Makefile
--- cbb.bak/Makefile	Wed Dec  2 23:21:53 1998
+++ cbb/Makefile	Wed Dec  2 23:22:21 1998
@@ -13,7 +13,7 @@
 
 MAINTAINER=	kline@thought.org
 
-RUN_DEPENDS=   wish4.2:${PORTSDIR}/x11-toolkits/tk42
+RUN_DEPENDS=   wish8.0:${PORTSDIR}/x11-toolkits/tk80
 
 NO_BUILD=       yes
 USE_PERL5=	yes
diff -ruN cbb.bak/patches/patch-01 cbb/patches/patch-01
--- cbb.bak/patches/patch-01	Wed Dec  2 23:21:53 1998
+++ cbb/patches/patch-01	Wed Dec  2 23:23:49 1998
@@ -1,8 +1,8 @@
---- Makefile.orig	Thu Jun 12 14:57:50 1997
-+++ Makefile	Fri Oct 10 20:52:22 1997
+--- Makefile.orig	Fri Aug 14 09:28:32 1998
++++ Makefile	Wed Dec  2 23:23:16 1998
 @@ -26,14 +26,15 @@
  
- CBB_ROOT = cbb-0.73
+ CBB_ROOT = cbb-0.74
  TAR = tar
 -PERL = perl
 +PERL = ${PERL5}
@@ -14,7 +14,7 @@
  install:
 -	$(PERL) install.pl
 +	$(PERL) install.pl --prefix ${PREFIX} --libdir ${PREFIX}/lib/cbb  \
-+		--perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish4.2
++		--perlpath ${PERL5} --wishpath ${PREFIX}/bin/wish8.0
  
  docs/cbb-man.dvi: docs/cbb-man.tex
  	(cd docs; \
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812060337.VAA07987>