From owner-freebsd-ports Tue Feb 26 16:20: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BCD137B405 for ; Tue, 26 Feb 2002 16:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1R0K1q55658; Tue, 26 Feb 2002 16:20:01 -0800 (PST) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id A298E37B402 for ; Tue, 26 Feb 2002 16:13:20 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g1R0AM306501; Tue, 26 Feb 2002 19:10:22 -0500 (EST) (envelope-from alane) Message-Id: <200202270010.g1R0AM306501@wwweasel.geeksrus.net> Date: Tue, 26 Feb 2002 19:10:22 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@freebsd.org Cc: brett@peloton.radford.edu X-Send-Pr-Version: 3.113 Subject: ports/35362: x11-fonts/tkfont: use tk83 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35362 >Category: ports >Synopsis: x11-fonts/tkfont: use tk83 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 16:20:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.5-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: This patch changes x11-fonts/tkfont to use tk83, in the interest of cutting down (and out) the ports which rely on older versions of tcl/tk, since all versions of tcl/tk stomp on each others files. >How-To-Repeat: >Fix: --8<----8<----8<----8<----8<----8<----8<----8<----8<----8<-- Index: x11-fonts/tkfont/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/x11-fonts/tkfont/Makefile,v retrieving revision 1.12 diff -u -3 -r1.12 Makefile --- x11-fonts/tkfont/Makefile 23 Sep 2001 19:50:42 -0000 1.12 +++ x11-fonts/tkfont/Makefile 27 Feb 2002 00:03:32 -0000 @@ -7,19 +7,20 @@ PORTNAME= tkfont PORTVERSION= 1.1 -CATEGORIES= x11-fonts tk82 +PORTREVISION= 1 +CATEGORIES= x11-fonts tk83 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= billf MAINTAINER= brett@peloton.runet.edu -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_BUILD= yes post-patch: ${SED} -e "s,/usr/local,${LOCALBASE}," \ - -e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.2," \ + -e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.3," \ < ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new ${MV} ${WRKSRC}/tkfont.new ${WRKSRC}/tkfont >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message