Date: Sat, 3 Nov 2001 03:30:18 -0500 (EST) From: "Donald J. Maddox" <dmaddox@csranet.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/31726: Update X-Files port to use tcl83/tk83 Message-ID: <200111030830.fA38UIJ21611@csranet.com>
next in thread | raw e-mail | index | archive | help
>Number: 31726 >Category: ports >Synopsis: Update X-Files port to use tcl83/tk83 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Nov 03 00:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Donald J. Maddox >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD rhiannon.csranet.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Oct 29 02:54:14 EST 2001 dmaddox@rhiannon.bellsouth.net:/usr/src/sys/i386/compile/RHIANNON i386 >Description: This is a patch to update the x-files port to use tcl83/tk83, and also to update my email address. >How-To-Repeat: >Fix: Apply the following patch: diff -ur x-files.old/Makefile x-files/Makefile --- x-files.old/Makefile Thu Jan 18 18:04:51 2001 +++ x-files/Makefile Sat Nov 3 03:02:22 2001 @@ -1,20 +1,20 @@ # New ports collection makefile for: x-files # Date created: 14 April 1998 -# Whom: Donald J. Maddox <dmaddox@sc.rr.com> +# Whom: Donald J. Maddox <dmaddox099@yahoo.com> # # $FreeBSD: ports/x11-fm/x-files/Makefile,v 1.19 2001/01/16 17:33:13 sobomax Exp $ # PORTNAME= x-files PORTVERSION= 2.00b1 -CATEGORIES= x11-fm tk82 +CATEGORIES= x11-fm tk83 MASTER_SITES= http://www.hut.fi/~mkivinie/X-Files/data/ DISTNAME= X-Files-${PORTVERSION} -MAINTAINER= dmaddox@sc.rr.com +MAINTAINER= dmaddox099@yahoo.com -BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83 +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 WRKSRC= ${WRKDIR}/X-Files NO_BUILD= yes @@ -22,7 +22,7 @@ MAN1= X-Files.1x pre-install: - @tclsh8.2 ${SCRIPTDIR}/mktclIndex ${WRKSRC} + @tclsh8.3 ${SCRIPTDIR}/mktclIndex ${WRKSRC} @${RM} -f ${WRKSRC}/xfinstall.tcl @${SED} s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile @${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl diff -ur x-files.old/files/patch-aa x-files/files/patch-aa --- x-files.old/files/patch-aa Sun Nov 28 13:32:33 1999 +++ x-files/files/patch-aa Sat Nov 3 03:00:27 2001 @@ -4,7 +4,7 @@ +#!/bin/sh +# The main file for the X-Files +# The next line is executed by /bin/sh, but not Tcl \ -+exec wish8.2 $0 ${1+"$@"} ++exec wish8.3 $0 ${1+"$@"} +set xf(xf_home) "@X11BASE@/lib/X11/X-Files/" proc MAIN {argc argv} { global xf xf_image env menu tk_version diff -ur x-files.old/pkg-descr x-files/pkg-descr --- x-files.old/pkg-descr Sat Dec 2 15:20:46 2000 +++ x-files/pkg-descr Sat Nov 3 03:03:05 2001 @@ -4,4 +4,4 @@ WWW: http://www.hut.fi/u/mkivinie/X-Files/ Donald J. Maddox -<dmaddox@sc.rr.com> +<dmaddox099@yahoo.com> diff -ur x-files.old/scripts/mktclIndex x-files/scripts/mktclIndex --- x-files.old/scripts/mktclIndex Sun Nov 28 13:32:34 1999 +++ x-files/scripts/mktclIndex Sat Nov 3 03:00:41 2001 @@ -1,3 +1,3 @@ -#!tclsh8.2 +#!tclsh8.3 pkg_mkIndex $argv be.tcl bgexec.tcl ee.tcl fae.tcl ftpl.tcl re.tcl vfs.tcl xf_sel.tcl exit >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?200111030830.fA38UIJ21611>