Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2002 19:10:22 -0500 (EST)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        brett@peloton.radford.edu
Subject:   ports/35362: x11-fonts/tkfont: use tk83
Message-ID:  <200202270010.g1R0AM306501@wwweasel.geeksrus.net>

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

>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




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