summaryrefslogtreecommitdiff
path: root/x11-fm/x-files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-11-14 06:46:33 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-11-14 06:46:33 +0000
commite4af709a7312864be5d27f090b8d5c09f25aa47f (patch)
treed3e4a6abba9a403b31504067cc8f925246939ad0 /x11-fm/x-files
parentRespect CFLAGS. (diff)
- patch to update the x-files port to use tcl83/tk83,
- update mmaintainers email address. PR: 31726 Submitted by: dmaddox@csranet.com
Notes
Notes: svn path=/head/; revision=50007
Diffstat (limited to 'x11-fm/x-files')
-rw-r--r--x11-fm/x-files/Makefile12
-rw-r--r--x11-fm/x-files/files/patch-aa2
-rw-r--r--x11-fm/x-files/pkg-descr2
-rw-r--r--x11-fm/x-files/scripts/mktclIndex2
4 files changed, 9 insertions, 9 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile
index 22581748c31d..4e82dffd6719 100644
--- a/x11-fm/x-files/Makefile
+++ b/x11-fm/x-files/Makefile
@@ -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$
#
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 @@ USE_X_PREFIX= yes
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 --git a/x11-fm/x-files/files/patch-aa b/x11-fm/x-files/files/patch-aa
index 6b163d2fed05..f14dfbcd165d 100644
--- a/x11-fm/x-files/files/patch-aa
+++ b/x11-fm/x-files/files/patch-aa
@@ -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 --git a/x11-fm/x-files/pkg-descr b/x11-fm/x-files/pkg-descr
index 0312413696b5..3a313d05afef 100644
--- a/x11-fm/x-files/pkg-descr
+++ b/x11-fm/x-files/pkg-descr
@@ -4,4 +4,4 @@ the Amiga program DirWorks.
WWW: http://www.hut.fi/u/mkivinie/X-Files/
Donald J. Maddox
-<dmaddox@sc.rr.com>
+<dmaddox099@yahoo.com>
diff --git a/x11-fm/x-files/scripts/mktclIndex b/x11-fm/x-files/scripts/mktclIndex
index 879a5bb403c7..2ac158be992c 100644
--- a/x11-fm/x-files/scripts/mktclIndex
+++ b/x11-fm/x-files/scripts/mktclIndex
@@ -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