Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Dec 2001 16:17:53 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33160: [patch] update TclTutor to support wish8.3
Message-ID:  <20011225051753.BFB86295@k7.mavetju.org>

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

>Number:         33160
>Category:       ports
>Synopsis:       [patch] update TclTutor to support wish8.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 24 21:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Sep 18 11:57:08 PDT 2001 murray@builder.FreeBSD.org:/usr/src/sys/compile/GENERIC i386

# $FreeBSD: ports/lang/tcltutor/Makefile,v 1.2 2001/04/05 15:26:15 kevlo Exp $


>Description:

wish/tk/tcl 8.2 is not longer available, patch to use wish/tk/tcl 8.3

>How-To-Repeat:

n/a

>Fix:

--- Makefile.old	Tue Dec 25 16:11:27 2001
+++ Makefile	Tue Dec 25 16:12:58 2001
@@ -7,13 +7,13 @@
 
 PORTNAME=	tcltutor
 PORTVERSION=	2.b.4
-CATEGORIES=	lang tk82 tcl82
+CATEGORIES=	lang tk83 tcl83
 MASTER_SITES=	http://www.msen.com/~clif/
 DISTNAME=	Tutor2b4
 
 MAINTAINER=	edwin@mavetju.org
 
-RUN_DEPENDS=	wish8.2:${PORTSDIR}/x11-toolkits/tk82
+RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
 
 WRKSRC=		${WRKDIR}/TclTutor
 NO_BUILD=	yes
--- files/old.patch-aa	Tue Dec 25 16:14:00 2001
+++ files/patch-aa	Tue Dec 25 16:13:43 2001
@@ -15,7 +15,7 @@
  #!/bin/sh 
  # \
 -exec wish "$0" "$@"
-+exec wish8.2 "$0" "$@"
++exec wish8.3 "$0" "$@"
  
  ;# NAME:   TclTutor.tcl
  ;# AUTHOR: Clif Flynt
@@ -34,7 +34,7 @@
  #!/bin/sh
  # \
 -exec wish "$0" ${1+"$@"}
-+exec wish8.2 "$0" ${1+"$@"}
++exec wish8.3 "$0" ${1+"$@"}
         
  # CONFIGURATION DETAIL: SET THIS FOR YOUR IMAGE VIEWER:
  #  (xli, xv, ee, etc)
>Release-Note:
>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?20011225051753.BFB86295>