Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2007 12:44:07 +0100 (CET)
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110570: [PATCH] devel/cbrowser - Update to TCL/TK 8.4
Message-ID:  <20070320114408.52C2BB82A@mail.rwxrwxrwx.net>
Resent-Message-ID: <200703201150.l2KBoDKZ075470@freefall.freebsd.org>

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

>Number:         110570
>Category:       ports
>Synopsis:       [PATCH] devel/cbrowser - Update to TCL/TK 8.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 20 11:50:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
FreeBSD glitch.carpetsmoker.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 15 20:56:16 CET 2007 carpetsmoker@glitch.carpetsmoker.net:/usr/obj/nfs/tinderbox/jails/6.2/src/sys/GENERICri386

>Description:

- Update to TCL/TK 8.4

>How-To-Repeat:

>Fix:

--- patch-cbrowser begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/cbrowser/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	10 Oct 2005 13:50:40 -0000	1.5
+++ Makefile	20 Mar 2007 07:13:16 -0000
@@ -7,15 +7,15 @@
 
 PORTNAME=	cbrowser
 PORTVERSION=	0.8
-CATEGORIES=	devel tk83
+PORTREVISION=	1
+CATEGORIES=	devel tk84
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER=	jkoshy@freebsd.org
 COMMENT=	Graphical front end for cscope and cscope clones
 
-RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
-
+USE_TK=		yes
 NO_BUILD=	yes
 
 # Private variables
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/devel/cbrowser/files/patch-aa,v
retrieving revision 1.2
diff -u -r1.2 patch-aa
--- files/patch-aa	18 Sep 2002 07:32:07 -0000	1.2
+++ files/patch-aa	20 Mar 2007 07:13:16 -0000
@@ -4,7 +4,7 @@
  #!/bin/sh
  # restart using wish \
 -exec wish -f "$0" "$@"
-+exec wish8.3 -f "$0" "$@"
++exec wish8.4 -f "$0" "$@"
  
  # $Id: cbrowser,v 0.6 1998/10/14 03:28:06 chris Exp $
  
--- patch-cbrowser ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:
 



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